skills$openclaw/cctv-news-fetcher
yuhangch3.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.

3.4k stars2.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namecctv-news-fetcher
descriptionFetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date. OpenClaw Skills integration.
owneryuhangch
repositoryyuhangch/cctv-news-fetcher
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @yuhangch/cctv-news-fetcher
last updatedFeb 7, 2026

Maintainer

yuhangch

yuhangch

Maintains cctv-news-fetcher in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
examples
example.md
445 B
scripts
news_crawler.js
6.8 KB
_meta.json
288 B
package-lock.json
6.0 KB
package.json
215 B
SKILL.md
1.0 KB
SKILL.md

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:

  1. Format the date as YYYYMMDD. If the user says "yesterday" or "today", calculate the date relative to the current local time.
  2. Execute the script at {baseDir}/scripts/news_crawler.js using bun or node.
    • Command: bun {baseDir}/scripts/news_crawler.js <YYYYMMDD>
  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.

Configuration

The skill depends on node-html-parser. Ensure bun is installed in the environment.

README.md

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.