← Back to Skills Marketplace
freedompixels

中文新闻简报

by freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install cn-news-brief
Description
中文新闻简报。每日热点新闻摘要,分类呈现,3分钟了解天下事。 当用户说"新闻"、"今天有什么新闻"、"热点"、"今日要闻"时触发。 Keywords: 新闻, 热点, 要闻, news, 简报, 日报.
README (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。

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-news-brief
  3. After installation, invoke the skill by name or use /cn-news-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Fix SSL verification: remove verify=False
v1.0.0
v1.0.0: multi-source news aggregation + category + sentiment + JSON output
Metadata
Slug cn-news-brief
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 中文新闻简报?

中文新闻简报。每日热点新闻摘要,分类呈现,3分钟了解天下事。 当用户说"新闻"、"今天有什么新闻"、"热点"、"今日要闻"时触发。 Keywords: 新闻, 热点, 要闻, news, 简报, 日报. It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install 中文新闻简报?

Run "/install cn-news-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 中文新闻简报 free?

Yes, 中文新闻简报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 中文新闻简报 support?

中文新闻简报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 中文新闻简报?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.0.

💬 Comments