← Back to Skills Marketplace
yuhangch

CCTV News Fetcher

by yuhangch · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
12508
Downloads
15
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cctv-news-fetcher
Description
Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
Usage Guidance
Install only if you are comfortable with the skill making outbound requests to CCTV-related news pages when you ask it for news. For better transparency, the publisher should document the exact network domains and prefer reproducible installs, but the reviewed artifacts do not show behavior requiring Review or blocking.
Capability Analysis
Type: OpenClaw Skill Name: cctv-news-fetcher Version: 1.0.0 The skill 'cctv-news-fetcher' is designed to fetch and parse news from CCTV. The `SKILL.md` instructs the agent to execute a local JavaScript script (`scripts/news_crawler.js`) with a date argument. The JavaScript code performs web scraping from official CCTV domains (`cctv.cntv.cn`, `tv.cctv.com`) using `fetch` and `node-html-parser`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The dependencies listed in `package.json` and `package-lock.json` are standard for HTML parsing and do not raise any concerns.
Capability Assessment
Purpose & Capability
The stated purpose is fetching and parsing CCTV News Broadcast highlights by date, and the executable script performs that news-fetching and HTML parsing workflow.
Instruction Scope
The instructions clearly tell the agent to run a local JavaScript crawler with a date argument; outbound network access is implied by the fetch purpose, though the metadata does not explicitly declare network capability or list the contacted domains.
Install Mechanism
The package has no install scripts or unusual install-time behavior. It uses node-html-parser with a caret range in package.json, but package-lock.json pins the reviewed dependency tree.
Credentials
Network requests to public CCTV pages are proportionate to a news-fetching skill. The artifacts do not show access to local files, credentials, session stores, private profiles, or broad environment data.
Persistence & Privilege
No persistence, background worker, privilege escalation, destructive action, or mutation of user data is evidenced in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cctv-news-fetcher
  3. After installation, invoke the skill by name or use /cctv-news-fetcher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Easily fetches and summarizes CCTV News Broadcast highlights for any given date. - Fetch summary titles and content from Xinwen Lianbo by date (e.g., "yesterday", "today", or specific date). - Processes user date requests, runs a news crawler script, and parses results for the user. - Groups news by "Domestic" and "International" if possible, or lists key highlights. - Requires bun and node-html-parser in the environment.
Metadata
Slug cctv-news-fetcher
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CCTV News Fetcher?

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 12508 downloads so far.

How do I install CCTV News Fetcher?

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

Is CCTV News Fetcher free?

Yes, CCTV News Fetcher is completely free (open-source). You can download, install and use it at no cost.

Which platforms does CCTV News Fetcher support?

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

Who created CCTV News Fetcher?

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

💬 Comments