OpenClaw Skillv1.0.0

CCTV News Fetcher

yuhangchby yuhangch
Deploy on EasyClawdfrom $14.9/mo

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

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install CCTV News Fetcher from the skills panel
Get started — from $14.9/mo
7stars
6,796downloads
37installs
0comments
1versions

Latest Changelog

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.

Tags

latest: 1.0.0

Skill Documentation

---
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.
Security scan, version history, and community comments: view on ClawHub