원클릭으로
kalera-munin-openclaw
Munin - The Free (or $1.6/mo) Persistent Memory for OpenClaw. Stop your agent from having Alzheimer's.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Munin - The Free (or $1.6/mo) Persistent Memory for OpenClaw. Stop your agent from having Alzheimer's.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when user mentions "search memory", "remember", "what did we do before", "check memory", "lookup", "find in memory", "memory recall", "tìm memory", or needs to access long-term project memory. Also use when starting a new task and wanting relevant context.
Use when user says "/munin:projectid", "/projectid", or wants to set the current project ID for Munin memory system. Also use when MCP tools fail with "projectId is required" error.
Use when user mentions "ask munin", "@munin", or wants the memory system to respond directly. Also activates automatically at session start to provide project context from long-term memory.
Use when discussing "architecture", "tech stack", "system design", "kiến trúc", "thiết kế", "cấu trúc project", or how components fit together. Also use when proposing or discussing technical changes.
Use when errors, bugs, exceptions, crashes, or failures appear. Also use when user mentions "bug", "lỗi", "crash", "doesn't work", "how to fix", or is troubleshooting. Store every bug fix in the error catalog.
| name | @kalera/munin-openclaw |
| description | Munin - The Free (or $1.6/mo) Persistent Memory for OpenClaw. Stop your agent from having Alzheimer's. |
| version | 1.0.2 |
| metadata | {"clawdbot":{"type":"plugin","permissions":{"env":["MUNIN_BASE_URL","MUNIN_API_KEY","MUNIN_PROJECT","MUNIN_ENCRYPTION_KEY"]}}} |
| Tool | Purpose |
|---|---|
munin_store_memory | Store or update a memory |
munin_retrieve_memory | Get memory by exact key |
munin_search_memories | Semantic search |
munin_list_memories | Paginated list of all memories |
munin_recent_memories | Most recently updated memories |
munin_share_memory | Share memories to other projects (Pro/Elite only) |
munin_search_memories with keywords relevant to the current taskmunin_retrieve_memory for detailed context on promising matchesCall munin_store_memory with:
task, architecture, bug-fix, setup, decision)Every E2EE project uses a Hash Key — the password the user set in the WebUI.
Setup: Set MUNIN_ENCRYPTION_KEY=<hash-key> in your environment. The adapter automatically passes this key to all tool calls.
Critical:
munin_store_memory payload MUST include an embedding field (encrypted vector generated client-side). Server returns HTTP 400 if missing.
Use munin_share_memory({ memoryIds: [...], targetProjectIds: [...] }) (Pro/Elite only).
openclaw plugins install @kalera/munin-openclaw
openclaw config set plugins.entries.munin-openclaw.config.apiKey "your-api-key"
openclaw config set plugins.entries.munin-openclaw.config.projectId "your-project-id"
Or via env vars: MUNIN_BASE_URL, MUNIN_API_KEY, MUNIN_PROJECTMUNIN_ENCRYPTION_KEY=<hash-key> if the project has E2EE enabled.munin_* tools.Built with ❤️ by Kalera for the OpenClaw Ecosystem.