ワンクリックで
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.