/install last30days-aisa
\r \r
last30days\r
\r Research recent evidence across social platforms, community forums, prediction markets, GitHub, and grounded web results, then merge everything into one brief.\r \r
When to use\r
\r
- Use when you need a last-30-days research brief on a person, company, product, market, tool, or trend.\r
- Use when you want a recent competitor comparison, launch reaction summary, creator/community sentiment scan, or shipping update.\r
- Use when you want structured JSON with
query_plan,ranked_candidates,clusters, anditems_by_source.\r \r
When NOT to use\r
\r
- Do not use for timeless encyclopedia questions with no recent evidence requirement.\r
- Do not use when you need only one official source and do not want social/community signals.\r \r
Capabilities\r
\r
- AISA-hosted planning, reranking, synthesis, grounded web search, X/Twitter search, YouTube search, and Polymarket search.\r
- Public Reddit and Hacker News retrieval with fail-soft behavior.\r
- Official GitHub API search when
GH_TOKENorGITHUB_TOKENis available.\r - Hosted discovery for TikTok, Instagram, Threads, and Pinterest when enabled in runtime config.\r \r
Setup\r
\r
AISA_API_KEYis the main hosted credential.\rGH_TOKENorGITHUB_TOKENis optional for GitHub search only.\r- Python
3.12+is required.\r \r
for py in /usr/local/python3.12/bin/python3.12 python3.14 python3.13 python3.12 python3; do\r
command -v "$py" >/dev/null 2>&1 || continue\r
"$py" -c 'import sys; raise SystemExit(0 if sys.version_info >= (3, 12) else 1)' || continue\r
LAST30DAYS_PYTHON="$py"\r
break\r
done\r
```\r
\r
## Quick Reference\r
\r
```bash\r
bash "${SKILL_ROOT}/scripts/run-last30days.sh" "$ARGUMENTS" --emit=compact\r
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --emit=json\r
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --quick\r
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --deep\r
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --search=reddit,x,grounding\r
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" --diagnose\r
```\r
\r
## Inputs And Outputs\r
\r
- Input: a topic or comparison query such as `OpenAI Agents SDK`, `OpenClaw vs Codex`, or `Peter Steinberger`.\r
- Output: synthesized research plus `provider_runtime`, `query_plan`, `ranked_candidates`, `clusters`, and `items_by_source`.\r
\r
## Example Queries\r
\r
- `last30days OpenAI Agents SDK`\r
- `last30days Peter Steinberger`\r
- `last30days OpenClaw vs Codex`\r
- `last30days Kanye West --quick`\r
\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install last30days-aisa - After installation, invoke the skill by name or use
/last30days-aisa - Provide required inputs per the skill's parameter spec and get structured output
What is last30days?
Research the last 30 days across Reddit, X/Twitter, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and web search. Use when: you need recent so... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install last30days?
Run "/install last30days-aisa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is last30days free?
Yes, last30days is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does last30days support?
last30days is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created last30days?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.4.