mindos-max

mindos-max is a skill for Claude Code, Codex from GeminiLight/MindOS. It costs 145 tokens per session (2,571 once invoked), scanned A, original, MIT.

A local knowledge and memory assistant for connected coding agents. It stores decisions, notes, procedures, debugging lessons, architecture choices, research, preferences, and conversation summaries.

In plain words
What is it for?
Searching past context, saving important work, filling knowledge gaps, and handing project context to another agent.
Why use it?
It helps agents recover useful context from earlier work instead of relying on incomplete conversation history or guesses.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/geminilight/mindos/mindos-max
Any agent
npx skills add GeminiLight/MindOS --skill mindos-max
Clone the repo
git clone --depth 1 https://github.com/GeminiLight/MindOS

Made for: Claude Code, Codex.

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 mindos-max

README.md
[![agentmods](https://agentmods.dev/badge/skills/geminilight/mindos/mindos-max.svg)](https://agentmods.dev/skills/geminilight/mindos/mindos-max)
Your own site
<a href="https://agentmods.dev/skills/geminilight/mindos/mindos-max"><img src="https://agentmods.dev/badge/skills/geminilight/mindos/mindos-max.svg" alt="Measured on agentmods" height="20"></a>
Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00145 $0.02571
Opus 5 $0.00072 $0.01286
Sonnet 5 $0.00029 $0.00514
Haiku 4.5 $0.00015 $0.00257

Measured 4d ago against content hash 4c58d27139d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mindos-max 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 4d 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.

skills/mindos-max/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MindOS Skill

MindOS is the shared memory layer for every connected agent. If something is worth keeping, save it. If you need context, check MindOS first. Be proactive — don't wait to be asked.

Proactive memory behavior

Unlike the conservative version of this skill, you should actively look for opportunities to use MindOS:

  • Before answering questions about past work: If the user asks "what did we decide about X?" or "how did we handle Y?", search MindOS before guessing. Even if they don't mention MindOS, their question implies stored context exists.
  • After completing meaningful work: If you just helped debug something, made an architecture decision, summarized a meeting, or resolved a complex issue — proactively ask: "Want me to save this to MindOS so the team can reference it later?"
  • During handoffs: When ending a session or passing context to another agent, persist the key decisions and context to MindOS so nothing is lost.
  • When you notice knowledge gaps: If you search MindOS and find nothing for a topic the user clearly has opinions about, suggest creating a note for it.

The goal: the user should never have to remember to use MindOS. You remember for them.


CLI commands

Use mindos file <subcommand> for all knowledge base operations. Add --json for structured output.

Operation Command
List files mindos file list
Read file mindos file read <path>
Write/overwrite mindos file write <path> --content "..."
Create new file mindos file create <path> --content "..."
Append to file mindos file append <path> --content "..."
Edit section mindos file edit-section <path> -H "## Heading" --content "..."
Insert after heading mindos file insert-heading <path> -H "## Heading" --content "..."
Append CSV row mindos file append-csv <path> --row "col1,col2,col3"
Delete file mindos file delete <path>
Rename/move mindos file rename <old> <new>
Search mindos search "query"
Backlinks mindos file backlinks <path>
Recent files mindos file recent --limit 10
Git history mindos file history <path>
List spaces mindos space list
Create space mindos space create "name"

Read the full file on GitHub · 228 lines

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. 4d ago First seen · 228 lines · 145 tokens per session scan A 4c58d27139d3

Subscribe to this mod's changes

mindos-max is a skill published in the GitHub repository GeminiLight/MindOS (664 stars, last pushed today), licensed MIT. It adds 145 tokens to every session and 2,571 once invoked, about $0.0007 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

acontext-installer

Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.

memodb-io/Acontext · 22 tokens

study-companion-en

General study companion for learning, review, exam prep, exam-point analysis, syllabus/exam-outline interpretation, finals speedrun teaching, concept explanation, problem solving, homework coaching, error analysis, active recall, flashcards, study plans, visualizations, animations, simulations, coding practice…

mingchen666/Reviva · 196 tokens

core

Use when knowledge base hub — PARA-structured company memory combining company-kb and kb for persistent context, project documentation, and agent recall across sessions. Use when working with knowledge base, company knowledge, or persistent memory.

oyi77/1ai-skills · 46 tokens

kb-memory

Use when knowledge base and memory system for AI agents. Covers company KB, persistent memory, session recall, and brain architecture for context preservation.

oyi77/1ai-skills · 31 tokens

Skill Creator

Guide for creating effective Elephant Agent skills. Use this skill when users want to create a new skill or update an existing skill that extends Elephant Agent with specialized knowledge, workflows, or tool integrations.

agentic-in/elephant-agent · 41 tokens

retrieval-practice-generator

Generate low-stakes retrieval-practice questions with grounded answer notes and implementation guidance. Use for quiz starters, revision activities, delayed recall, misconception checks, or adapting recall difficulty.

iflytek/skillhub · 41 tokens