← Back to Skills Marketplace
baobaodawang-creater

Daily Brief

by baobaodawang-creater · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
211
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-daily-brief
Description
Send a daily operational brief from your self-hosted OpenClaw to Telegram — agent health, unresolved issues, and weekly evolution highlights, every morning.
Usage Guidance
This skill does what it says: it collects container logs and an evolver log, summarizes them with your local 'secretary' agent, and posts the report to Telegram. Before installing, consider: 1) Do your gateway/evolver logs contain secrets (API keys, tokens, PII)? If so, add log redaction or filtering before sending. 2) Ensure the Telegram chat is private and the BOT token is stored/rotated securely. 3) Limit who can read the cron job and script (run under an appropriate non-root account). 4) Confirm the OPENCLAW_TOKEN scope is minimal and that the 'secretary' agent is trusted. 5) Test in a staging environment first to verify nothing sensitive is leaked. If you need higher confidentiality, consider delivering reports to an internal endpoint instead of Telegram or implementing log sanitization.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-daily-brief Version: 1.1.0 The skill is a standard operational utility designed to summarize system logs and send them to a user-controlled Telegram bot. It uses bash, curl, and jq to interact with a local OpenClaw gateway and the Telegram API. While the documentation contains hardcoded local file paths (e.g., /Users/lihaochen/...) suggesting it was adapted from a specific user's environment, the code logic is transparent, lacks obfuscation, and aligns strictly with its stated purpose of generating a daily status brief.
Capability Assessment
Purpose & Capability
Name/description match the runtime actions: the script collects OpenClaw gateway logs, reads evolver logs, calls the local OpenClaw chat completion endpoint (secretary agent) and posts to Telegram. Required binaries (bash, curl, jq, docker) and env vars (OPENCLAW_TOKEN, TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID) are appropriate for this workflow.
Instruction Scope
Instructions explicitly read docker logs from the openclaw-gateway container and tail /tmp/evolver-*.log, then submit those contents to a local OpenClaw completion endpoint and forward the summary to Telegram. This is within scope, but it means logs (which may contain secrets or sensitive operational data) will be aggregated and sent off-host.
Install Mechanism
Instruction-only skill with no install spec or downloaded code — nothing will be written to disk by the skill itself. Low install risk.
Credentials
Requested env vars are proportional to the task (OpenClaw token to call the local API; Telegram bot token and chat id to send messages). However, those credentials enable sending potentially sensitive data externally; Telegram is a third-party endpoint outside your network, so token and chat selection matter.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill is not forced into every agent run and does not request elevated platform privileges or changes to other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-daily-brief
  3. After installation, invoke the skill by name or use /openclaw-daily-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: product page upgrade, added Telegram output example and use cases
v1.0.0
Initial release: daily OpenClaw system status report via Telegram
Metadata
Slug openclaw-daily-brief
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Daily Brief?

Send a daily operational brief from your self-hosted OpenClaw to Telegram — agent health, unresolved issues, and weekly evolution highlights, every morning. It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.

How do I install Daily Brief?

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

Is Daily Brief free?

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

Which platforms does Daily Brief support?

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

Who created Daily Brief?

It is built and maintained by baobaodawang-creater (@baobaodawang-creater); the current version is v1.1.0.

💬 Comments