← 返回 Skills 市场
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cctv1-news
功能描述
简单版本的CCTV新闻联播内容获取工具。获取CCTV新闻联播内容并保存到本地文件,无需钉钉机器人。支持定时执行,适合个人使用。
使用说明 (SKILL.md)
简单版CCTV新闻联播获取工具
这个skill用于获取CCTV新闻联播内容并保存到本地文件,无需钉钉机器人配置,适合个人使用。
功能特点
- 自动获取CCTV新闻联播主页面内容
- 提取所有新闻章节的视频链接和摘要
- 包含完整版视频链接
- 保存到本地文本文件
- 无需外部API配置
- 支持定时执行
使用方法
帮我获取2026年4月19日的新闻联播
1. 安装依赖
pip install requests pytz lxml
2. 执行脚本
python scripts/get_cctv_news_simple.py
3. 查看结果
执行完成后,会在脚本同目录下生成 cctv_news_YYYYMMDD.txt 文件,包含当日新闻联播内容。
定时执行配置
Windows任务计划程序
- 打开任务计划程序
- 创建基本任务
- 设置触发器:每天22:00
- 设置操作:启动程序
- 程序:python.exe
- 参数:C:\path o\scripts\get_cctv_news_simple.py
Linux/Unix Cron
编辑crontab:
crontab -e
添加以下行(注意时区转换,22:00北京时间 = 14:00 UTC):
0 14 * * * cd /path/to/skill && python scripts/get_cctv_news_simple.py
输出格式
生成的文本文件包含:
- 日期标题(格式:YYYYMMDD新闻联播)
- 完整版视频链接
- 各新闻章节的摘要和链接
自定义配置
- 修改输出文件路径:编辑脚本中的
output_file变量 - 修改CCTV网站URL:编辑脚本中的
url1变量
错误处理
脚本包含基本的错误处理机制,如遇网络问题或解析失败会输出错误信息到控制台。
安全使用建议
This skill appears coherent and low-risk: it simply downloads and parses CCTV pages and saves a text file. Before running, review the script and optionally run it in a restricted environment (non-root user, limited folder) to ensure it writes where you expect. Install dependencies from PyPI only and keep the script up to date if site structure changes. If you need different output paths, edit the script rather than running it as a privileged account.
功能分析
Type: OpenClaw Skill
Name: cctv1-news
Version: 1.0.0
The skill bundle is a legitimate tool designed to scrape CCTV news summaries and save them to a local text file. The Python script (scripts/get_cctv_news_simple.py) uses standard libraries like requests and lxml to fetch data from tv.cctv.com, and the documentation (SKILL.md and references/使用说明.md) provides clear instructions for manual and scheduled execution without any evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md: the code fetches CCTV pages, extracts links/summaries, and writes a local text file. No extraneous credentials, binaries, or unrelated features are requested.
Instruction Scope
SKILL.md instructs installing obvious Python libs and running the provided script. The script only performs HTTP GETs to the CCTV site, parses HTML, and writes a local file. It does not read other system files, environment variables, or send data to third-party endpoints.
Install Mechanism
No install spec; this is instruction-only with a small Python script. Dependencies are standard (requests, pytz, lxml) and are appropriate for HTML fetching/parsing.
Credentials
The skill requires no environment variables, credentials, or config paths. The script writes to the script directory (or an edited path) which is consistent with its function.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide configs. Timed execution guidance (cron/Task Scheduler) is user-controlled.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cctv1-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/cctv1-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of a simple tool for fetching CCTV 新闻联播 content and saving it to a local file.
- No DingTalk robot or external API configuration required; designed for personal use.
- Supports automatic extraction of news chapters, video links, and summaries, including full program video link.
- Enables scheduling via Windows Task Scheduler or Linux/Unix cron.
- Output includes a dated text file with structured news content.
- Basic error handling included for connectivity or parsing issues.
元数据
常见问题
cctv1-news on 20:00 是什么?
简单版本的CCTV新闻联播内容获取工具。获取CCTV新闻联播内容并保存到本地文件,无需钉钉机器人。支持定时执行,适合个人使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 cctv1-news on 20:00?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cctv1-news」即可一键安装,无需额外配置。
cctv1-news on 20:00 是免费的吗?
是的,cctv1-news on 20:00 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
cctv1-news on 20:00 支持哪些平台?
cctv1-news on 20:00 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cctv1-news on 20:00?
由 freheit(@kawayixixing)开发并维护,当前版本 v1.0.0。
推荐 Skills