3.4k★by yuhangch
cctv-news-fetcher – OpenClaw Skill
cctv-news-fetcher is an OpenClaw Skills integration for writing workflows. Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
Skill Snapshot
| name | cctv-news-fetcher |
| description | Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date. OpenClaw Skills integration. |
| owner | yuhangch |
| repository | yuhangch/cctv-news-fetcher |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @yuhangch/cctv-news-fetcher |
| last updated | Feb 7, 2026 |
Maintainer

name: cctv-news-fetcher description: Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date. user-invocable: true
CCTV News Fetcher
This skill allows you to fetch summary titles and content from the CCTV News Broadcast for any specific date.
Usage
You can ask the agent to:
- "Fetch CCTV news for 20250210"
- "Give me the news highlights for yesterday"
Instructions
When the user asks for news from a specific date:
- Format the date as
YYYYMMDD. If the user says "yesterday" or "today", calculate the date relative to the current local time. - Execute the script at
{baseDir}/scripts/news_crawler.jsusingbunornode.- Command:
bun {baseDir}/scripts/news_crawler.js <YYYYMMDD>
- Command:
- 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.
Configuration
The skill depends on node-html-parser.
Ensure bun is installed in the environment.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
Configuration
The skill depends on `node-html-parser`. Ensure `bun` is installed in the environment.
FAQ
How do I install cctv-news-fetcher?
Run openclaw add @yuhangch/cctv-news-fetcher in your terminal. This installs cctv-news-fetcher into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/yuhangch/cctv-news-fetcher. Review commits and README documentation before installing.
