← Back to Skills Marketplace
OpenClaw Daily Briefing
by
yangkai258
· GitHub ↗
· v1.0.0
· MIT-0
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-daily-briefing
Description
整合天气、日程、待办、新闻和通勤建议,生成工作日早晨核心信息的一条简明晨间简报。
Usage Guidance
This skill's purpose (daily morning briefing) is reasonable and the included script is benign, but it advertises integrations (WeCom calendar/todo and third-party news) while declaring no credentials or configuration. Before installing or enabling: 1) Ask the publisher which credentials/config are required and how/where tokens are stored (environment vars, secret store, agent config). 2) Review the dependent skills (wecom-schedule, wecom-get-todo-list, web-search-pro) to see what permissions and credentials they require and whether they'll access calendar/todo content. 3) Be aware that 'location: auto' and the weather call (wttr.in) may expose your location or IP to external services—confirm privacy expectations. 4) Because the source/homepage is unknown, prefer installing in a limited test environment and monitor outbound network calls (to wttr.in and any news/search endpoints). If sensitive corporate calendar/todo data is involved, ensure those integrations meet your org's security policies before granting access.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-daily-briefing
Version: 1.0.0
The skill bundle is a standard implementation of a daily briefing tool. The shell script (scripts/daily-briefing.sh) uses a legitimate external service (wttr.in) to fetch weather data and contains placeholders for other integrations. No malicious behavior, data exfiltration, or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
The skill claims to integrate weather, calendar (WeCom), todos (WeCom), and multi-source news, which is coherent in purpose. However, it does not declare any required credentials or config even though the SKILL.md and comments explicitly refer to '企业微信和相关 API' and dependent skills (wecom-schedule, wecom-get-todo-list, web-search-pro). A realistic implementation would require service API keys/tokens for those integrations; omission of those requirements is an incoherence.
Instruction Scope
SKILL.md provides clear high-level instructions for triggering the briefing and lists dependent skills. The included script is conservative: it fetches weather via wttr.in and prints placeholders for calendar/todo/news integrations. Instructions do not tell the agent to read arbitrary files or unspecified environment variables, but they are vague about how to obtain/provide credentials for the dependent integrations. That vagueness grants broad implementation discretion and should be clarified.
Install Mechanism
There is no install spec (instruction-only plus a small shell script). No external installers, downloads, or archive extraction are used. This is low-risk from an installation perspective.
Credentials
The skill declares no required environment variables or primary credential, yet its described functionality (WeCom calendar/todo, news search) inherently needs credentials/API keys. This mismatch could lead implementations to request sensitive tokens later without that being signaled here. Also the script uses wttr.in and may rely on location data (location: auto) which could leak location if implemented to auto-resolve.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation settings. It does not request persistent or system-wide privileges in the provided files. No evidence it attempts to modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-daily-briefing - After installation, invoke the skill by name or use
/openclaw-daily-briefing - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Morning briefing with weather, calendar, todo integration
Metadata
Frequently Asked Questions
What is OpenClaw Daily Briefing?
整合天气、日程、待办、新闻和通勤建议,生成工作日早晨核心信息的一条简明晨间简报。 It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install OpenClaw Daily Briefing?
Run "/install openclaw-daily-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Daily Briefing free?
Yes, OpenClaw Daily Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Daily Briefing support?
OpenClaw Daily Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Daily Briefing?
It is built and maintained by yangkai258 (@yangkai258); the current version is v1.0.0.
More Skills