mama-install

mama-install is a skill for Claude Code, Codex from jungjaehoon-lifegamez/MAMA. It costs 22 tokens per session (167 once invoked), scanned A, original, MIT.

A setup guide for installing MAMA OS, a local system that stores and retrieves coding-session memory.

In plain words
What is it for?
Use it to install the MAMA command-line tool, inspect its machine-readable status, and continue setup until onboarding reports completion.
Why use it?
It checks the installation through MAMA’s own status reports instead of assuming that installed files or a running process mean setup is complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the mama plugin — 2 skills, 5 commands, 2 agents shipped together

Good fit Use it to install the MAMA command-line tool, inspect its machine-readable status, and continue setup until onboarding reports completion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jungjaehoon-lifegamez/mama/mama-install
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jungjaehoon-lifegamez/MAMA --skill mama-install
Clone the repo
git clone --depth 1 https://github.com/jungjaehoon-lifegamez/MAMA

Made for: Claude Code, Codex.

Or install mama, the plugin that ships this one along with the rest of its 2 skills, 5 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mama-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/jungjaehoon-lifegamez/mama/mama-install/github.svg)](https://agentmods.dev/skills/jungjaehoon-lifegamez/mama/mama-install)
Your own site
<a href="https://agentmods.dev/skills/jungjaehoon-lifegamez/mama/mama-install"><img src="https://agentmods.dev/badge/skills/jungjaehoon-lifegamez/mama/mama-install/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mama-install

Your own site · 80×15
<a href="https://agentmods.dev/skills/jungjaehoon-lifegamez/mama/mama-install"><img src="https://agentmods.dev/badge/skills/jungjaehoon-lifegamez/mama/mama-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 167 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00167
Opus 5 $0.00011 $0.00084
Sonnet 5 $0.00004 $0.00033
Haiku 4.5 $0.00002 $0.00017

Measured 12d ago against content hash fbc37f1268d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mama-install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/claude-code-plugin/skills/mama-install/SKILL.md · 29 lines

What it actually says

Install MAMA OS

  1. Install the local server:

    npm i -g @jungjaehoon/mama-os
    
  2. Read the current installation contract:

    mama --help
    
  3. Run the machine-readable observer and follow only the actions it reports:

    mama status --json
    

Repeat mama status --json after each state change. Ask the human only for actions identified by the status output as human-required. Do not infer success from installed files or a running daemon; the installation is complete only when the returned onboarding state says complete: true.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 29 lines · 22 tokens per session scan A fbc37f1268d8

Subscribe to this mod's changes

mama-install is a skill published in the GitHub repository jungjaehoon-lifegamez/MAMA (13 stars, last pushed yesterday), licensed MIT. It adds 22 tokens to every session and 167 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

memories-off

A local knowledge-base skill that stores people, projects, notes, and their relationships in Markdown files. It supports long-term memory for an AI assistant.

cafe3310/agent-skill-memories-off · 47 tokens

codemem

Quick reference for all 32 codemem MCP tools. Use when working with the codemem knowledge graph — finding code, traversing relationships, storing memories, or running analysis.

cogniplex/codemem · 41 tokens

memai-maintenance

Orchestrator of the MemAI MAINTENANCE pass (long-term agent memory). Runs [[memai-checkpoints]], [[memai-distill]], [[memai-confidence]] and [[memai-link]] as one curation pass, owns what none of them covers — the DOMAIN TREE (nested paths, cross-listing, casing), the DIAGRAMS and the store's DECAY (reviewafter) — and…

Filipe-Soares-de-Almeida/MemAI · 184 tokens

memai-confidence

Verify a MemAI memory's claims against live facts and set its confidence (unverified | confirmed | contradicted). Checks the anchors a scan already extracted — file:line, symbol, table/column, domain, URL — against today's source, promotes or demotes each memory, stages a reword for a detail that drifted, and pushes…

Filipe-Soares-de-Almeida/MemAI · 155 tokens

memai-checkpoints

The lifecycle of MemAI CHECKPOINTS: deciding which bearing is still current and which one is superseded, archiving the checkpoint of work that is closed or an intra-session trail that a newer one already covers, keeping the single bearing a live effort still needs, correcting a fact in a kept checkpoint that has gone…

Filipe-Soares-de-Almeida/MemAI · 162 tokens

memai-distill

Distill and MOVE knowledge between MemAI types: pull what is durable out of one checkpoint (or several) into a note/reasoning/antipattern, change a memory's type (checkpoint→note when the content is timeless), and merge near-duplicates. Use when the user asks to "distill memory", "turn a checkpoint into a note", "move…

Filipe-Soares-de-Almeida/MemAI · 141 tokens