Universal Context Protocol (CXP) for AI agents. v2.3.7 includes the latest high-performance CXP engine (compiled 2026-02-13) with fix for memory amnesia, macOS binary support, and pfeilschnell indexing. Created by @Blackknight1dev.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install muninn或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install muninn⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/muninn/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: muninn version: 2.3.7 homepage: https://www.muninn.space description: Universal Context Protocol (CXP) for AI agents. v2.3.7 includes the latest high-performance CXP engine (compiled 2026-02-13) with fix for memory amnesia, macOS binary support, and pfeilschnell indexing. Created by @Blackknight1dev. metadata: {"clawdbot":{"emoji":"🐦⬛","requires":{"bins":["node"]},"install":[{"id":"npm","kind":"node","package":"muninn-core","version":"2.3.7","bins":["muninn-core"],"label":"Install Muninn Core"}]}} ---
Muninn is an advanced per-project memory system designed for AI agents. It uses the Context Exchange Protocol (CXP) to provide high-performance, token-efficient context management.
Muninn is designed with a Privacy-First philosophy.
.muninn/ folder (per project) or ~/.muninn/ (for global settings).Muninn operates as an MCP (Model Context Protocol) server.
As an agent, you MUST follow the "Brain-First" workflow to remain efficient and accurate. The MCP server ensures project safety by validating context before allowing sensitive tool operations.
brain_check): Call this at the start of every session or when switching projects. It loads the local project index and identifies key files and patterns.search_context): Never assume you know the codebase. Use local semantic search to find existing patterns or prior decisions.add_memory): Every significant fix, architectural decision, or user preference should be saved locally as a memory.init_project: Initialize a local Muninn Brain in a project directory.brain_check: MANDATORY orientation step. Loads local context and patterns.add_memory: Persist facts and decisions to the local .muninn/memories folder.search_context: Query the local project index semantically.reindex_context: Rebuild the local semantic index.health_check: Verify the status of the local Muninn system.---
Muninn surgically retrieves only what's needed. Instead of reading large files, use search_context to find the exact lines that matter. This significantly reduces context window overhead and token costs while keeping your work strictly local and secure.
安装 muninn 后,可以对 AI 说这些话来触发它
Help me get started with muninn
Explains what muninn does, walks through the setup, and runs a quick demo based on your current project
Use muninn to universal Context Protocol (CXP) for AI agents
Invokes muninn with the right parameters and returns the result directly in the conversation
What can I do with muninn in my developer & devops workflow?
Lists the top use cases for muninn, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/muninn/ 目录(个人级,所有项目可用),或 .claude/skills/muninn/(项目级)。重启 AI 客户端后,用 /muninn 主动调用,或让 AI 根据上下文自动发现并使用。
muninn 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
muninn 可免费安装使用。请查阅仓库了解许可证信息。
Universal Context Protocol (CXP) for AI agents. v2.3.7 includes the latest high-performance CXP engine (compiled 2026-02-13) with fix for memory amnesia, macOS binary support, and pfeilschnell indexing. Created by @Blackknight1dev.
muninn 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using muninn
Identifies repetitive steps in your workflow and sets up muninn to handle them automatically