← 返回 Skills 市场
codenova58

Cctv Video

作者 codenova58 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
174
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cctv
功能描述
提供央视网公开短视频与栏目页的检索与数据摘要,涵盖视频表现、节目目录及榜单题材统计分析。
使用说明 (SKILL.md)

央视网视频

用途与边界

  • 面向公开短视频/栏目页的检索与表现数据摘要
  • 不提供下载、接口逆向或突破风控能力
  • 仅用于公开页面的轻量分析与提醒

关键入口

  • 主页:https://tv.cctv.com/
  • 栏目/榜单:站点入口
  • 搜索入口:站内搜索

常见任务

  • 指定栏目的视频集合摘要(点赞/评论/收藏/播放量)
  • 节目页面目录与更新状态
  • 榜单条目分布与题材统计

数据字段

  • 视频标题、栏目名称、发布时间、播放/点赞/评论、链接
  • 节目更新状态、目录、简介、链接
  • 榜单名称、采集时间、来源链接

自动化要点

  • 动态渲染与人机校验,建议人工打开后触发解析
  • 请求频率需控制,不进行批量抓取
  • 不进行下载或接口调用

示例流程

  • 栏目摘要:选择栏目 → 抽取条目 → 输出表现摘要
  • 节目目录:访问节目页 → 抽取目录 → 输出更新状态
  • 榜单统计:访问榜单 → 抽取条目 → 题材分布统计

合规提示

  • 遵守平台规则,不进行下载、接口调用或批量采集
  • 结果仅用于内部分析与提醒
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cctv
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cctv 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug cctv
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Cctv Video 是什么?

提供央视网公开短视频与栏目页的检索与数据摘要,涵盖视频表现、节目目录及榜单题材统计分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 174 次。

如何安装 Cctv Video?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cctv」即可一键安装,无需额外配置。

Cctv Video 是免费的吗?

是的,Cctv Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cctv Video 支持哪些平台?

Cctv Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cctv Video?

由 codenova58(@codenova58)开发并维护,当前版本 v0.1.0。

💬 留言讨论