daily-log
每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/axelhu/daily-logWhat This Skill Does
The daily-log skill is an essential component for maintaining a persistent memory architecture within OpenClaw. It automates the generation of structured daily activity logs, which are saved in the memory/daily/YYYY-MM-DD.md directory. By capturing process-oriented details rather than mere task outcomes, this skill ensures that your interactions remain documented for subsequent analysis. It acts as the primary data source for the memory-review skill, allowing the AI to synthesize past experiences into actionable knowledge proposals.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/axelhu/daily-log
Ensure that your environment allows for file system write access in the designated memory directory, as the skill needs to create and append to markdown files dynamically.
Use Cases
- Project Archiving: Automatically cataloging the steps taken to solve complex coding bugs or architecture planning.
- Reflective Learning: Creating a detailed audit trail that the system can review later to identify patterns in productivity or recurring issues.
- Knowledge Management: Providing a source of truth for the memory-review process to extract insights, tips, and distilled knowledge into the long-term knowledge base.
Example Prompts
- "I've finished the current refactoring task, please update my daily-log with the process details."
- "Before we end this session, can you write a daily log summarizing the hurdles we encountered today?"
- "Please generate my daily log now based on all the research we did this morning."
Tips & Limitations
- Depth Matters: The effectiveness of this skill is directly tied to the detail provided. Avoid high-level summaries; describe the 'why' and 'how' of your actions to ensure the memory-review skill has sufficient context for knowledge extraction.
- Reference Consistency: Always ensure
references/spec.mdis correctly configured, as the skill relies on this document to maintain a uniform structure across all generated logs. - Manual Intervention: While the skill can trigger automatically, periodically checking your generated daily logs ensures the content meets your standards for future knowledge retrieval. Do not rely solely on automated summaries if the task was highly complex.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-axelhu-daily-log": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
Openclaw Sleep
Skill by axelhu
superpowers-overview
Use when starting any development work or when unsure which superpowers development skill to use - provides entry point and navigation to the full superpowers skill suite for OpenClaw agents
superpowers-subagent-dev
Use when executing implementation plans with independent tasks - coordinates task execution by dispatching subagents per task with verification checkpoints, adapted for OpenClaw's isolated session model
contacts
通讯录查询与维护技能。用于查找联系人信息(open_id、chat_id、account_id 等)、记录新联系人、或查询历史沟通偏好。触发时机:(1) 需要 @某人或向某渠道发消息时 (2) 认识新联系人后需要录入通讯录时 (3) 查询某人的联系方式或交流偏好时 (4) 询问"谁知道xxx的飞书ID"或"怎么联系xxx"时。
superpowers-executing-plans
Use when executing a written implementation plan in the current session with sequential task execution and review checkpoints - for when subagent-driven mode is not available