← 返回 Skills 市场
Daily Digest
作者
Patrick Maeter
· GitHub ↗
· v1.0.0
7098
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-digest
功能描述
Generates a daily digest from stored memory files, summarizing decisions, lessons, actions, and questions into a dated journal entry.
安全使用建议
Install this only if you are comfortable with memory notes being summarized into persistent local files. Review generated digests before sharing or syncing them, and be deliberate before enabling daily automation because sensitive details could be carried forward automatically.
功能分析
Type: OpenClaw Skill
Name: daily-digest
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'daily-digest' is benign. The `digest_daily.py` script reads specific Markdown files from a 'memory' directory and writes a new Markdown digest file to a 'journals/digest' directory, all within the expected operational scope. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. All file operations are localized and aligned with the stated purpose of generating a daily summary.
能力评估
Purpose & Capability
The stated purpose is generating a daily digest, and the script matches that by reading local dated memory Markdown files and writing a digest under journals/digest/.
Instruction Scope
The README mentions broader interactions and optional scheduling, but the runtime instructions are straightforward and the code is limited to local file reads and one local output file.
Install Mechanism
No installer, dependency bootstrap, auto-start hook, package installation, or privilege request is present in the reviewed artifacts.
Credentials
Reading local memory notes is proportionate to the digest purpose, but the resulting summaries may preserve sensitive personal or work information.
Persistence & Privilege
The skill creates persistent local digest files and suggests optional cron scheduling, but it does not install persistence itself, escalate privileges, access credentials, delete files, or make network calls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the daily-digest skill.
- Generates a daily digest from memory and interactions, saved as journals/digest/digest-YYYY-MM-DD.md.
- Run the digest_daily.py script manually or automate with a scheduler.
- Extracts decisions, lessons, actions, and questions from daily memory files.
- Includes a placeholder summary if no structured entries are found.
元数据
常见问题
Daily Digest 是什么?
Generates a daily digest from stored memory files, summarizing decisions, lessons, actions, and questions into a dated journal entry. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7098 次。
如何安装 Daily Digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-digest」即可一键安装,无需额外配置。
Daily Digest 是免费的吗?
是的,Daily Digest 完全免费(开源免费),可自由下载、安装和使用。
Daily Digest 支持哪些平台?
Daily Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Digest?
由 Patrick Maeter(@pmaeter)开发并维护,当前版本 v1.0.0。
推荐 Skills