中文新闻简报

v1.1.0

中文新闻简报。每日热点新闻摘要,分类呈现,3分钟了解天下事。 当用户说"新闻"、"今天有什么新闻"、"热点"、"今日要闻"时触发。 Keywords: 新闻, 热点, 要闻, news, 简报, 日报.

0· 175·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-news-brief.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "中文新闻简报" (freedompixels/cn-news-brief) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-news-brief
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-news-brief

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-news-brief
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📰 Clawdis
latestvk975fypwnyk50c1f33d2e3zyes850nfq
175downloads
0stars
2versions
Updated 1w ago
v1.1.0
MIT-0

📰 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。

Comments

Loading comments...