cctv-news-fetcher
⚠Review·Scanned 2/19/2026
This skill fetches and summarizes CCTV News broadcast content for a given date by running a local crawler and parsing its JSON output. It instructs executing bun {baseDir}/scripts/news_crawler.js and the included script makes outbound requests to https://cctv.cntv.cn/lm/xinwenlianbo/${date}.shtml and https://tv.cctv.com/lm/xwlb/day/${date}.shtml.
from clawhub.ai·v82dd093·14.5 KB·0 installs
Scanned from 1.0.0 at 82dd093 · Transparency log ↗
$ vett add clawhub.ai/yuhangch/cctv-news-fetcherReview findings below
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.