ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 3/5

cctv-news-fetcher

Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.

Why use this skill?

Efficiently fetch and summarize CCTV News Broadcast (Xinwen Lianbo) headlines for any date using OpenClaw. Automate your daily news tracking.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/yuhangch/cctv-news-fetcher
Or

What This Skill Does

The cctv-news-fetcher is a specialized OpenClaw skill designed to streamline the process of retrieving and summarizing the daily 'Xinwen Lianbo' (CCTV News Broadcast). By automating the interaction with CCTV's archival data, this skill allows users to bypass manual browsing of official news portals. It leverages a backend node script to perform web scraping, parsing, and structured data extraction, providing you with a concise digest of current events. Whether you are conducting research, tracking government policy shifts, or simply staying informed on major national headlines, this tool converts raw broadcast archives into readable, summarized insights.

Installation

To integrate this skill into your OpenClaw environment, ensure that you have Node.js and Bun installed. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/yuhangch/cctv-news-fetcher

Ensure that the dependencies, specifically node-html-parser, are installed within the script directory. If running in a restricted environment, verify that your configuration allows for external network access so the script can reach the CCTV broadcast servers.

Use Cases

  • Research and Archiving: Academics and analysts who need to track historical daily summaries without visiting the CCTV website manually.
  • Daily Briefings: Professionals who require a snapshot of national news to prepare for morning meetings.
  • Content Curation: Users building automated newsletters or data feeds based on official state-provided headlines.

Example Prompts

  1. "Fetch CCTV news for 20250210"
  2. "What were the top highlights on Xinwen Lianbo yesterday?"
  3. "Show me the news summary from the latest broadcast."

Tips & Limitations

  • Formatting: The script expects the date in YYYYMMDD format. If you use natural language phrases like "yesterday," the agent will automatically normalize this to the correct format before execution.
  • Network Stability: As this script relies on scraping external web pages, availability is subject to the target website's uptime and structure changes. If the parser returns empty results, ensure your network connection is active.
  • Scope: This tool focuses specifically on the Xinwen Lianbo program. It will not provide details on programs not archived in the standard news crawler path.

Metadata

Author@yuhangch
Stars879
Views2
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-yuhangch-cctv-news-fetcher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#news#cctv#scraper#automation#summarization
Safety Score: 3/5

Flags: network-access, file-read, code-execution