task-experience-logger
任务经验记录与总结工具。用于在任务执行过程中记录遇到的问题、解决方案和经验教训,支持自动保存到长期记忆。适用于任何需要持续学习改进的任务场景,包括技术问题解决、工作流优化、错误排查等。当用户需要记录任务经验、总结执行过程、或建立知识库时使用此技能。
Why use this skill?
Optimize your OpenClaw workflow with the task-experience-logger. Automatically record issues, document solutions, and build a persistent knowledge base.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dawai2005/task-experience-loggerWhat This Skill Does
The task-experience-logger is a powerful documentation engine designed for OpenClaw agents to capture, store, and synthesize technical knowledge during task execution. It functions as a structured logbook that ensures no critical insights are lost, helping you maintain a high-quality knowledge base for recurring tasks. By utilizing a standardized directory structure and markdown-based templates, the skill enables agents to log issues, detail solutions, extract lessons learned, and verify tool configurations. It automates the transition from raw execution data to structured, long-term memory, which drastically improves future workflow efficiency and error reduction.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/dawai2005/task-experience-logger
Ensure you have the necessary write permissions in your agent's root directory, as the skill will create a task-experiences/ folder to manage your logs.
Use Cases
- Technical Debugging: Keep a running log of error messages and the specific steps taken to resolve them, preventing the repetition of debugging efforts.
- Workflow Optimization: Record experiment results when testing different tool parameters to identify the most effective configurations.
- Knowledge Management: Build a self-populating database of "lessons learned" that helps the agent and user align on best practices over time.
- Project Handovers: Maintain a clear history of task milestones, tool validations, and known issues for seamless collaboration or project status reporting.
Example Prompts
- "I just fixed a production database connection error. Please use the task-experience-logger to document the root cause, the specific SQL fix applied, and update the common-issues.md file."
- "We just verified that the latest version of the API scraper tool is working correctly. Add a new tool validation record to the task-experiences directory."
- "Summarize my last three sessions into a lessons learned document, highlighting any recurring blockers we should avoid next time."
Tips & Limitations
To get the most value, record events in real-time rather than retrospectively to ensure accuracy in error logs and timestamps. While the skill is excellent for structured data, it is not a replacement for full version control systems; treat it as an auxiliary knowledge repository. Regularly perform a 'weekly review' to synthesize your notes into the MEMORY.md file to keep the agent's long-term memory relevant and lean.
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-dawai2005-task-experience-logger": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
Common Installation Troubleshooting
Skill by dawai2005
task-experience-summaries
Experience summaries for OpenClaw tasks, including common installation problems, troubleshooting steps, and best practices for packages, configurations, and tools. Use when experiencing installation issues, facing unknown error messages, or needing guidance on package names and configuration methods. Also use when documenting new experiences for future reference.