← 返回 Skills 市场
litiao1224

Cctv News Fetcher Conflict

作者 litiao1224 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
238
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cctv-news-fetcher-conflict
功能描述
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 appears to do what it claims: it runs a bundled JS crawler that makes outbound HTTP requests to CCTV domains and returns parsed JSON. It does not ask for credentials or access local files. Before installing, consider: (1) verify the skill source/owner (there is a small ownerId mismatch in metadata), (2) run the script in a sandbox or restricted environment if you are concerned about outbound requests, and (3) ensure your runtime has a compatible Node/Bun and the node-html-parser dependency. Also note the script follows links discovered on pages, so it will fetch any URLs the site exposes — if you need stricter network controls, run it behind a proxy or limit network access.
功能分析
Type: OpenClaw Skill Name: cctv-news-fetcher-conflict Version: 1.0.0 The skill is a functional news crawler designed to fetch and parse daily highlights from official CCTV News (Xinwen Lianbo) sources. It uses standard web scraping techniques with the 'node-html-parser' library and fetches data from legitimate domains (cctv.cntv.cn and tv.cctv.com). There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; the hardcoded tracking cookie and shell-based execution are consistent with the stated purpose of a local scraping utility.
能力评估
Purpose & Capability
Name/description (fetch CCTV Xinwen Lianbo highlights) align with included script and declared dependency (node-html-parser). The script fetches CCTV pages and extracts titles/content, which is coherent with the skill purpose.
Instruction Scope
SKILL.md tells the agent to run the bundled JS crawler with bun/node and parse its JSON output — this matches the code. Minor note: the README emphasizes bun but node should also run (depending on Node version); the skill does outbound HTTP requests to URLs discovered in the crawled pages (expected for a web crawler).
Install Mechanism
There is no install spec (instruction-only). Dependencies are standard npm packages listed in package.json/package-lock; nothing is downloaded from unexpected hosts and no archive extraction is declared.
Credentials
The skill declares no required env vars or credentials and the code does not read environment variables or sensitive config. The script does set a hard-coded Cookie and Host header for requests (likely for compatibility) but does not exfiltrate secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-level settings or modify other skills. Autonomous invocation is allowed (platform default) but not combined with any broad credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cctv-news-fetcher-conflict
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cctv-news-fetcher-conflict 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of CCTV News Fetcher skill. - Fetch summary titles and content from CCTV News Broadcast (Xinwen Lianbo) for any given date. - Supports relative date queries like "yesterday" or "today". - Parses and summarizes news, grouping by Domestic and International when possible. - Requires bun runtime and node-html-parser dependency.
元数据
Slug cctv-news-fetcher-conflict
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cctv News Fetcher Conflict 是什么?

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

如何安装 Cctv News Fetcher Conflict?

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

Cctv News Fetcher Conflict 是免费的吗?

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

Cctv News Fetcher Conflict 支持哪些平台?

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

谁开发了 Cctv News Fetcher Conflict?

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

💬 留言讨论