ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

daily-log

每日工作日志生成技能。触发时机:每次会话结束前或完成重要任务后。输出位置:memory/daily/YYYY-MM-DD.md。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/axelhu/daily-log
Or

What 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

  1. "I've finished the current refactoring task, please update my daily-log with the process details."
  2. "Before we end this session, can you write a daily log summarizing the hurdles we encountered today?"
  3. "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.md is 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

Author@axelhu
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-axelhu-daily-log": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#documentation#memory#knowledge-management
Safety Score: 5/5

Flags: file-write, file-read