muninn-boot skillA
muninn-boot is agent-read markdown (skill) from oaustegard/claude-skills: Puts oaustegard/muninn-utilities on the container Python path — runs scripts/boot.sh, which shallow-clones the repo (codeload tarball as fallback) and writes the .pth. The boot payload itself comes from the Muninn MCP connector: call its `boot` tool after this script. Trigger on the first message of any new Muninn conversation, or when the user says "boot up" / "boot" — unless the message contains "skip boot". Idempotent: a warm container exits in ~0s via a sentinel..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Muninn Boot
Two steps, in this order:
```bash
bash "$(dirname "$(find / -name boot.sh -path '*muninn-boot*' 2>/dev/null | head -1)")/boot.sh"
```
then call the Muninn MCP `boot` tool. The script fetches code; the tool
delivers identity, ops, recent memories and reminders. Memory reads and writes
go through the connector's `recall` / `remember` / `forget` / `muninn_config`
tools, so the container holds no Turso credential and this skill reads no
`Turso.env`. Direction in memory ce3b8b75, the plan in 69f3301c.
Prior to 2.0.0 this skill sideloaded claude-skills and ran the Python `boot()`
itself. Marketplace sync now places claude-skills in every session
(`/root/.claude/skills/synced/<id>/` in Cowork, `/mnt/skills/user` on
Claude.ai), and the worker runs boot. "skinny boot" (`BOOT_MODE=perch`) has no
effect until the worker's `boot` takes a mode.
## MCP boot parts
The `boot` tool's payload is larger than the harness output cap, so it comes
in parts. Call `boot` with no arguments; its footer says whether the payload is
complete or names the next part (`boot({part: 2})`, then 3, and so on). Call
every part the footer names before replying. The harness may persist a part to
…Read the whole file at its exact version.
How to install
mdr add oaustegard/claude-skills/muninn-boot@v2.0.1mdr add oaustegard/claude-skills/muninn-boot@sha256:0e5d61bb98e2d9d2Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_oedero3ommuh7wuq)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v2.0.1 latest | 2026-09-20 | 0efa0ae | 4,451 B | A | view · diff |
| v2.0.0 | 2026-09-19 | bbfe412 | 3,630 B | A | view · diff |
| v1.1.0 | 2026-07-07 | ecb06d8 | 3,279 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4451 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
oaustegard/claude-skills · 150 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_oedero3ommuh7wuq GET https://markdownregistry.com/api/v1/resolve?ref=oaustegard/claude-skills/muninn-boot GET https://markdownregistry.com/api/v1/blob/0e5d61bb98e2d9d24faa77f3eb326664eb60c515927bcad29898f9865152d2a7
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.