ワンクリックで
cctv-news-fetcher
Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch and parse news highlights from CCTV News Broadcast (Xinwen Lianbo) for a given date.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
使用 Grok 实时搜索 X/Twitter,查找帖子、热门话题和讨论,并附带引用来源。
A股主题跟踪 — 从韭菜公社抓取市场热点、产业链、异动板块、最新段子,AI 结构化提取后进行多维分析。
Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
通过 Tushare Pro MCP 获取中国金融市场数据。覆盖 A股/港股/美股/基金/期货/债券/宏观 共 158+ 个接口。当需要股价、财务、指数、宏观数据时,使用 tushare_* MCP tool 而非 Python 脚本。
Searches Google and extracts full page content from every result via trafilatura. Returns clean readable text, not just snippets. Use when the user needs web search, research, current events, news, factual lookups, product comparisons, technical documentation, or any question requiring up-to-date information from the internet.
SOC 職業分類に基づく
| 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.