Home / oaustegard / claude-skills · muninn-boot/SKILL.md · GitHub

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

Latest version
mdr add oaustegard/claude-skills/muninn-boot@v2.0.1
Exact content
mdr add oaustegard/claude-skills/muninn-boot@sha256:0e5d61bb98e2d9d2

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_oedero3ommuh7wuq.svg)](https://markdownregistry.com/a/art_oedero3ommuh7wuq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v2.0.1 latest2026-09-20 0efa0ae 4,451 BA view · diff
v2.0.02026-09-19 bbfe412 3,630 BA view · diff
v1.1.02026-07-07 ecb06d8 3,279 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from oaustegard/claude-skills

AGENTS.md agents
oaustegard/claude-skills · AGENTS.md
git:20260529.cbbffef · audit A · 150 stars
CLAUDE.md claude
oaustegard/claude-skills · CLAUDE.md
git:20260529.cbbffef · audit A · 150 stars
accessing-github-repos skill
oaustegard/claude-skills · accessing-github-repos/SKILL.md · GitHub repository access in containerized environments using REST API and credential detection. Use when git clone…
v2.0.0 · audit A · 150 stars
agent-routing skill
oaustegard/claude-skills · agent-routing/SKILL.md · Decide which model, effort level, and cascade shape each subagent gets, and how to keep improvement loops safe…
v2.1.0 · audit A · 150 stars
api-credentials skill
oaustegard/claude-skills · api-credentials/SKILL.md · Securely manages API credentials for multiple providers (Anthropic Claude, Google Gemini, GitHub). Use when skills need…
v0.0.3 · audit A · 150 stars
asking-questions skill
oaustegard/claude-skills · asking-questions/SKILL.md · Guidance for asking clarifying questions when user requests are ambiguous, have multiple valid approaches, or require…
v1.0.7 · audit A · 150 stars
assessing-impact skill
oaustegard/claude-skills · assessing-impact/SKILL.md · Pre-change blast-radius report for a symbol or file. Walks tree-sitting references, augments with a plain-text scan…
v0.1.1 · audit A · 150 stars
atprotoing skill
oaustegard/claude-skills · atprotoing/SKILL.md · Read Bluesky/ATProto without depending on Bluesky's AppView — interactions on a user's posts, thread replies, any…
v0.3.0 · audit A · 150 stars
bm25 skill
oaustegard/claude-skills · bm25/SKILL.md · Ranked content search over a text corpus you point it at, using BM25 (via xhluca/bm25s). Corpus-agnostic: cloned repos…
v0.2.1 · audit A · 150 stars
browsing-bluesky skill
oaustegard/claude-skills · browsing-bluesky/SKILL.md · Browse Bluesky content via API and firehose - search posts, fetch user activity, sample trending topics, read feeds and…
v0.6.0 · audit A · 150 stars
building-github-index-v2 skill
oaustegard/claude-skills · building-github-index-v2/SKILL.md · DEPRECATED - Use building-github-index instead. Superseded per-file GitHub API implementation of progressive disclosure…
v2.0.2 · audit A · 150 stars
building-github-index skill
oaustegard/claude-skills · building-github-index/SKILL.md · Generate progressive disclosure indexes for GitHub repositories to use as Claude project knowledge. Use when setting up…
v2.0.1 · audit A · 150 stars

Every file in oaustegard/claude-skills

Browse by kind, by grade A, or by owner.