← 返回 Skills 市场
bibaofeng

Last30days Zh

作者 bibaofeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install last30days-zh
功能描述
通过 AIsa 执行网页、多源或近 30 天研究检索。触发条件:当用户需要搜索、研究、比对或趋势归纳时使用。支持多源检索与结构化输出。
使用说明 (SKILL.md)

Last30days Zh

通过 AIsa 执行网页、多源或近 30 天研究检索。触发条件:当用户需要搜索、研究、比对或趋势归纳时使用。支持多源检索与结构化输出。

适用场景

  • 用户需要网页、多源或近 30 天研究检索。
  • 用户需要竞品研究、趋势扫描或结构化搜索结果。
  • 用户希望用一个技能覆盖多来源检索。

高意图工作流

  • 先搜索再归纳最近动态。
  • 对两个产品做近期对比研究。
  • 把多来源结果整理成结构化输出。

快速命令

  • python3 scripts/last30days.py --help
  • bash scripts/run-last30days.sh --help

配置

  • 需要 AISA_API_KEY 才能访问 AIsa API。
  • 使用公开包里的相对 scripts/ 路径。
  • 如果脚本提供显式鉴权参数,优先使用该参数。

示例请求

  • 研究 OpenAI Agents SDK 最近 30 天讨论
  • 比较 OpenClaw 和 Codex 最近的反馈
  • 搜索某个品牌最近一周的社区反应

边界说明

  • 不要把开发测试脚本当成公开功能。
  • 不要承诺未实际返回的来源。
  • 如果某些来源超时,要按真实情况说明。
安全使用建议
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.
功能分析
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.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install last30days-zh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /last30days-zh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — enables recent 30-day multi-source search and structured research summaries in Chinese. - 支持通过 AIsa API 进行网页、多源及近 30 天的研究检索 - 适用于搜索、比对、趋势归纳等场景,输出结构化结果 - 提供快速命令行用法示例 - 需配置 AISA_API_KEY 环境变量 - 明确使用和边界提示
元数据
Slug last30days-zh
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Last30days Zh 是什么?

通过 AIsa 执行网页、多源或近 30 天研究检索。触发条件:当用户需要搜索、研究、比对或趋势归纳时使用。支持多源检索与结构化输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 Last30days Zh?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install last30days-zh」即可一键安装,无需额外配置。

Last30days Zh 是免费的吗?

是的,Last30days Zh 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Last30days Zh 支持哪些平台?

Last30days Zh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Last30days Zh?

由 bibaofeng(@bibaofeng)开发并维护,当前版本 v1.0.0。

💬 留言讨论