← 返回 Skills 市场
jokerzeng

My Daily Brief

作者 JokerZeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-daily-brief
功能描述
每日早报技能,生成天气+热点简报。 Use when: 用户说“今日简报”“今天热点”,或早上8点定时触发。 NOT for: 详细天气预报、深度新闻分析。
安全使用建议
This skill appears to do what it says (brief weather + hot searches) and requests nothing sensitive, but there are a few things to check before installing or enabling it: - Clarify schedule: the description says '8:00' but SKILL.md says '11:22' — decide which you want. - Fix the wttr.in query: the SKILL.md uses 'Beijin' (typo), which may return an unexpected result; verify the exact URL and fallback behavior. - Specify how Baidu hot-search items will be retrieved: is there an official API, or will the agent scrape the Baidu homepage? If scraping, ask for the exact endpoint, selectors, and rate-limiting/robot rules to avoid excessive or improper web requests. - Consider legal/privacy: scraping some sites can violate terms of service; if these briefs will be sent to recipients, be mindful of content licensing and privacy of any aggregated data. - Test in a sandbox: because the instructions cause outbound web requests, run initial tests in an environment where network calls and scheduling can be reviewed. If the publisher/source is unknown (it is), prefer to require the author to add: a homepage, precise fetch instructions for Baidu, explicit error handling, and the correct schedule/time. If those are provided and acceptable, the skill is coherent and low-risk for the stated purpose.
功能分析
Type: OpenClaw Skill Name: my-daily-brief Version: 1.0.0 The 'my-daily-brief' skill is designed to provide a weather update and news summary. It uses standard curl commands to fetch weather data from wttr.in and scrapes Baidu hot search titles, which aligns perfectly with its stated purpose in SKILL.md. No malicious indicators, data exfiltration, or suspicious execution patterns were found.
能力评估
Purpose & Capability
Name/description match the instructions: fetch a short weather line and Baidu hot-search titles. No unrelated credentials or binaries are requested. Minor inconsistencies: the top description says a morning 8:00 trigger but SKILL.md lists a cron time of 11:22; the wttr.in query uses the misspelled location 'Beijin'.
Instruction Scope
Instructions explicitly call out one network fetch (wttr.in) and a second step to obtain the top 50 Baidu hot-search titles but do not specify how to obtain them (no API endpoint, no selector, no rate-limit/robots guidance). The skill does not instruct reading any local files or environment variables, which is appropriate, but the scraping step is underspecified and could lead to arbitrary web requests if implemented loosely.
Install Mechanism
Instruction-only skill with no install steps or downloaded code; nothing is written to disk by the skill package itself.
Credentials
No environment variables, credentials, or config paths are requested; this is proportionate to the simple fetch-and-format task.
Persistence & Privilege
always is false, no persistent or privileged settings requested, and the skill doesn't declare modifications to other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-daily-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-daily-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
my-daily-brief v1.0.0 - Introduces a daily briefing skill for quickly summarizing the day's weather and top news. - Triggers on user requests like “今日简报”“今天热点” or automatically at 11:22 AM. - Provides concise Beijing weather and top 50 trending topics from Baidu. - Not intended for detailed weather forecasts or in-depth news analysis.
元数据
Slug my-daily-brief
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

My Daily Brief 是什么?

每日早报技能,生成天气+热点简报。 Use when: 用户说“今日简报”“今天热点”,或早上8点定时触发。 NOT for: 详细天气预报、深度新闻分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 My Daily Brief?

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

My Daily Brief 是免费的吗?

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

My Daily Brief 支持哪些平台?

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

谁开发了 My Daily Brief?

由 JokerZeng(@jokerzeng)开发并维护,当前版本 v1.0.0。

💬 留言讨论