← 返回 Skills 市场
Daily Brief
作者
baobaodawang-creater
· GitHub ↗
· v1.1.0
· MIT-0
211
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-daily-brief
功能描述
Send a daily operational brief from your self-hosted OpenClaw to Telegram — agent health, unresolved issues, and weekly evolution highlights, every morning.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-daily-brief - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-daily-brief触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Daily Brief 是什么?
Send a daily operational brief from your self-hosted OpenClaw to Telegram — agent health, unresolved issues, and weekly evolution highlights, every morning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。
如何安装 Daily Brief?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-daily-brief」即可一键安装,无需额外配置。
Daily Brief 是免费的吗?
是的,Daily Brief 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Brief 支持哪些平台?
Daily Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Brief?
由 baobaodawang-creater(@baobaodawang-creater)开发并维护,当前版本 v1.1.0。
推荐 Skills