Quick overview
Mulch captures agent learnings in an append-only, git-tracked store so expertise persists across sessions. Agents run mulch prime at session start to load existing knowledge, then use mulch record to save failures, conventions, patterns, and decisions as they work. Auto-detection hooks identify errors and user corrections automatically.
Unlike per-session agent memory, Mulch stores learnings in git so they persist across sessions, can be shared across teammates and agents, and accumulate without manual prompt file maintenance.
Common tasks
- Recording the fix after an API call fails so the same error is not repeated next session
- Logging a user correction mid-session so the agent adopts the right convention going forward
- Loading accumulated project expertise into context at the start of a new session
- Tracking architectural decisions and their rationale across a team of agents
- Promoting a proven pattern to CLAUDE.md or AGENTS.md after multiple sessions confirm it
Install paths
Primary command
openclaw install runeweaverstudios/mulch
ClawHub installer
npx clawhub@latest install runeweaverstudios/mulch
OpenClaw CLI
openclaw skills install runeweaverstudios/mulch
Direct OpenClaw install
openclaw install runeweaverstudios/mulch
Skill metadata
- Category: Coding Agents & IDEs
- Language: Markdown
- Version: 1.0.5
- Security status: Suspicious
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/runeweaverstudios/mulch






