krimto-recall-team

krimto-recall-team is a skill for Claude Code from krimto-labs/krimto. It costs 55 tokens per session (273 once invoked), scanned A, original, Apache-2.0.

A memory lookup skill for retrieving relevant team and project context before domain-specific work.

In plain words
What is it for?
Use it when starting a project task or answering questions about the team's knowledge or approach to a particular topic.
Why use it?
It helps answers follow known team decisions and user-specific facts, while giving higher priority to more specific information.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it when starting a project task or answering questions about the team's knowledge or approach to a particular topic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/krimto-labs/krimto/krimto-recall-team
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 krimto-labs/krimto --skill krimto-recall-team
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-recall-team

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/krimto-labs/krimto/krimto-recall-team"><img src="https://agentmods.dev/badge/skills/krimto-labs/krimto/krimto-recall-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 273 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.00055 $0.00273
Opus 5 $0.00028 $0.00137
Sonnet 5 $0.00011 $0.00055
Haiku 4.5 $0.00006 $0.00027

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

Security

Grade A, and why

krimto-recall-team 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.

skills/krimto-recall-team/SKILL.md · 27 lines

What it actually says

Recalling memory from Krimto

Before doing domain-specific work:

  1. Call krimto_recall with a specific query:
    • query: the question or topic
    • scopes (optional): limit to specific scopes; omit to search everything you can read
    • limit (optional): defaults to 10
  2. Results are hybrid-ranked (BM25 + vector) with hierarchical precedence: a user/ fact outranks a team/ fact, which outranks an org/ fact, on the same topic.
  3. Use krimto_read(id) to fetch full content if a snippet was truncated.

Return only directly relevant facts. Don't dump the full result set.

Common mistakes

  • Don't recall before every message — only when context is needed.
  • Don't recall with vague queries. Be specific.
  • Don't ignore precedence: if a user-scope fact contradicts a team-scope fact, the user-scope wins.
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 · 27 lines · 55 tokens per session scan A 4bc41da1edb8

Subscribe to this mod's changes

krimto-recall-team is a skill published in the GitHub repository krimto-labs/krimto (6 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 55 tokens to every session and 273 once invoked, about $0.0003 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 skills, from other repositories

dashboard

Open OwnMem Console, the local dashboard for this repository's memory. Use when the user asks to open the dashboard, see memory metrics, check adoption or recall quality, or set up the optional embedding lane. Requires a repository initialized with the dashboard layer.

grpcer/ownmem · 53 tokens

recall

Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.

grpcer/ownmem · 66 tokens

init

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

grpcer/ownmem · 43 tokens

ultramemory-snapshot

Compose and save a durable, wayback-grade session snapshot to UltraMemory. Use this whenever you are asked to write a session snapshot or rollup of the work just done — in particular when the UltraMemory capture hook nudges you to "Compose a session snapshot per the ultramemory-snapshot Skill rubric ... and save it…

LogicLabsAI/ultramemory-mcp · 97 tokens

setup

Guides Claude through first-time UltraMemory configuration after plugin install — API key, MCP server registration, test recall, and 401/403 troubleshooting.

LogicLabsAI/ultramemory-mcp · 32 tokens

ownmem-init

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

grpcer/ownmem · 45 tokens