unified-self-improving
统一自我进化系统,整合 self-improving-agent、self-improving、mulch 三个技能的优势,提供结构化日志、三层存储、自动升级、模式检测、命名空间隔离和 token 高效的 JSONL 格式支持。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/421zuoduan/unified-self-improvingWhat This Skill Does
The Unified Self-Improving skill is a powerful, integrated cognitive architecture designed for the OpenClaw AI agent. It fuses the core strengths of three distinct legacy modules—self-improving-agent, self-improving, and mulch—into a single, high-performance ecosystem. This tool facilitates recursive learning by capturing user corrections, identifying recurring patterns, and maintaining structured logs. It utilizes a sophisticated three-tier storage system (HOT, WARM, and COLD) to optimize memory access, ensuring that high-priority learnings are immediately available for current tasks while historical data is archived efficiently. By leveraging JSONL for storage, the system achieves a 54% reduction in token overhead, maximizing the agent's context window efficiency during complex problem-solving sessions.
Installation
You can install this skill directly via the OpenClaw CLI by executing the following command in your terminal: clawhub install openclaw/skills/skills/421zuoduan/unified-self-improving
Use Cases
- Automating personal project preferences: The system learns specific coding styles or architectural patterns across different namespaces, reducing manual configuration.
- Long-term error reduction: By recording errors as 'high' priority, the agent automatically prioritizes avoiding these pitfalls in future interactions.
- Large-scale knowledge management: Utilize the JSONL storage for deep-archiving project learnings that can be recalled during complex system debugging.
- Multi-project context switching: Use namespaces to isolate learnings for distinct clients or repositories, ensuring no cross-contamination of domain-specific knowledge.
Example Prompts
- "Unified-self-improving, record a new correction: stop using double quotes for shell commands in this directory as it triggers an error."
- "Search my logs for any patterns related to 'deployment' in the 'prod-service' namespace."
- "Run a pattern detection scan to see if I've made the same database schema error more than three times recently."
Tips & Limitations
- Tip: Always run
unified-self-improving session endbefore closing your workspace to ensure all temporary logs are safely committed to the HOT memory layer and indexed. - Tip: Use the
--levelflag during queries to narrow down search results if you have an extensive history in the COLD archive. - Limitation: The automatic upgrade mechanism depends on session counts. Ensure you are starting and ending sessions properly to facilitate the transition of knowledge from HOT to WARM storage. Large-scale data imports may take a moment to index; verify status with
index rebuildif searches return empty results unexpectedly.
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-421zuoduan-unified-self-improving": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read
Related Skills
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
play-guitar-fretboard
玩转吉他指板 - 快速跳转到吉他指板学习资源网站
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
memory-stack
AI 记忆栈架构 - 符合 2026 前沿的 AI 记忆系统。微调+RAG+ 上下文三层设计,mirrors 人类记忆工作方式。