← 返回 Skills 市场
williamwang-wh

Claw Cctv News Fetcher

作者 Williamwang-wh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
103
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-cctv-news-fetcher
功能描述
Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
使用说明 (SKILL.md)

\r \r

CCTV News Fetcher\r

\r This skill allows you to fetch summary titles and content from the CCTV News Broadcast for any specific date.\r \r

Usage\r

\r You can ask the agent to:\r

  • "Fetch CCTV news for 20250210"\r
  • "Give me the news highlights for yesterday"\r \r

Instructions\r

\r When the user asks for news from a specific date:\r

  1. Format the date as YYYYMMDD. If the user says "yesterday" or "today", calculate the date relative to the current local time.\r
  2. Execute the script at {baseDir}/scripts/news_crawler.js using bun or node.\r
    • Command: bun {baseDir}/scripts/news_crawler.js \x3CYYYYMMDD>\r
  3. Parse the JSON output and summarize it for the user. Group news by "Domestic" and "International" if possible based on titles, or just list the highlights.\r \r

Configuration\r

\r The skill depends on node-html-parser.\r Ensure bun is installed in the environment.\r

安全使用建议
This skill is a straightforward scraper that runs the included Node script and parses CCTV pages. Before installing: (1) verify you are comfortable with the agent executing a bundled JS script that makes outbound HTTP requests; run it in a sandboxed environment if unsure; (2) ensure your runtime provides a fetch-capable Node or bun as SKILL.md suggests; (3) review the small script yourself — it does not access local files or secrets but does set a hardcoded Cookie header (harmless but odd); (4) note minor metadata mismatches (ownerId/version) — if provenance matters, ask the publisher for clarification. If you plan to use in an environment with sensitive network policies, restrict its network access to prevent unintended scraping.
功能分析
Type: OpenClaw Skill Name: claw-cctv-news-fetcher Version: 1.0.0 The skill is a legitimate news scraper designed to fetch highlights from the CCTV News Broadcast (Xinwen Lianbo). The core logic in `scripts/news_crawler.js` uses the `node-html-parser` library to extract titles and content from official CCTV domains (cctv.cntv.cn and tv.cctv.com). While the script lacks strict input validation for the date parameter (potential SSRF vulnerability if provided with path traversal strings), there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the code and instructions: the script scrapes CCTV pages for a given date and returns parsed titles/content. Minor inconsistencies: SKILL.md asks to run with `bun` (the script also runs under node/fetch-enabled Node), and metadata/version/ownerId values differ across registry metadata, package.json and _meta.json (likely benign but worth noting).
Instruction Scope
SKILL.md instructs the agent to run the bundled script with a date argument, parse its JSON output, and summarize results. The runtime steps are narrowly scoped to running the crawler and processing its output; there is no instruction to read unrelated files or env vars.
Install Mechanism
No install spec (instruction-only) and only a small JS script plus a single parsing dependency. Nothing is downloaded from arbitrary URLs and no archives are extracted.
Credentials
The skill declares no required env vars or credentials. It uses node-html-parser (declared in package.json/lock) and requires a runtime (bun or Node with fetch). No secrets are requested or accessed.
Persistence & Privilege
always:false and the skill does not request persistent system-wide changes or elevated privileges. Autonomous invocation is allowed (platform default) but not combined with other concerning factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claw-cctv-news-fetcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claw-cctv-news-fetcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Fetch and summarize news highlights from CCTV News Broadcast (Xinwen Lianbo) for any given date. - Supports date inputs like "yesterday", "today", or specific dates in YYYYMMDD format. - Runs a bundled script to retrieve and parse news; outputs a summary grouped by Domestic and International when possible. - Requires bun runtime and node-html-parser package in the environment.
元数据
Slug claw-cctv-news-fetcher
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Claw Cctv News Fetcher 是什么?

Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 Claw Cctv News Fetcher?

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

Claw Cctv News Fetcher 是免费的吗?

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

Claw Cctv News Fetcher 支持哪些平台?

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

谁开发了 Claw Cctv News Fetcher?

由 Williamwang-wh(@williamwang-wh)开发并维护,当前版本 v1.0.0。

💬 留言讨论