← 返回 Skills 市场
371
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install daily-log
功能描述
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
使用说明 (SKILL.md)
Daily Log
按规范生成每日工作日志,供后续知识提取。
输出位置
memory/daily/YYYY-MM-DD.md
核心流程
- 读取 references/spec.md 获取详细规范
- 读取当前日记(如已存在)
- 按规范生成/整合日志
- 写文件
- 自检
触发时机
- 会话结束前
- 完成重要任务后
- 用户明确要求时
为什么要写日记
日记是记忆系统的核心输入:
- cron memory-review 扫描日记生成知识提案
- 没有日记,知识沉淀链条断裂
- 详细日记 → 更多可提取知识
常见错误
- 只写结果不写过程 → 无法提取经验
- 事后概括 → 丢失细节
- 过于简略 → 扫不出东西
与 Memory Review 联动
日记是记忆系统的核心输入:
- daily-log 负责写日记
- memory-review 负责扫描日记生成知识提案
- 两者配合:详细日记 → 更多可提取知识
详见 skills/memory-review/SKILL.md
安全使用建议
This skill appears to do what it says: generate and append/merge daily logs under memory/daily/YYYY-MM-DD.md and it asks for no credentials. Before installing, consider: (1) Where your agent's memory directory is stored and whether those files are backed up or accessible by others — diaries can contain sensitive secrets. (2) Whether you are comfortable with the agent autonomously writing memory files; if not, restrict autonomous invocation or require manual triggers. (3) Clarify how the skill should obtain 'commands' and their outputs (should it record commands you ran, re-run commands, or include pasted outputs?) to avoid the agent running shell commands or scanning unrelated logs. (4) Review the related memory-review skill/pipeline so you understand how diary contents will be used downstream. If unsure, test the skill in a sandboxed agent with limited filesystem access first.
功能分析
Type: OpenClaw Skill
Name: daily-log
Version: 1.1.0
The 'daily-log' skill is a standard utility designed to automate the creation of structured work logs for an AI agent. It instructs the agent to record its actions, decisions, and command outputs to a local directory (memory/daily/) based on specifications in 'references/spec.md'. There are no indicators of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name, description, and declared behavior (read spec, read existing diary, generate/merge, write to memory/daily/YYYY-MM-DD.md, self-check) are consistent. The skill does not request unrelated binaries, environment variables, or config paths.
Instruction Scope
SKILL.md and references/spec.md limit actions to reading the spec and existing diary and writing the diary file. However, the spec requires including 'commands' and 'commands output' which is ambiguous: the agent may need to capture command outputs or re-run commands to fill that field. The instructions do not explicitly tell the agent to read other system files, run shell commands, or access external endpoints, but ambiguity could lead an implementation to search logs or execute commands to obtain outputs. Recommend clarifying sources for 'commands' output to avoid unexpected system access.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes code-on-disk risk; nothing will be downloaded or executed by default.
Credentials
No environment variables, credentials, or config paths are requested. The requested access (read/write to agent memory path) is proportional to a diary-writing skill.
Persistence & Privilege
always:false and user-invocable:true. The skill may be invoked autonomously (platform default), which is expected for productivity skills; it does not request permanent elevated privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-log - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-log触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Bump version to 1.1.0.
- No functional or documentation changes; SKILL.md content remains the same.
v2.0.0
Version 2.0.0
- SKILL.md 增加“与 Memory Review 联动”部分,说明与 memory-review 技能的协作关系
- 补充 daily-log 与 memory-review 如何配合,提升日记与知识提取链条的说明
- 无功能变更,仅文档内容扩充和完善
v1.0.0
- Initial release of the daily-log skill for generating structured daily work logs
- Supports automatic logging at session end, after key tasks, or on user request
- Logs are saved to memory/daily/YYYY-MM-DD.md following a provided specification
- Designed to improve knowledge extraction and retention by recording both results and processes
元数据
常见问题
Daily Log 是什么?
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 371 次。
如何安装 Daily Log?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-log」即可一键安装,无需额外配置。
Daily Log 是免费的吗?
是的,Daily Log 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Log 支持哪些平台?
Daily Log 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Log?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.1.0。
推荐 Skills