← Back to Skills Marketplace
371
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install daily-log
Description
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-log - After installation, invoke the skill by name or use
/daily-log - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Daily Log?
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。 It is an AI Agent Skill for Claude Code / OpenClaw, with 371 downloads so far.
How do I install Daily Log?
Run "/install daily-log" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Log free?
Yes, Daily Log is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Log support?
Daily Log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Log?
It is built and maintained by AxelHu (@axelhu); the current version is v1.1.0.
More Skills