← Back to Skills Marketplace
pppig1357

Cctv News Fetcher 1.0.0

by pppig1357 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cctv-news-fetcher-1-0-0
Description
Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cctv-news-fetcher-1-0-0
  3. After installation, invoke the skill by name or use /cctv-news-fetcher-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug cctv-news-fetcher-1-0-0
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Cctv News Fetcher 1.0.0?

Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install Cctv News Fetcher 1.0.0?

Run "/install cctv-news-fetcher-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cctv News Fetcher 1.0.0 free?

Yes, Cctv News Fetcher 1.0.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Cctv News Fetcher 1.0.0 support?

Cctv News Fetcher 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cctv News Fetcher 1.0.0?

It is built and maintained by pppig1357 (@pppig1357); the current version is v1.0.0.

💬 Comments