← Back to Skills Marketplace
yuhangch

CCTV News Fetcher

by yuhangch · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
12103
Downloads
15
Stars
97
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 news sites when invoked. The publisher should ideally document the exact external domains, but the available evidence does not show hidden or disproportionate behavior.
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 CCTV news fetching, and the described script fetches and parses public pages from CCTV domains using standard HTML parsing.
Instruction Scope
Runtime instructions involve executing a local JavaScript crawler with a date argument; outbound network access is expected for the purpose, though explicit domain documentation would improve clarity.
Install Mechanism
The described package uses ordinary JavaScript dependencies for HTML parsing and does not show unusual install-time behavior.
Credentials
Network access to public CCTV news domains is proportionate to the stated news-fetching function; no credential, local profile, or broad filesystem access is indicated.
Persistence & Privilege
No persistence mechanism, privilege escalation, background worker, destructive action, or secret handling is evidenced.
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 435
Active Installs 97
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 12103 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