
This skill gathers posts and engagement data from the last 30 days across Reddit, X, YouTube, TikTok, Hacker News, Polymarket, and GitHub. It allows researchers and product managers to identify immediate user pain points and reactions to specific events by synthesizing real-time conversations from diverse web sources.
Follow the documented setup, then try a first task.
Installs: Complete last30days plugin installed through the Claude Code marketplace, with marketplace-managed updates. · Claude Code
Enter this command in a Claude Code agent session to add the repository marketplace.
/plugin marketplace add mvanhorn/last30days-skill
Then enter this command in the same Claude Code agent session to install the last30days plugin.
/plugin install last30days
Installs: Complete last30days native plugin installed from the repository through the xAI Build CLI marketplace. · Grok
Run this terminal command to add the repository marketplace to Grok.
grok plugin marketplace add mvanhorn/last30days-skill
Then run this terminal command to install the last30days plugin.
grok plugin install last30days
Installs: Complete last30days repository skill installation, globally available to the current user across projects. · Codex, Cursor, Copilot, Gemini CLI, Agent Skills hosts
Run this terminal command. The documented -g flag installs globally for the current user; omit that flag only if you intentionally want a project-scoped installation.
npx skills add mvanhorn/last30days-skill -g
Installs: Complete last30days.skill release bundle uploaded to claude.ai. · claude.ai
Platform: claude.ai web
Download last30days.skill from the repository's latest-release download, then upload it through claude.ai > Customize > Skills > + > Create skill > Upload a skill.
Installs: Complete platform-specific last30days .mcpb extension bundle. · Claude Desktop
Platform: Claude Desktop on a platform for which the release provides an .mcpb bundle
Download the .mcpb for your platform from the repository's latest release, then drag it into Claude Desktop under Settings > Extensions.
Installs: Complete last30days repository skill installation, globally available to the current user and targeted to Claude Code. · Claude Code
Run this terminal command to use the documented Agent Skills installation path for Claude Code.
npx skills add mvanhorn/last30days-skill -g -a claude-code
Installs: Repository checkout linked into the Claude Code skills directory as last30days; the symlink keeps the installation synchronized with the working copy. · Claude Code
Platform: Unix-like environment with symbolic-link support and the Claude Code ~/.claude/skills directory convention
Run from: A directory in which the repository should be cloned as the last30days-skill subdirectory
From the parent directory where you want the last30days-skill working copy, run this terminal command to clone the repository.
git clone https://github.com/mvanhorn/last30days-skill.git
Without changing directories, run this terminal command. It uses the current directory in the symlink target, so it must still be the parent of the newly cloned last30days-skill directory.
ln -s "$(pwd)/last30days-skill/skills/last30days" ~/.claude/skills/last30days