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 agentmods add skills/star-ga/mind-mem/mind-mem-developmentnpx skills add star-ga/mind-mem --skill mind-mem-developmentgit clone --depth 1 https://github.com/star-ga/mind-memWrote 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/star-ga/mind-mem/mind-mem-development)<a href="https://agentmods.dev/skills/star-ga/mind-mem/mind-mem-development"><img src="https://agentmods.dev/badge/skills/star-ga/mind-mem/mind-mem-development.svg" alt="Measured on agentmods" height="20"></a>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.00012 | $0.00477 |
| Opus 5 | $0.00006 | $0.00238 |
| Sonnet 5 | $0.00002 | $0.00095 |
| Haiku 4.5 | $0.00001 | $0.00048 |
Grade A, and why
mind-mem-development 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 6d 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
MIND-Mem Development
Package
- PyPI:
pip install mind-mem - Source layout:
src/mind_mem/ - Tests: pytest, 3610 passing
- CI: GitHub Actions, 3 OS × 4 Python versions (16 matrix jobs)
Architecture
- BM25F retrieval with Porter stemming + RM3 query expansion
- Hybrid BM25+Vector search with RRF fusion (sqlite-vec)
- A-MEM block metadata evolution
- 9-type intent router with adaptive confidence weights
- ConnectionManager: thread-safe SQLite pool with WAL
- BlockStore protocol: decoupled block access
- Delta-based snapshot rollback
MCP Server (81 tools)
Grouped surfaces (full list in docs/api-reference.md and
src/mind_mem/mcp_server.py):
recall, hybrid_search, prefetch, propose_update, approve_apply,
rollback_proposal, scan, list_contradictions, reindex, index_stats,
create_snapshot, list_snapshots, restore_snapshot, briefing,
category_summary, cross_encoder_rerank, find_similar,
memory_evolution, delete_memory, export_memory, import_memory,
intent_classify, retrieval_diagnostics, get_mind_kernel,
list_mind_kernels, verify_chain, audit_replay, tier_decay_apply,
encrypt_status, alerts_subscribe, and more (57 total).
Key Files
src/mind_mem/mcp_server.py— MCP server (57 @mcp.tool entries)src/mind_mem/retrieval/— search engine (bm25, vector, hybrid)src/mind_mem/governance/— contradiction detection, drift analysissrc/mind_mem/blocks/— block store, parser, evolutiontests/— comprehensive test suite
Conventions
- Python 3.10+, type hints everywhere
- Docstrings: Google style
- No dynamic allocation in hot paths
- All SQL queries parameterized
- Config: mind-mem.json (not mem-os.json)
- Auth header: X-MindMem-Token
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.
- 6d ago First seen · 50 lines · 12 tokens per session scan A f47fa134e65f
mind-mem-development is a skill published in the GitHub repository star-ga/mind-mem (15 stars, last pushed yesterday), licensed Apache-2.0. It adds 12 tokens to every session and 477 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
mem0
Mem0 SDK reference covering Python and TypeScript APIs, memory client methods, configuration, and framework integrations. Use when writing code that calls mem0 APIs, configuring memory providers, or integrating mem0 into an application.
mark2video
Skill "mark2video" from CoderWanFeng/python-office, covering mark2video skill, 功能描述, 所属分类, 调用方式 and 参数说明.
search_specify_type_file
Skill "search_specify_type_file" from CoderWanFeng/python-office, covering searchspecifytypefile skill, 功能描述, 所属分类, 调用方式 and 参数说明.
course
显示 python-office 库的使用教程、群组信息、源码地址等。当用户提到 python-office 介绍、查看课程、帮助信息、资源链接时使用。.
python-optimizer
Python code performance optimization specialist.
flask-backend
Use this skill when building Flask backend applications — lightweight, extensions, blueprints, Jinja2 templates, SQLAlchemy ORM. This skill enforces: blueprint-based modularization, proper application factory pattern, extension initialization, request context management. Do NOT use for: Django projects, FastAPI…