← Back to Skills Marketplace
jokerzeng

My Daily Brief

by JokerZeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-daily-brief
Description
每日早报技能,生成天气+热点简报。 Use when: 用户说“今日简报”“今天热点”,或早上8点定时触发。 NOT for: 详细天气预报、深度新闻分析。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-daily-brief
  3. After installation, invoke the skill by name or use /my-daily-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug my-daily-brief
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is My Daily Brief?

每日早报技能,生成天气+热点简报。 Use when: 用户说“今日简报”“今天热点”,或早上8点定时触发。 NOT for: 详细天气预报、深度新闻分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.

How do I install My Daily Brief?

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

Is My Daily Brief free?

Yes, My Daily Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does My Daily Brief support?

My Daily Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created My Daily Brief?

It is built and maintained by JokerZeng (@jokerzeng); the current version is v1.0.0.

💬 Comments