# Send muninn to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "muninn",
    "name": "muninn",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/endgegnerbert-tech/muninn",
    "canonicalUrl": "https://clawhub.ai/endgegnerbert-tech/muninn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/muninn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muninn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CLAUDE.md",
      "SKILL.md",
      "dist/brain_lock.js",
      "dist/constants.js",
      "dist/cxp.js",
      "dist/index.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "muninn",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T01:39:45.333Z",
      "expiresAt": "2026-05-12T01:39:45.333Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muninn",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=muninn",
        "contentDisposition": "attachment; filename=\"muninn-2.3.7.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "muninn"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/muninn"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/muninn",
    "downloadUrl": "https://openagent3.xyz/downloads/muninn",
    "agentUrl": "https://openagent3.xyz/skills/muninn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/muninn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/muninn/agent.md"
  }
}
```
## Documentation

### Muninn - The Universal Memory Layer

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.

### 🛡️ Security & Privacy (Local-First)

Muninn is designed with a Privacy-First philosophy.

Local Storage: All project indexes and memories are stored exclusively on the host machine within the .muninn/ folder (per project) or ~/.muninn/ (for global settings).
No Data Exfiltration: Muninn does not transmit any code, context, or memories to third-party servers or remote APIs. All processing (semantic search, indexing, and context injection) happens locally using the high-performance Rust-based CXP engine.
Transparent Control: Memories are stored as standard Markdown files. You can inspect, edit, or delete them at any time.

### ⚙️ Integration

Muninn operates as an MCP (Model Context Protocol) server.

### 🚀 The Muninn Protocol (ENFORCED)

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.

Orient Yourself (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 Before You Code (search_context): Never assume you know the codebase. Use local semantic search to find existing patterns or prior decisions.
Learn as You Go (add_memory): Every significant fix, architectural decision, or user preference should be saved locally as a memory.

### 🛠 Tool Reference (MCP)

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.

### 🦞 Pro-Tip for Agents

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: endgegnerbert-tech
- Version: 2.3.7
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T01:39:45.333Z
- Expires at: 2026-05-12T01:39:45.333Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/muninn)
- [Send to Agent page](https://openagent3.xyz/skills/muninn/agent)
- [JSON manifest](https://openagent3.xyz/skills/muninn/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/muninn/agent.md)
- [Download page](https://openagent3.xyz/downloads/muninn)