setup is agent-read markdown (skill) from mubit-ai/plugins: First-run setup: check the endpoint, the key and that the instance answers; use when freshly installed or reporting auth_failed..
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
**This skill never installs anything.** It reads what is configured, tells the user exactly what
is missing, and gives them the one place to fix it. Do not install packages, do not start
services, do not write into their shell profile. A memory plugin that runs installers is a trust
failure.
## What a working setup looks like
Two values, and nothing else:
| Setting | Value |
| --- | --- |
| `endpoint` | the user's Mubit instance URL, e.g. `https://api.mubit.ai` |
| `apiKey` | a key of the form `mbt_...` |
**If either is missing, run `/mubit-memory:auth`.** It opens the console, signs the user in,
checks the key against the instance and stores it — which is the whole of what this skill would
otherwise ask them to do by hand. Do not walk somebody through the manual steps first.
The manual route still exists and still wins over what `auth` writes: `/plugin` → Mubit Memory →
configure puts the key in the OS keychain, which is the best place for it. Prefer that for a
long-lived install; prefer `/mubit-memory:auth` for getting someone working in the next minute.
## Step 1 — read what is configured
Precedence, highest first: the plugin's `endpoint` and `apiKey` settings
…
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.
GET https://markdownregistry.com/api/v1/artifacts/art_gbjtpdzt4g67qrlr
GET https://markdownregistry.com/api/v1/resolve?ref=mubit-ai/plugins/setup
GET https://markdownregistry.com/api/v1/blob/62e3ae1f882e315b225e31c2cb4b83c846b2ee017e07f70e949b9f4f5bd13c7f
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.
mubit-ai/plugins · integrations/claude-code/skills/activity/SKILL.md · List or export what this instance holds for a run; use when the user wants the audit record, not an answer.
mubit-ai/plugins · integrations/claude-code/skills/auth/SKILL.md · Sign in to Mubit and store an API key; use when the plugin reports auth_failed or a key was rotated.
mubit-ai/plugins · integrations/claude-code/skills/checkpoint/SKILL.md · Save a named verbatim snapshot of this run; use when the user is about to do something risky.
mubit-ai/plugins · integrations/claude-code/skills/dashboard/SKILL.md · Open the local Mubit dashboard — turns, what was injected into each, what it earned, and every lesson's record; use…
mubit-ai/plugins · integrations/claude-code/skills/doctor/SKILL.md · Diagnose connectivity, memory health and stuck ingest; use when memory looks empty or the status line shows a failure.
mubit-ai/plugins · integrations/claude-code/skills/forget/SKILL.md · Delete a lesson, or down-weight one that is merely wrong; use when asked, after saying it cannot be undone.
mubit-ai/plugins · integrations/claude-code/skills/handoff/SKILL.md · Hand work to another agent through Mubit, list the handoffs open in this run, or answer one with a verdict; use when a…
mubit-ai/plugins · integrations/claude-code/skills/import/SKILL.md · Backfill Mubit memory from the Claude Code and Codex transcripts already on this machine, so a fresh install knows what…
mubit-ai/plugins · integrations/claude-code/skills/memory-health/SKILL.md · Report what is actually stored: counts, staleness, contradictions; use when the question is whether anything was ever…
mubit-ai/plugins · integrations/claude-code/skills/pin/SKILL.md · Pin a constraint for the rest of this run, shown on every prompt; use when a rule ends with the task, and remember for…
mubit-ai/plugins · integrations/claude-code/skills/recall/SKILL.md · Search Mubit memory for lessons, rules, facts or past work; use when the injected memory is not enough.
mubit-ai/plugins · integrations/claude-code/skills/reflect/SKILL.md · Extract lessons from this session's activity now; use when the user wants them banked before session end or asks what…
feder-cr/invisible_playwright_mcp · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
feder-cr/aihawk · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
nanocoai/nanoclaw · .claude/skills/setup/SKILL.md · Run initial NanoClaw setup. Use when user wants to install NanoClaw, configure it, or go through first-time setup…
tencent/teamai-cli · skill-data/setup/SKILL.md · TeamAI day 0 and repo lifecycle: create a team repo as admin, join an existing team as a member, manage members, roles…
fcakyon/claude-codex-settings · plugins/overleaf-skills/skills/setup/SKILL.md · This skill should be used when user asks to "set up overleaf", "configure overleaf cookie", "overleaf auth failed"…
fcakyon/claude-codex-settings · plugins/github-dev/skills/setup/SKILL.md · This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub…