Last30Days Skill
多源社交研究技能,聚合 Reddit、Hacker News、Polymarket、GitHub 等平台的热门讨论。
快速使用
# 基本研究
last30days "AI Agents 最新进展"
# 深度研究
last30days "量子计算" --deep
# 指定来源
last30days "Llama 3" --search reddit,github
数据源
免费源 (零配置)
- Reddit (含评论)
- Hacker News
- Polymarket
- GitHub
可选付费源
- X/Twitter (需登录)
- YouTube (需 yt-dlp)
- TikTok/Instagram/Threads (需 ScrapeCreators)
- Perplexity Sonar (需 OpenRouter key)
输出格式
# 紧凑输出 (默认)
last30days "话题"
# JSON 格式
last30days "话题" --emit json
# 上下文格式 (用于 LLM)
last30days "话题" --emit context
高级用法
# GitHub 用户模式
last30days --github-user steipete
# GitHub 仓库模式
last30days --github-repo openclaw/openclaw
# 深度研究 (使用 Perplexity)
last30days "话题" --deep-research
依赖
- Python 3.12+
- API keys (可选,用于付费源)
安装
git clone https://github.com/mvanhorn/last30days-skill.git ~/.claude/skills/last30days