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.
npx skills add jungjaehoon-lifegamez/MAMA --skill mama-installgit clone --depth 1 https://github.com/jungjaehoon-lifegamez/MAMAWrote 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.
[](https://agentmods.dev/skills/jungjaehoon-lifegamez/mama/mama-install)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
What it actually says
Install MAMA OS
-
Install the local server:
npm i -g @jungjaehoon/mama-os -
Read the current installation contract:
mama --help -
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.
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.
- 12d ago First seen · 29 lines · 22 tokens per session scan A fbc37f1268d8
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.
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.
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.
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…
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…
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…
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…