Last30Days — AI Trend Research Across 10 Platforms
Claude Code skill that researches any topic across Reddit, X, YouTube, Hacker News, Polymarket, Bluesky, TikTok and more from the last 30 days. Synthesizes grounded summaries with citations. 18,600+ stars.
What it is
Last30Days is a Claude Code skill that researches any topic across 10+ platforms from the last 30 days. It searches Reddit, X (Twitter), YouTube, Hacker News, Polymarket, Bluesky, TikTok, and other sources to synthesize grounded summaries with citations. The skill has 18,600+ GitHub stars and works with both Claude Code and Gemini CLI.
The skill targets developers, researchers, and product teams who need to quickly understand what the community is saying about a topic. Instead of manually checking each platform, the skill aggregates recent discussions and surfaces the most relevant insights.
How it saves time or tokens
Last30Days replaces the manual process of visiting 10 platforms, searching for a topic, reading through threads, and synthesizing findings. The skill handles multi-platform search, relevance filtering, and summary generation in a single command. Citations link back to original discussions so you can verify any claim. This reduces a multi-hour research task to a single agent invocation.
How to use
- Install the skill in Claude Code:
git clone https://github.com/mvanhorn/last30days-skill.git ~/.claude/skills/last30days
- Or install via the plugin marketplace:
/plugin marketplace add mvanhorn/last30days-skill
- Ask Claude Code to research any topic: 'Research what people are saying about Claude Code in the last 30 days.'
Example
Research workflow with Last30Days:
# In Claude Code, after installing the skill:
'Research the latest trends in AI code generation tools from the last 30 days'
# The skill:
# 1. Searches Reddit (r/programming, r/MachineLearning)
# 2. Searches X for relevant threads
# 3. Searches YouTube for recent videos
# 4. Searches Hacker News discussions
# 5. Synthesizes findings with source links
# Output includes:
# - Key themes across platforms
# - Notable discussions with URLs
# - Sentiment analysis
# - Emerging trends
Related on TokRepo
- AI Tools for Research — Research tools for gathering and analyzing information
- AI Tools for SEO — SEO tools that benefit from trend data
Common pitfalls
- Results depend on the search APIs available. Some platforms may rate-limit or require authentication for deeper access.
- The 30-day window means the skill misses longer-term trends. For historical analysis, combine with other research methods.
- Citation URLs may expire or be deleted. Save important references when you receive the research output.
- Always check the official documentation for the latest version-specific changes and migration guides before upgrading in production environments.
- For team deployments, establish clear guidelines on configuration and usage patterns to ensure consistency across developers.
Frequently Asked Questions
Last30Days searches Reddit, X (Twitter), YouTube, Hacker News, Polymarket, Bluesky, TikTok, and additional platforms. The exact platform list may expand as new integrations are added.
Yes. Last30Days supports both Claude Code and Gemini CLI. The installation process differs slightly between platforms, but the research functionality is the same.
Yes. Every claim in the synthesized summary includes a link to the original source. This lets you verify findings and dive deeper into specific discussions.
The default is 30 days, which gives a good balance between recency and coverage. The exact time range may be adjustable depending on the skill version.
The skill may require API keys for certain platforms to access their search APIs. Check the skill documentation for specific requirements. Some platforms are searched via public endpoints.
Citations (3)
- Last30Days GitHub— Last30Days skill for multi-platform trend research with 18,600+ stars
- Anthropic Docs— Claude Code skills system for extending agent capabilities
- Last30Days README— Multi-platform research aggregation patterns
Related on TokRepo
Source & Thanks
Created by mvanhorn. Community-maintained.
last30days-skill — ⭐ 18,600+
Thank you to mvanhorn for building the definitive community research tool for AI agents.
Discussion
Related Assets
Claude-Flow — Multi-Agent Orchestration for Claude Code
Layers swarm and hive-mind multi-agent orchestration on top of Claude Code with 64 specialized agents, SQLite memory, and parallel execution.
ccusage — Real-Time Token Cost Tracker for Claude Code
CLI that reads ~/.claude logs and breaks down Claude Code token spend by day, session, and project — pluggable into your statusline.
SuperClaude — Workflow Framework for Claude Code
Adds 16+ slash commands, 9 cognitive personas, and a smart flag system to Claude Code in one pipx install.