← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install last30days-zh
Description
通过 AIsa 执行网页、多源或近 30 天研究检索。触发条件:当用户需要搜索、研究、比对或趋势归纳时使用。支持多源检索与结构化输出。
README (SKILL.md)
Last30days Zh
通过 AIsa 执行网页、多源或近 30 天研究检索。触发条件:当用户需要搜索、研究、比对或趋势归纳时使用。支持多源检索与结构化输出。
适用场景
- 用户需要网页、多源或近 30 天研究检索。
- 用户需要竞品研究、趋势扫描或结构化搜索结果。
- 用户希望用一个技能覆盖多来源检索。
高意图工作流
- 先搜索再归纳最近动态。
- 对两个产品做近期对比研究。
- 把多来源结果整理成结构化输出。
快速命令
python3 scripts/last30days.py --helpbash scripts/run-last30days.sh --help
配置
- 需要
AISA_API_KEY才能访问 AIsa API。 - 使用公开包里的相对
scripts/路径。 - 如果脚本提供显式鉴权参数,优先使用该参数。
示例请求
- 研究 OpenAI Agents SDK 最近 30 天讨论
- 比较 OpenClaw 和 Codex 最近的反馈
- 搜索某个品牌最近一周的社区反应
边界说明
- 不要把开发测试脚本当成公开功能。
- 不要承诺未实际返回的来源。
- 如果某些来源超时,要按真实情况说明。
Usage Guidance
This package is largely coherent with its stated purpose, but before installing or running it you should: 1) only provide a trusted AISA_API_KEY and avoid re-using highly privileged keys; 2) run it in an environment with Python 3.12+ and consider network isolation if you don't want it contacting external APIs; 3) be aware it will read/write a repo-local config file at .last30days-data/config.env (check file permissions and contents); 4) note the default Xiaohongshu helper base is host.docker.internal:18060 — the tool will probe that endpoint if present, which could reach local services; and 5) if you need higher assurance, review the included provider modules (scripts/lib/) for any unexpected outgoing endpoints or data handling before providing credentials.
Capability Analysis
Type: OpenClaw Skill
Name: last30days-zh
Version: 1.0.0
The last30days-zh skill bundle is a comprehensive research tool designed to aggregate and rank information from multiple sources including Reddit, X (Twitter), YouTube, and Polymarket. The code is well-structured and aligns with its stated purpose, utilizing the AIsa API (api.aisa.one) for hosted retrieval and standard public JSON endpoints for others. Notably, the tool includes security-conscious features such as checking for overly permissive file permissions on configuration files (scripts/lib/env.py) and using defensive 'untrusted_content' fencing in LLM prompts to mitigate prompt-injection risks from scraped data (scripts/lib/rerank.py). No malicious behaviors, such as unauthorized data exfiltration or persistence mechanisms, were detected.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required binaries (python3, bash), required env (AISA_API_KEY) and the bundled Python modules (twitter/X, YouTube, Reddit, TikTok, Instagram, Polymarket, Xiaohongshu, etc.) are coherent with a multi-source 'last 30 days' research tool that uses the AIsa hosted APIs.
Instruction Scope
SKILL.md instructs running the included CLI (scripts/last30days.py) and to use a repo-local config file (.last30days-data/config.env). The runtime will read that config file and may probe various external services (api.aisa.one) and, by default, will attempt health/login checks against a Xiaohongshu helper at http://host.docker.internal:18060 if present — this local-network probe is not emphasized in the README and may be unexpected.
Install Mechanism
No external install steps or downloads; all code is bundled with the skill (no remote archive URLs or package installs). This is lower risk than fetching arbitrary code at install time.
Credentials
Only AISA_API_KEY is declared as required and is the primary credential the code uses. The code also reads optional repo-local config values (e.g., XIAOHONGSHU_API_BASE) but does not demand unrelated cloud credentials.
Persistence & Privilege
always is false, user-invocable is true, and the package does not request persistent platform privileges or to modify other skills. It reads/writes a repo-local config directory (.last30days-data) which is expected for CLI tools.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install last30days-zh - After installation, invoke the skill by name or use
/last30days-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — enables recent 30-day multi-source search and structured research summaries in Chinese.
- 支持通过 AIsa API 进行网页、多源及近 30 天的研究检索
- 适用于搜索、比对、趋势归纳等场景,输出结构化结果
- 提供快速命令行用法示例
- 需配置 AISA_API_KEY 环境变量
- 明确使用和边界提示
Metadata
Frequently Asked Questions
What is Last30days Zh?
通过 AIsa 执行网页、多源或近 30 天研究检索。触发条件:当用户需要搜索、研究、比对或趋势归纳时使用。支持多源检索与结构化输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Last30days Zh?
Run "/install last30days-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Last30days Zh free?
Yes, Last30days Zh is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Last30days Zh support?
Last30days Zh is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Last30days Zh?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.0.0.
More Skills