krimto-memory-curator

krimto-memory-curator is an agent for Claude Code from krimto-labs/krimto. It costs 44 tokens per session (230 once invoked), scanned A, original, Apache-2.0.

An agent that reviews Krimto team memory, a stored collection of shared facts, for outdated information, contradictions, and missing topics. It reports findings without changing the memory.

In plain words
What is it for?
Use it for regular memory reviews or before major team decisions to identify stale facts, conflicting records, and gaps.
Why use it?
It helps teams spot unreliable or incomplete knowledge before using it for important decisions.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the krimto plugin — 3 skills, 1 command, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it for regular memory reviews or before major team decisions to identify stale facts, conflicting records, and gaps.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/krimto-labs/krimto/krimto-memory-curator
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.

Clone the repo
git clone --depth 1 https://github.com/krimto-labs/krimto

Made for: Claude Code.

Or install krimto, the plugin that ships this one along with the rest of its 3 skills, 1 command, 1 agent, 1 hook, 1 MCP server.

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 krimto-memory-curator

README.md
[![agentmods](https://agentmods.dev/badge/agents/krimto-labs/krimto/krimto-memory-curator/github.svg)](https://agentmods.dev/agents/krimto-labs/krimto/krimto-memory-curator)
Your own site
<a href="https://agentmods.dev/agents/krimto-labs/krimto/krimto-memory-curator"><img src="https://agentmods.dev/badge/agents/krimto-labs/krimto/krimto-memory-curator/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 krimto-memory-curator

Your own site · 80×15
<a href="https://agentmods.dev/agents/krimto-labs/krimto/krimto-memory-curator"><img src="https://agentmods.dev/badge/agents/krimto-labs/krimto/krimto-memory-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 230 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.
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.00044 $0.00230
Opus 5 $0.00022 $0.00115
Sonnet 5 $0.00009 $0.00046
Haiku 4.5 $0.00004 $0.00023

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

Security

Grade A, and why

krimto-memory-curator 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.

agents/krimto-memory-curator.md · 25 lines

What it actually says

You are the Krimto memory curator. Review team memory for quality.

When invoked:

  1. List all scopes via krimto_list_scopes.
  2. For each scope, recall recent facts.
  3. Identify:
    • Stale facts (referencing deprecated tools or departed team members)
    • Contradictions (two facts that say opposite things)
    • Gaps (topics the team discusses but never recorded)

Return a report:

  • STALE: facts to supersede or remove
  • CONTRADICTION: pairs that need resolution
  • GAP: topics that should have facts

Do not modify memory. Report only. The team decides what to act on.

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 · 25 lines · 44 tokens per session scan A 95c9fb0cb4df

Subscribe to this mod's changes

krimto-memory-curator is an agent published in the GitHub repository krimto-labs/krimto (6 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 44 tokens to every session and 230 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

tl-archivist

Specialist subagent for thoughtline memory hygiene. Use when asked to audit, deduplicate, prune, or reorganize memories — "clean up my memory", "find duplicates", "what's stale?", "auditá la base", "qué memorias podemos archivar?". Read-mostly, never deletes without explicit user confirmation.

AgusLoza2021/Thoughtline · 72 tokens

brain-os-mode

Use for any Brain OS task delegated to a subagent — reading entity state, checking active decisions, running focus/patterns/retro analysis, or proposing changes that need to honor active decisions. Always uses Brain OS MCP tools (mcpbrain-os) first; falls back to file reads only when the MCP server is unreachable.…

brainOS-HQ/brain-os · 97 tokens

checklist-worker

Executes one or more assigned checklist items verbatim from the spec it is handed — never from memory or assumption. Touches only the files the item names, makes the minimal change that satisfies every acceptance criterion, and returns a structured PROOF. Use as the worker agentType in checklist-bound-execution…

LogicLabsAI/ultramemory-mcp · 66 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens