← 返回 Skills 市场
piaomiao123

Daily Brief

作者 hello · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
456
总下载
0
收藏
8
当前安装
2
版本数
在 OpenClaw 中安装
/install daily-brief
功能描述
Get daily weather and top news for multiple cities with one command, no API keys needed.
使用说明 (SKILL.md)

Daily Brief 每日简报

一键获取每日天气和热门新闻,省时又实用!

Features

  • 🌤️ 实时天气查询(免API key)
  • 📰 热门新闻聚合
  • 📋 一键生成精美简报
  • 🌍 支持多个城市

Quick Start

# 获取默认城市(上海)的天气和新闻
daily-brief

# 指定城市
daily-brief Beijing

# 仅天气
daily-brief --weather-only

# 仅新闻
daily-brief --news-only

Weather

使用wttr.in,免费免key!

curl -s "wttr.in/Shanghai?format=3"

News

使用免费新闻源,无需API key!

# 可以扩展更多新闻源

Output Format

📅 2026-03-16 每日简报

🌤️ 天气: 上海: ⛅️ +18°C

📰 热门新闻:
1. 新闻标题1
2. 新闻标题2
3. 新闻标题3

💡 今日提示: 记得带伞!

Customization

编辑 ~/.daily-brief/config.json 来配置默认城市和新闻源。


Made with ❤️ for OpenClaw

安全使用建议
This skill's script appears benign (it just calls wttr.in and a Baidu hot-list endpoint and prints results), but the documentation overpromises features the script doesn't implement. Before installing or relying on it: 1) Inspect and run daily-brief.sh locally to confirm behavior; it will make outbound HTTP requests (the remote services will see your IP). 2) Be aware the advertised config file (~/.daily-brief/config.json) and CLI flags aren't used by the script—if you need those features, either modify the script or request an updated version. 3) Verify the author/homepage if provenance matters (the bundled homepage is a placeholder). 4) If you are concerned about network calls, run it behind a firewall or sandbox to observe where it connects. If the mismatches (flags, multiple-city support, config) are acceptable as 'documentation bugs', the skill is low-risk; if you need the advertised features, treat this as incomplete/untrusted until fixed.
功能分析
Type: OpenClaw Skill Name: daily-brief Version: 0.1.1 The skill is a straightforward utility for fetching weather and news updates. The bash script (daily-brief.sh) uses legitimate public APIs (wttr.in and Baidu) via curl to retrieve information and contains no evidence of data exfiltration, persistence mechanisms, or malicious command execution.
能力评估
Purpose & Capability
The skill claims to deliver weather and top news without API keys; the script uses curl to wttr.in and top.baidu.com which is coherent with that claim and the metadata lists curl as a requirement. However, the SKILL.md advertises support for multiple cities, --weather-only/--news-only flags, and a ~/.daily-brief/config.json customization file, none of which are implemented in daily-brief.sh (the script accepts a single positional city argument and has no flag or config parsing). Metadata author/homepage strings appear generic/placeholder and differ from the registry owner ID.
Instruction Scope
Runtime behavior is limited to outbound HTTP requests (wttr.in and top.baidu.com) and printing to stdout, which is expected. The concern is a scope mismatch: SKILL.md instructs editing and using ~/.daily-brief/config.json and shows CLI flags, but the actual script does not read that config or parse flags—this mismatch could mislead users and cause unexpected behavior if they rely on features that don't exist.
Install Mechanism
There is no install spec and no external archive downloads; the skill is instruction-only with a bundled shell script. That minimizes install-time risk. It does require curl to be present (declared in metadata).
Credentials
The skill requests no environment variables, no credentials, and no config paths programmatically. The script performs network requests to public endpoints only and does not read secrets or local configs.
Persistence & Privilege
The skill does not request permanent presence, does not set always:true, and does not modify other skills or system-wide configuration. It simply runs the included script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
整合真实天气+百度热搜API,功能完整可用
v0.1.0
- Initial release of Daily Brief (每日简报). - Integrates real-time weather (via wttr.in, no API key required). - Aggregates trending news from free sources. - Supports quick, one-command generation of daily summaries. - Allows weather-only or news-only output and custom cities. - Configuration via user-friendly JSON file for cities and news sources.
元数据
Slug daily-brief
版本 0.1.1
许可证 MIT-0
累计安装 8
当前安装数 8
历史版本数 2
常见问题

Daily Brief 是什么?

Get daily weather and top news for multiple cities with one command, no API keys needed. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 456 次。

如何安装 Daily Brief?

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

Daily Brief 是免费的吗?

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

Daily Brief 支持哪些平台?

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

谁开发了 Daily Brief?

由 hello(@piaomiao123)开发并维护,当前版本 v0.1.1。

💬 留言讨论