Setup & Installation
Install last30days using the ClawHub CLI or OpenClaw CLI:
clawhub install last30days-aisa-zhIf the CLI is not installed:
npx clawhub@latest install last30days-aisa-zhOr install with OpenClaw CLI:
openclaw skills install last30days-aisa-zhWhat This Skill Does
last30days is a social-media skill for OpenClaw by mvanhorn.
last30days 中文版
聚合最近 30 天的社交平台、社区论坛、预测市场、GitHub 和 grounded web 结果,再合成为一份研究简报。
触发条件
- 当用户需要最近 30 天的人物、公司、产品、市场、工具或趋势研究时使用。
- 当用户需要竞品对比、发布反应、社区情绪、近期动态总结时使用。
- 当用户需要结构化 JSON 输出,例如
query_plan、ranked_candidates、clusters、items_by_source时使用。
不适用场景
- 不适合纯百科类、没有时效要求的问题。
- 不适合只想看单一官方来源、完全不需要社区和社交信号的场景。
能力
- 通过 AISA 提供规划、重排、综合、grounded web search、X/Twitter、YouTube 和 Polymarket。
- Reddit 和 Hacker News 走公开路径。
- GitHub 走官方 GitHub API,按需使用
GH_TOKEN或GITHUB_TOKEN。 - TikTok、Instagram、Threads、Pinterest 在启用时走托管发现路径。
环境要求
- 主凭证:
AISA_API_KEY - 可选 GitHub:
GH_TOKEN或GITHUB_TOKEN - Python
3.12+
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
快速命令
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" --diagnose
示例
last30days OpenAI Agents SDKlast30days Peter Steinbergerlast30days OpenClaw vs Codexlast30days Kanye West --quick
Version History
Latest version: 1.0.4
First published: Apr 13, 2026. Last updated: Apr 13, 2026.
1 version released.
Frequently Asked Questions
Is last30days free to use?
Yes. last30days is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does last30days support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, last30days will work seamlessly across operating systems.
How do I update last30days?
Run
openclaw skills update last30days-aisa-zh to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.Can I use last30days with other skills?
Yes. OpenClaw skills are composable — you can combine last30days with any other installed skill in your workflows. This allows you to build powerful multi-step automations by chaining skills together.