← 返回 Skills 市场
pppig1357

Cctv News Fetcher 1.0.0

作者 pppig1357 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cctv-news-fetcher-1-0-0
功能描述
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 looks safe for its stated purpose if you are comfortable with it running an included JavaScript crawler and making outbound requests to CCTV/CNTV. Install dependencies from the lockfile where possible, and note that the package has minor provenance ambiguity but no artifact-backed evidence of credential use, persistence, file modification, or destructive actions.
功能分析
Type: OpenClaw Skill Name: cctv-news-fetcher-1-0-0 Version: 1.0.0 The skill is a standard web scraper designed to fetch news highlights from official CCTV domains (cctv.cntv.cn and tv.cctv.com). The logic in `scripts/news_crawler.js` uses the `node-html-parser` library to extract titles and content based on a user-provided date. While the script includes hardcoded browser headers and a tracking cookie to facilitate scraping, there is no evidence of data exfiltration, malicious execution, or harmful instructions in the `SKILL.md` file.
能力评估
Purpose & Capability
The SKILL.md and scripts/news_crawler.js both focus on fetching CCTV Xinwen Lianbo items for a requested date and returning titles/content. No unrelated file access, credential collection, destructive behavior, or account mutation is shown.
Instruction Scope
The instructions ask the agent to execute a bundled Node/Bun script when the user requests news for a date. This is expected for the crawler, but it still means local code runs in the user's environment.
Install Mechanism
There is no install spec and the registry requirements list no binaries, while SKILL.md says bun/node and node-html-parser are needed. The lockfile pins the dependency, but users should ensure dependencies are installed from the provided lockfile. _meta.json also has owner/slug values that differ from the registry metadata, which is a minor provenance ambiguity.
Credentials
The script performs outbound fetches to CCTV/CNTV pages and article links parsed from those pages, using static browser-like headers including a hardcoded cookie. It does not read local files or user credentials.
Persistence & Privilege
No persistence, background workers, privileged operations, file writes, deletes, or account mutations are present in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cctv-news-fetcher-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cctv-news-fetcher-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of CCTV News Fetcher skill. - Fetches and summarizes news highlights from CCTV News Broadcast (Xinwen Lianbo) for any specified date. - Supports requests like "news for yesterday" or specific dates in YYYYMMDD format. - Groups news by "Domestic" and "International" when possible. - Requires `bun` runtime and `node-html-parser` dependency.
元数据
Slug cctv-news-fetcher-1-0-0
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cctv News Fetcher 1.0.0 是什么?

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

如何安装 Cctv News Fetcher 1.0.0?

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

Cctv News Fetcher 1.0.0 是免费的吗?

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

Cctv News Fetcher 1.0.0 支持哪些平台?

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

谁开发了 Cctv News Fetcher 1.0.0?

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

💬 留言讨论