/install last30
last30 — Research Any Topic from the Last 30 Days
Attribution: Simplified port of mvanhorn/last30days-skill (v2.9.5) by @mvanhorn. Original uses ScrapeCreators API for Reddit/TikTok/Instagram; this port uses free public APIs (Reddit JSON, HN Algolia, Brave Search) for a lightweight, zero-API-key setup.
Research any topic across Reddit, X/Twitter, Hacker News, YouTube, Polymarket, and the web. Surface what people are actually discussing, recommending, debating, and betting on right now.
Trigger Phrases
/last30 [topic]research [topic]what's trending in [topic][topic] vs [topic]/last30days [topic]
Prerequisites
BRAVE_API_KEYenv var must be set (web search)AUTH_TOKEN+CT0env vars (optional, for X search via bird)summarizeskill available for YouTube transcripts
Parse User Intent
Before running any tools, parse the input:
- TOPIC: What they want to learn about
- QUERY_TYPE:
RECOMMENDATIONS— "best X", "top X", "what X should I use"NEWS— "what's happening with X", "X news"COMPARISON— "X vs Y", "X versus Y"GENERAL— anything else
Display your parsing:
📰 Researching: {TOPIC}
Type: {QUERY_TYPE}
Sources: Reddit, X, Hacker News, YouTube, Polymarket, Web
Starting research (2-5 min)...
Quick Mode
Use --quick for faster, fewer results:
- 10 results per source instead of 25
Deep Mode
Use --deep for comprehensive research:
- 40 results per source
- Full synthesis
Usage Examples
/last30 AI video tools
/last30 best CRM software
/last30 figma vs canva
/last30 openai news --deep
/last30 rust vs go --quick
How It Works
- Reddit — queries
reddit.com/r/[subreddit]/search.jsonby relevance - X/Twitter — uses
bird(xurl) for recent posts - Hacker News — queries
hn.algolia.comAPI - YouTube — runs
summarizeskill for video transcripts - Polymarket — queries
polymarket.comAPI for active prediction markets related to the topic - Web — Brave Search API
Results are scored by engagement signals, cross-platform convergence is detected, and a synthesis is generated with inline citations.
Output Format
📰 Research: {TOPIC}
Date: {date} | Sources: Reddit, X, HN, YouTube, Web
## Key Findings
- [3-5 bullet points with citations]
## What People Are Saying
[Synthesis of top findings across all sources]
## YouTube Insights
[Video titles, channels, key moments]
## Reddit Discussions
[Top threads, top comments, upvote counts]
## X/Twitter Perspective
[Key posts, handles, engagement]
## Polymarket Insights
[Active prediction markets, consensus odds, question clarity]
## Web Findings
[News, blogs, tutorials discovered]
## Stats
- Reddit: {n} results
- X: {n} results
- HN: {n} results
- YouTube: {n} results
- Polymarket: {n} results
- Web: {n} results
Saved to: ~/Documents/Last30Days/{topic-slug}.md
Environment Variables
| Variable | Required | Purpose |
|---|---|---|
BRAVE_API_KEY |
Yes | Brave Search for web results |
AUTH_TOKEN |
No | X/Twitter cookie auth for bird |
CT0 |
No | X/Twitter cookie auth for bird |
Auto-Save
Every run saves a .md file to ~/Documents/Last30Days/ with the full briefing. Filename: {topic-slug}-{date}.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install last30 - 安装完成后,直接呼叫该 Skill 的名称或使用
/last30触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Last30 Deep Research 是什么?
Deep research across Reddit, X/Twitter, Hacker News, YouTube, Polymarket, and the web from the last 30 days. Synthesizes findings into a grounded, cited brie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 Last30 Deep Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install last30」即可一键安装,无需额外配置。
Last30 Deep Research 是免费的吗?
是的,Last30 Deep Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Last30 Deep Research 支持哪些平台?
Last30 Deep Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Last30 Deep Research?
由 ralph-oei(@ralph-oei)开发并维护,当前版本 v1.1.1。