last30days
An agent skill by mvanhorn, from mvanhorn/last30days-skill. Tags: api, debugging, reddit, social-listening, trend-analysis, web.
What it does
Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Includes a doctor health check to diagnose broken or missing sources.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add mvanhorn/last30days-skill --skill last30days
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/mvanhorn/last30days-skill
cp -r last30days-skill/skills/last30days ~/.claude/skills/last30days
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- mvanhorn/last30days-skill (all skills from this repository)
- Path
- skills/last30days/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- debugging-and-error-recovery — Guides systematic root-cause debugging.
- django-expert — Use when building Django web applications or REST APIs with Django REST Framework. py, or any Django project file.
- java-architect — x, microservices, or reactive programming.
- observability-and-instrumentation — Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting.
- performance-optimization — Optimizes application performance across frontend, backend, queries, and databases.
- secure-code-guardian — Use when implementing authentication/authorization, securing user input.