π¦ ClawHub
last30days
by @bibaofeng
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...
TERMINAL
clawhub install last30days-aisaπ About This Skill
name: last30days version: "1.0.4" description: "Research the last 30 days across Reddit, X/Twitter, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and web search. Use when: you need recent social research, company updates, person profiles, competitor comparisons, launch reactions, or trend scans. Supports AISA-powered planning, clustering, reranking, and JSON output." argument-hint: "last30days OpenAI Agents SDK, last30days Peter Steinberger, last30days OpenClaw" allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch homepage: https://github.com/AIsa-team/agent-skills repository: https://github.com/AIsa-team/agent-skills author: mvanhorn license: MIT user-invocable: true metadata: openclaw: emoji: "π°" requires: env: - AISA_API_KEY bins: - python3 - bash primaryEnv: AISA_API_KEY files: - "scripts/*"
last30days
Research recent evidence across social platforms, community forums, prediction markets, GitHub, and grounded web results, then merge everything into one brief.
When to use
query_plan, ranked_candidates, clusters, and items_by_source.When NOT to use
Capabilities
GH_TOKEN or GITHUB_TOKEN is available.Setup
AISA_API_KEY is the main hosted credential.GH_TOKEN or GITHUB_TOKEN is optional for GitHub search only.3.12+ is required.for py in /usr/local/python3.12/bin/python3.12 python3.14 python3.13 python3.12 python3; do
command -v "$py" >/dev/null 2>&1 || continue
"$py" -c 'import sys; raise SystemExit(0 if sys.version_info >= (3, 12) else 1)' || continue
LAST30DAYS_PYTHON="$py"
break
done
Quick Reference
bash "${SKILL_ROOT}/scripts/run-last30days.sh" "$ARGUMENTS" --emit=compact
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --emit=json
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --quick
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --deep
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" "$ARGUMENTS" --search=reddit,x,grounding
"${LAST30DAYS_PYTHON}" "${SKILL_ROOT}/scripts/last30days.py" --diagnose
Inputs And Outputs
OpenAI Agents SDK, OpenClaw vs Codex, or Peter Steinberger.provider_runtime, query_plan, ranked_candidates, clusters, and items_by_source.Example Queries
last30days OpenAI Agents SDKlast30days Peter Steinbergerlast30days OpenClaw vs Codexlast30days Kanye West --quickβ‘ When to Use
βοΈ Configuration
AISA_API_KEY is the main hosted credential.GH_TOKEN or GITHUB_TOKEN is optional for GitHub search only.3.12+ is required.for py in /usr/local/python3.12/bin/python3.12 python3.14 python3.13 python3.12 python3; do
command -v "$py" >/dev/null 2>&1 || continue
"$py" -c 'import sys; raise SystemExit(0 if sys.version_info >= (3, 12) else 1)' || continue
LAST30DAYS_PYTHON="$py"
break
done