← 返回 Skills 市场
freedompixels

中文新闻简报

作者 freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install cn-news-brief
功能描述
中文新闻简报。每日热点新闻摘要,分类呈现,3分钟了解天下事。 当用户说"新闻"、"今天有什么新闻"、"热点"、"今日要闻"时触发。 Keywords: 新闻, 热点, 要闻, news, 简报, 日报.
使用说明 (SKILL.md)

📰 CN News Brief — 中文新闻简报

3分钟了解天下事。

核心功能

功能 说明
每日简报 国内+国际+科技+财经,分类呈现
AI摘要 每条新闻一句话总结
多源聚合 央视/新华网/澎湃/36氪/虎嗅
情绪标注 正面/负面/中性,快速判断基调

使用方式

# 今日简报
python3 scripts/news_brief.py --today

# 指定分类
python3 scripts/news_brief.py --category 科技

# 输出JSON
python3 scripts/news_brief.py --today --json

# 指定条数
python3 scripts/news_brief.py --today --limit 5

示例输出

📰 今日新闻简报(4月13日)
━━━━━━━━━━━━━━━━━━━━━━

🇨🇳 国内
  1. 🔵 多所高校强基计划取消竞赛破格(新华网)
  2. 🔵 24岁主播直播晕倒被辞退,已申请仲裁(澎湃)

🌍 国际
  3. 🔴 美国3月CPI创两年最大涨幅(路透社)

💻 科技
  4. 🟢 OpenClaw发布新版智能体框架(36氪)
  5. 🔵 华为自研芯片良率突破(虎嗅)

💰 财经
  6. 🔴 伊朗资产解冻引发市场波动(财联社)

数据源

来源 类型 更新频率
百度热搜 综合 实时
微博热搜 社交 实时
36氪 科技 每日
虎嗅 科技商业 每日
澎湃新闻 综合 实时

本地运行,无需API Key。

安全使用建议
This skill appears to do what it says: fetch public hot lists (Baidu, Weibo, Zhihu), classify and print a short briefing. Before installing, note: (1) SKILL.md lists additional sources (36氪/虎嗅/新华) that the script does not actually fetch — if you expect those sources, ask the author or inspect/modify the script. (2) The script makes outbound HTTPS requests to third-party sites — run it in an environment where such network access is acceptable. (3) Review the script yourself if you want to be sure it won’t be changed later (it is bundled with the skill). If you need offline use or a stricter source list, consider editing the script to remove or add endpoints.
功能分析
Type: OpenClaw Skill Name: cn-news-brief Version: 1.1.0 The skill bundle is a standard news aggregator that fetches trending topics from Baidu, Weibo, and Zhihu. The Python script (scripts/news_brief.py) uses legitimate API endpoints and basic keyword matching for categorization and sentiment analysis, with no evidence of data exfiltration, command execution, or malicious prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (Chinese news brief) align with the included script: the script aggregates hot lists, classifies items, and prints summaries. However, SKILL.md and the data-sources table list sources like 央视/新华/澎湃/36氪/虎嗅, while the script only fetches Baidu, Weibo, and Zhihu — this is an inconsistency (likely a documentation mismatch) but not evidence of malicious behavior.
Instruction Scope
SKILL.md instructs local execution of scripts/news_brief.py and the script's runtime behavior matches that: it makes outbound HTTPS requests to public endpoints, deduplicates, classifies, and prints or JSON-outputs results. The instructions do not ask the agent to read unrelated files, environment variables, or to transmit data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only plus an included script). Nothing is downloaded or installed at runtime by the skill itself, minimizing install-time risk.
Credentials
The skill requires no environment variables or credentials and the script does not attempt to read secrets or config paths. Outbound network access to public news endpoints is expected for its purpose.
Persistence & Privilege
always is false and the skill makes no modifications to agent/system configuration. It does not request persistent or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-news-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-news-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix SSL verification: remove verify=False
v1.0.0
v1.0.0: multi-source news aggregation + category + sentiment + JSON output
元数据
Slug cn-news-brief
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

中文新闻简报 是什么?

中文新闻简报。每日热点新闻摘要,分类呈现,3分钟了解天下事。 当用户说"新闻"、"今天有什么新闻"、"热点"、"今日要闻"时触发。 Keywords: 新闻, 热点, 要闻, news, 简报, 日报. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 中文新闻简报?

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

中文新闻简报 是免费的吗?

是的,中文新闻简报 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

中文新闻简报 支持哪些平台?

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

谁开发了 中文新闻简报?

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

💬 留言讨论