OpenClaw developer builds Kumiho cognitive memory plugin for persistent agent collaboration

A developer has built Kumiho, a cognitive memory system for OpenClaw that addresses the framework's lack of persistent memory across sessions. The system uses a knowledge graph to maintain context from previous conversations, decisions, and collaborative work.
What Kumiho does
Kumiho is an AI cognitive memory system backed by a knowledge graph. The core concept is graph-native memory where facts connect to other facts, decisions have provenance, and outputs have versioned identities for later retrieval.
OpenClaw integration
The developer created an OpenClaw plugin called @kumiho/openclaw-kumiho that:
- Hooks into every conversation to recall relevant context before the agent responds
- Captures structured summaries after conversations
- Runs a nightly Dream State cycle that enriches the graph while idle (deprecating stale facts, creating relationship edges, adding semantic tags)
Creative memory layer
Kumiho includes a creative memory system where:
- Every document, plan, or piece of code the agent produces gets a versioned
kref - Each output has a
DERIVED_FROMedge back to the memory that inspired it - When resuming a project weeks later,
creative_recallbrings the full history back
Developer motivation
The developer appreciated OpenClaw's multi-channel agents, plugin architecture, and seamless Telegram/Discord integration, but wanted memory that persisted beyond individual sessions. They specifically wanted the agent to remember the history of collaboration — ideas discussed, decisions made, and work in progress — rather than just factual recall.
📖 Read the full source: r/openclaw
👀 See Also

Zap Code: AI Code Generator That Teaches Kids Real HTML/CSS/JS
Zap Code generates working HTML, CSS, and JavaScript from plain English descriptions for kids ages 8-16. It offers three interaction modes and runs in a sandboxed iframe with a progressive complexity engine.

OpenClaw Skill 'Waiting Tips' Shows Learning Tips During AI Response Wait Times
The 'Waiting Tips' skill for OpenClaw sends a random learning tip immediately when a user sends a message, filling the 5-10 second wait time for AI responses with useful content. It includes 75 bilingual tips in five categories and works across multiple messaging platforms.

Claude Code v2.1.76 System Prompt Updates: Security Monitor Refinements and New Hook Event
Claude Code v2.1.76 includes updates to system prompts with 43 new tokens, featuring refinements to the security monitor for autonomous agents and the addition of a PostCompact hook event. Changes include clarified sensitive data detection, expanded code deserialization examples, and improved formatting for irreversible local destruction guidance.

Introducing operate.txt: A YAML spec for AI agents navigating SaaS products
A developer created operate.txt, a YAML file hosted at yourdomain.com/operate.txt that documents screen details, loading states, irreversible actions, and step-by-step paths for AI agents using computer use features. The spec addresses issues like Claude asking 'is this broken?' during legitimate loading screens.