Auto-Updater Skill
一个面向 Other 场景的 Agent 技能。原始说明:Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
name: cctv-news-fetcher
description: Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
user-invocable: true
This skill allows you to fetch summary titles and content from the CCTV News Broadcast for any specific date.
You can ask the agent to:
When the user asks for news from a specific date:
YYYYMMDD. If the user says "yesterday" or "today", calculate the date relative to the current local time.{baseDir}/scripts/news_crawler.js using bun or node.bun {baseDir}/scripts/news_crawler.js <YYYYMMDD>The skill depends on node-html-parser.
Ensure bun is installed in the environment.