← Back to Skills Marketplace
Cctv Video
by
codenova58
· GitHub ↗
· v0.1.0
· MIT-0
174
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cctv
Description
提供央视网公开短视频与栏目页的检索与数据摘要,涵盖视频表现、节目目录及榜单题材统计分析。
README (SKILL.md)
央视网视频
用途与边界
- 面向公开短视频/栏目页的检索与表现数据摘要
- 不提供下载、接口逆向或突破风控能力
- 仅用于公开页面的轻量分析与提醒
关键入口
- 主页:https://tv.cctv.com/
- 栏目/榜单:站点入口
- 搜索入口:站内搜索
常见任务
- 指定栏目的视频集合摘要(点赞/评论/收藏/播放量)
- 节目页面目录与更新状态
- 榜单条目分布与题材统计
数据字段
- 视频标题、栏目名称、发布时间、播放/点赞/评论、链接
- 节目更新状态、目录、简介、链接
- 榜单名称、采集时间、来源链接
自动化要点
- 动态渲染与人机校验,建议人工打开后触发解析
- 请求频率需控制,不进行批量抓取
- 不进行下载或接口调用
示例流程
- 栏目摘要:选择栏目 → 抽取条目 → 输出表现摘要
- 节目目录:访问节目页 → 抽取目录 → 输出更新状态
- 榜单统计:访问榜单 → 抽取条目 → 题材分布统计
合规提示
- 遵守平台规则,不进行下载、接口调用或批量采集
- 结果仅用于内部分析与提醒
Usage Guidance
This skill appears internally consistent for summarizing public CCTV video pages, but before installing consider: 1) provenance — the skill's source/homepage is unknown, so prefer installing only from trusted authors; 2) network behavior — because instructions are high-level, ensure the agent's network permissions and rate limits are controlled so it doesn't perform aggressive scraping; 3) compliance — verify use complies with CCTV site terms and local laws; 4) data handling — avoid collecting or exporting any personal or sensitive data from pages and avoid sending scraped content to untrusted external endpoints. If you want stricter safeguards, request concrete fetch rules (user-agent, rate limit, allowlist of endpoints) to be added to SKILL.md before enabling autonomous runs.
Capability Analysis
Type: OpenClaw Skill
Name: cctv
Version: 0.1.0
The skill bundle is a documentation-only definition for summarizing public video information from the CCTV website (tv.cctv.com). It contains no executable code, no data exfiltration logic, and explicitly instructs the agent to avoid automated scraping, downloading, or bypassing security controls, focusing instead on light analysis of public metadata.
Capability Assessment
Purpose & Capability
Name and description promise public-page retrieval and summarization; the skill requests no credentials, binaries, or installs and the SKILL.md is limited to extracting publicly visible fields (title, counts, links, etc.), so requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md is instruction-only and stays within the domain of public-page extraction and light analysis, explicitly forbidding downloads, interface reverse-engineering, and bulk scraping. However the instructions are high-level (e.g., '抽取条目', '触发解析') and leave implementation details to the agent, which could lead to different fetch behaviors depending on the agent's network privileges—recommend defining concrete rate limits and fetch methods.
Install Mechanism
No install spec and no code files — lowest-risk profile (instruction-only). Nothing is downloaded or written by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths; this is proportionate for a read-only public-page summarization skill.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide configuration changes. Autonomous invocation is allowed (platform default) but not combined with elevated privileges or secrets.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cctv - After installation, invoke the skill by name or use
/cctv - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of "央视网视频" skill for public CCTV short video and show information summarization.
- Supports lightweight data extraction and summaries from CCTV's public video and show pages.
- Provides overviews for video collections, program catalog updates, and rankings/statistics.
- Focuses on key fields like titles, engagement metrics, links, and update statuses.
- Ensures compliance: no downloads, reverse engineering, or bypassing controls—analysis is limited to public, lightweight tasks.
Metadata
Frequently Asked Questions
What is Cctv Video?
提供央视网公开短视频与栏目页的检索与数据摘要,涵盖视频表现、节目目录及榜单题材统计分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install Cctv Video?
Run "/install cctv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cctv Video free?
Yes, Cctv Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cctv Video support?
Cctv Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cctv Video?
It is built and maintained by codenova58 (@codenova58); the current version is v0.1.0.
More Skills