Last30days Zh
Requires python3, bash, and AISA_API_KEY. Uses the supplied AISA_API_KEY to send requests to https://api.aisa.one. Native-first ClawHub plugin for last30days-zh. Ships the packaged AIsa skill with an openclaw.plugin.json manifest and a Claude-compatible bundle fallback. 聚合最近 30 天的 Reddit、X/Twitter、YouTube、TikTok、Instagram、Hacker News、Polymarket 和 web search 结果. Use when: the user needs recent multi-source research across the last 30 days.
Install
$
openclaw plugins install clawhub:last30days-zh-slot1-pluginLast30days Zh Plugin
ClawHub/OpenClaw native-first plugin wrapper for the packaged AIsa skill.
Runtime Requirements
- Required bins:
python3, bash - Required env vars:
AISA_API_KEY - Primary env:
AISA_API_KEY - Network targets:
https://api.aisa.one, https://www.reddit.com, https://hacker-news.firebaseio.com, https://www.xiaohongshu.com
What It Ships
- Bundle plugin id:
last30days-zh-plugin - Native manifest:
openclaw.plugin.json - Native entrypoint:
index.js - Embedded skill:
skills/last30days-zh/SKILL.md - Format: native OpenClaw plugin plus Claude-compatible bundle fallback
Why This Format
- Uses the OpenClaw-native manifest path that current plugin docs expect.
- Keeps the packaged skill payload intact under
skills/for ClawHub/OpenClaw skill loading. - Retains
.claude-plugin/plugin.jsonso Claude-compatible marketplace tooling still recognizes the package. - Reuses the already-hardened
clawhub-release/skill payload.
Provenance
- Source repository:
https://github.com/baofeng-tech/agent-skills-io - Embedded skill path:
skills/last30days-zh/SKILL.md - The runtime behavior remains inside the packaged skill payload and its public docs.
Install After Publishing
openclaw plugins install clawhub:last30days-zh-plugin
Publish Locally
clawhub package publish ./plugins/last30days-zh-plugin --dry-run
clawhub package publish ./plugins/last30days-zh-plugin
Notes
- Runtime requirements and guardrails remain inside
skills/last30days-zh/SKILL.md. - If both native and bundle markers exist, OpenClaw prefers the native plugin path.
- This package keeps side effects explicit and relies on the packaged skill's repo-local defaults where applicable.
