← 返回 Skills 市场
Morning Coffee Briefing
作者
kevdogg102396-afk
· GitHub ↗
· v1.0.0
423
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install morning-coffee-briefing
功能描述
Daily morning briefing skill. Reads your TASKS.md and memory files, synthesizes a prioritized day plan, and sends it to you via Telegram so you start the day...
安全使用建议
This skill does what it says — read your tasks and send a Telegram briefing — but there are a few red flags you should address before installing: 1) Confirm and add the required environment variables to the registry metadata (TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, TASKS_FILE_PATH) so reviewers and your agent know what secrets are required. 2) Clarify {MEMORY_DIR} and limit exactly which memory files the skill is allowed to read (avoid open-ended 'any memory files' or globs that could expose sensitive data). 3) Remove or explicitly define the 'pipeline status' checks (what services, what credentials, and what endpoints) — otherwise the agent might attempt network calls or require other tokens. 4) Consider removing Bash/Glob/Grep from allowed tools or restrict file read operations to an explicit whitelist to prevent accidental file enumeration or arbitrary shell execution. 5) Test with a throwaway Telegram bot and a sandboxed TASKS.md/memory directory containing non-sensitive data to confirm behavior. If you cannot get explicit metadata for the memory paths and pipeline checks, treat this skill as higher risk and do not grant it access to real personal or production data.
功能分析
Type: OpenClaw Skill
Name: morning-coffee-briefing
Version: 1.0.0
The skill is classified as suspicious due to the broad permissions granted by `allowed-tools: Bash` in `SKILL.md`. While the current use of Bash for a `curl` command to send a Telegram message aligns with the stated purpose, the ability to execute arbitrary shell commands creates a significant prompt injection vulnerability. An attacker could potentially exploit this to trick the agent into executing unintended commands or exfiltrating sensitive data by including it in the Telegram message, even though the skill itself does not explicitly instruct such malicious behavior.
能力评估
Purpose & Capability
The name/description match the runtime instructions (read TASKS.md and memory files, send a Telegram message). However the registry metadata provided with the skill says there are no required env vars or config paths, while the SKILL.md explicitly requires TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, and TASKS_FILE_PATH — a clear metadata/instruction mismatch. The skill also references {MEMORY_DIR} (not declared) and asks to check 'pipeline status' (no credentials or endpoints declared), which is beyond the minimal needs described.
Instruction Scope
SKILL.md instructs the agent to read TASKS.md plus 'any memory files' (MEMORY.md, projects.md, recent notes) and to 'check pipelines' — these are vague and could cause the agent to read many personal files or attempt network calls requiring other credentials. Allowed tools include Read, Bash, Glob, Grep, and WebSearch; Bash + Glob + Grep increase the risk that the agent could read or enumerate more files than intended or run shell commands. The Telegram send step is explicit and expected; the rest (memory access and pipeline checks) needs tighter scoping.
Install Mechanism
No install spec and no code files — the skill is instruction-only. That minimizes disk-written code and installer risk.
Credentials
The SKILL.md requires TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, and TASKS_FILE_PATH — these are proportionate for sending messages and locating the tasks file. However the skill also references {MEMORY_DIR} (undeclared) and asks to check pipeline status without declaring any supporting credentials or endpoints. Registry metadata did not list the declared env vars, which is an inconsistency that could hide required secrets from reviewers.
Persistence & Privilege
always is false and the skill is user-invocable; it does recommend scheduling with cron but does not request system-wide persistence or modify other skills' configs. Autonomous invocation is allowed (platform default) but not combined here with other severe red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install morning-coffee-briefing - 安装完成后,直接呼叫该 Skill 的名称或使用
/morning-coffee-briefing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Morning Coffee Briefing skill.
- Reads your TASKS.md and memory files to synthesize a prioritized daily plan.
- Highlights top 3 priorities, a quick win, blockers, and pipeline status.
- Sends your customized morning briefing via Telegram for a focused start to the day.
- Environment variables required: TELEGRAM_BOT_TOKEN, TELEGRAM_CHAT_ID, TASKS_FILE_PATH.
元数据
常见问题
Morning Coffee Briefing 是什么?
Daily morning briefing skill. Reads your TASKS.md and memory files, synthesizes a prioritized day plan, and sends it to you via Telegram so you start the day... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 423 次。
如何安装 Morning Coffee Briefing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install morning-coffee-briefing」即可一键安装,无需额外配置。
Morning Coffee Briefing 是免费的吗?
是的,Morning Coffee Briefing 完全免费(开源免费),可自由下载、安装和使用。
Morning Coffee Briefing 支持哪些平台?
Morning Coffee Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Morning Coffee Briefing?
由 kevdogg102396-afk(@kevdogg102396-afk)开发并维护,当前版本 v1.0.0。
推荐 Skills