← 返回 Skills 市场
amadeus9169

Morning Brief

作者 Amadeus9169 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install morning-brief-v1
功能描述
Fetches and presents the latest international news headlines from trusted RSS feeds as a concise morning briefing.
使用说明 (SKILL.md)

---

name: morning-brief description: "Use when user asks for a morning brief, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds."

Morning Brief

This skill pulls the latest headlines from a reliable international RSS feed and presents a concise list of news titles. It is ideal for a quick, up-to-date snapshot of global events at the start of your day.

Usage

# Run the script:
python3 scripts/fetch\\\_clean\\\_headlines.py

## 🟢 Information Presentation Protocol (信息展示铁律)

When reporting news, RSS feeds, or script outputs that contain URLs/links, you MUST preserve the original Markdown links exactly as provided by the tool.

**NEVER strip, summarize, or remove the URLs.**

Output format must strictly be: - \\\[Headline Title](Original URL) so that user can click and read the details.

## Translate all headlines into Chinese, write a brief that you would like to see.

The script will prompt for a feed URL or use the default, then prints headlines per line. Optionally use --limit N.

Requirements

  • Python 3.8+
  • requests and beautifulsoup4 packages.
安全使用建议
This skill is internally coherent and appears benign, but before installing or running it: 1) note the mismatch between SKILL.md and the script — install httpx and feedparser (not requests/beautifulsoup4) or update the docs; 2) understand it will make outbound HTTP requests to the RSS URLs listed (ensure network policy allows this and you trust those feeds); 3) the SKILL.md asks the agent to translate headlines into Chinese and to preserve raw Markdown links — if you don't want clickable raw links exposed, change that instruction; and 4) run the script in an isolated environment (virtualenv/container) and review/adjust the hard-coded feed list if you need different sources.
功能分析
Type: OpenClaw Skill Name: morning-brief-v1 Version: 0.1.0 The skill is a standard RSS feed aggregator that fetches news from reputable sources like BBC, ScienceDaily, and GitHub. The Python script (scripts/fetch_clean_headlines.py) uses legitimate libraries (httpx, feedparser) to retrieve and filter headlines without any signs of data exfiltration, obfuscation, or unauthorized command execution. The instructions in SKILL.md are focused on output formatting and translation, aligning with the stated purpose of providing a morning briefing.
能力评估
Purpose & Capability
The included script fetches RSS feeds and outputs Markdown links for headlines, which matches the stated purpose. Minor mismatch: SKILL.md claims dependencies (requests, beautifulsoup4) while the script uses httpx and feedparser. Functionality requested (fetching international headlines) is coherent with the requested network access.
Instruction Scope
SKILL.md instructs the agent to run the script and to translate all headlines into Chinese and preserve original Markdown links. The script itself does not perform translation — that is an instruction for the agent rather than the script. The runtime instructions do not ask the agent to read unrelated files or environment variables; they do require network access to external RSS feeds (expected for this skill).
Install Mechanism
This is instruction-only with a bundled Python script (no installer), which is low-risk. However, SKILL.md's declared Python packages (requests, beautifulsoup4) do not match the script's imports (httpx, feedparser), so users must install the correct libraries manually.
Credentials
No environment variables, credentials, or config paths are requested. Network requests are limited to fetching RSS feeds listed in the script and are proportionate to the stated purpose.
Persistence & Privilege
The skill is not forced-always, does not request persistent agent privileges, and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install morning-brief-v1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /morning-brief-v1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Morning Brief skill. - Fetches the latest international news headlines from selected RSS feeds. - Presents a concise, clickable list of news titles, preserving original Markdown links. - Automatically translates all headlines into Chinese in the brief. - Easy command-line usage with a Python script and an optional headline limit. - Requires Python 3.8+ with requests and beautifulsoup4 packages.
元数据
Slug morning-brief-v1
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Morning Brief 是什么?

Fetches and presents the latest international news headlines from trusted RSS feeds as a concise morning briefing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Morning Brief?

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

Morning Brief 是免费的吗?

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

Morning Brief 支持哪些平台?

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

谁开发了 Morning Brief?

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

💬 留言讨论