← 返回 Skills 市场
xiaoyiweio

Trend Radar

作者 XiaoYiWeio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
609
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install trend-radar
功能描述
Real-time trending topics aggregator across 7 platforms (X/Twitter, Reddit, Google Trends, Hacker News, Zhihu, Bilibili, Weibo). Trigger: when user says 'tre...
安全使用建议
This skill appears to do exactly what it claims: fetch public trending data from the seven listed platforms using only Python standard library HTTP calls. Before installing/using: 1) Review and run the scripts locally (e.g., python3 scripts/trends.py --mode overview) to see outputs and confirm endpoints. 2) Do NOT run the scheduler (--set) unless you want the skill to add entries to your user crontab; inspect the crontab changes printed by the command and verify the command path. 3) Be aware the scripts make outbound HTTP requests to multiple third‑party sites — if you need to limit network access, run them in a sandboxed environment. 4) The skill does not request credentials, but scraping may break or be rate-limited; the static Cookie in the Weibo HTML fallback is unusual but not a secret leak. 5) If you want more assurance, run the code in an isolated account/container and inspect ~/.openclaw/trend-radar/daily/ before allowing persistent schedules.
功能分析
Type: OpenClaw Skill Name: trend-radar Version: 1.0.0 The skill is a trend aggregator that uses high-risk system capabilities to provide a 'daily briefing' feature. Specifically, `scripts/scheduler.py` manipulates the user's crontab to schedule recurring tasks, which is a common persistence mechanism. While this is a documented feature and explicitly requested in the `allowed-tools` metadata, the script lacks validation for the cron expression input, potentially allowing for command injection into the crontab. Additionally, `scripts/sources/weibo.py` contains a hardcoded session cookie used to bypass scraping protections, and `SKILL.md` uses prompt steering to discourage the agent from using standard web search tools.
能力评估
Purpose & Capability
Name/description (aggregating trending topics from 7 platforms) matches the code and runtime requirements. The only declared dependency is python3 and the code fetches HTML/RSS/public APIs for the listed platforms — this is expected.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts (overview, expand, JSON output) and explicitly disallows falling back to web_search. Those scripts only perform HTTP requests to public platform endpoints and format results. The scheduler instructions call scripts/scheduler.py which will read and write the user's crontab; the trends script can write JSON files under ~/.openclaw/trend-radar/daily/ when --save is used. This is within the described functionality but is a system-level change the user should review before enabling.
Install Mechanism
Install spec only requests installing python3 via brew (standard, low-risk). The repository contains pure Python standard-library code; there are no downloads from arbitrary URLs or extract/install steps that write unknown binaries.
Credentials
No required environment variables, no primary credential, and the scripts do not read credentials. The scripts do perform network requests to multiple public domains (trends24.in, reddit, google, hackernews firebase, zhihu, bilibili, weibo, tophub), which is expected for this purpose. One source (weibo HTML fallback) includes a static Cookie header; it's not a secret from the user, but odd and worth noting.
Persistence & Privilege
always is false and the skill does not auto-enable itself. However, the scheduler helper will modify the user's user-level crontab when invoked and the main script can save daily archives to ~/.openclaw/trend-radar/daily/. These behaviors require explicit user actions (running scheduler.py --set or trends.py --save) but they are persistent and affect the host environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trend-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trend-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 7 platforms, zero API keys, progressive disclosure
元数据
Slug trend-radar
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Trend Radar 是什么?

Real-time trending topics aggregator across 7 platforms (X/Twitter, Reddit, Google Trends, Hacker News, Zhihu, Bilibili, Weibo). Trigger: when user says 'tre... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 609 次。

如何安装 Trend Radar?

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

Trend Radar 是免费的吗?

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

Trend Radar 支持哪些平台?

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

谁开发了 Trend Radar?

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

💬 留言讨论