Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
kirkluokun avatar

Cctv News Fetcher

  • 89 installs
  • 61 repo stars
  • Updated March 16, 2026
  • kirkluokun/awesome-a-stock-openclawskills

CCTV News Fetcher is an agent skill (content) that downloads dated Xinwen Lianbo news items and returns JSON summaries via a Bun crawler script.

About

CCTV News Fetcher is a narrow integration skill for builders who need machine-readable slices of China’s flagship evening news broadcast, not a general news API. Given a date stamp, the agent runs a Bun crawler against cctv.cntv.cn listing pages, walks linked articles, and returns JSON objects with date, title, and excerpted content—useful for macro research, localized newsletters, or agent notebooks that must ground claims in primary state-media wording. Solo operators in cross-border SaaS, finance, or policy blogging can automate “what did the bulletin emphasize on this day?” without maintaining their own scraper. The skill assumes network access and a Bun runtime plus the declared node-html-parser dependency. It is intentionally phase-specific: you invoke it when content or research needs that source, not as a journey-wide methodology. Prism lists it so discoverability is by task (“CCTV 新闻联播 summary”) rather than generic web-search skills that may not hit these URLs reliably.

  • Fetches Xinwen Lianbo items for a specific date such as 20250210 via news_crawler.js
  • Returns JSON array of date, title, and content fields per article
  • Runs with Bun: bun skills/cctv-news-fetcher/scripts/news_crawler.js <date>
  • Parses CCTV web pages using node-html-parser
  • Example prompt pattern: “获取 20250210 的新闻联播摘要”

Cctv News Fetcher by the numbers

  • 89 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #850 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/kirkluokun/awesome-a-stock-openclawskills --skill cctv-news-fetcher

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs89
repo stars61
Security audit1 / 3 scanners passed
Last updatedMarch 16, 2026
Repositorykirkluokun/awesome-a-stock-openclawskills

What it does

Pull dated CCTV Xinwen Lianbo headline summaries via a Bun script so agents can cite official Chinese evening-news items in research or content workflows.

Who is it for?

Best when you're tracking Chinese policy or macro headlines from Xinwen Lianbo for briefings, dashboards, or Mandarin content drafts.

Skip if: Skip if you do not need CCTV sources, lack Bun, or require licensed commercial news APIs with SLAs and redistribution rights.

When should I use this skill?

User asks for a Xinwen Lianbo or CCTV news summary for a specific YYYYMMDD date (e.g. 获取 20250210 的新闻联播摘要).

What you get

The agent runs the crawler for your date and yields a JSON list of titles and content snippets you can summarize, cite, or store in a editorial workflow.

  • JSON array of news items with date, title, and content fields

By the numbers

  • Example JSON returns multiple {date, title, content} objects per run
  • Depends on node-html-parser ^7.0.2

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

How it compares

Date-targeted CCTV scraper skill—not a general WebSearch replacement or multilingual RSS aggregator.

FAQ

Who is cctv-news-fetcher for?

researchers, content operators, and agent users who routinely need structured 新闻联播 summaries for a known calendar date.

When should I use cctv-news-fetcher?

Use it in Grow (content) when drafting digests from official broadcasts, or in Idea (research) when validating macro narratives against a specific bulletin date.

Is cctv-news-fetcher safe to install?

It executes a network-backed Bun script against third-party pages; review the Security Audits panel on this Prism page and audit scripts/news_crawler.js before running in production workspaces.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.