attestor-memory

attestor-memory is a skill for Claude Code from bolnet/attestor. It costs 49 tokens per session (6,654 once invoked), scanned A, original, MIT.

A shared memory layer for teams of software agents. It stores facts, documents, relationships, and their time history so agents can recall information across conversations and work together.

In plain words
What is it for?
Use it for durable memory across sessions, shared state between agents, historical lookups, contradiction tracking, and auditable records in self-hosted systems.
Why use it?
It helps agents keep consistent long-term context, track changing or conflicting facts, and show where information came from.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions Claude Code.

Part of the attestor plugin — 1 skill, 3 commands, 3 hooks, 1 MCP server shipped together

Good fit Use it for durable memory across sessions, shared state between agents, historical lookups, contradiction tracking, and auditable records in self-hosted systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bolnet/attestor/attestor-memory
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 bolnet/attestor --skill attestor-memory
Clone the repo
git clone --depth 1 https://github.com/bolnet/attestor

Made for: Claude Code.

Or install attestor, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 3 hooks, 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 attestor-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/bolnet/attestor/attestor-memory.svg)](https://agentmods.dev/skills/bolnet/attestor/attestor-memory)
Your own site
<a href="https://agentmods.dev/skills/bolnet/attestor/attestor-memory"><img src="https://agentmods.dev/badge/skills/bolnet/attestor/attestor-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,654 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.00049 $0.06654
Opus 5 $0.00024 $0.03327
Sonnet 5 $0.00010 $0.01331
Haiku 4.5 $0.00005 $0.00665

Measured 7d ago against content hash 30649ff13951, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

attestor-memory 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 7d 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/attestor-memory/SKILL.md · 512 lines

How it starts

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

attestor-memory

What this skill does

Attestor is a shared, tenant-isolated memory store for agent teams. It persists every fact across three storage roles (Postgres for documents, Pinecone for vectors, Neo4j for graph) and serves recall through a deterministic six-step cascade — same query, same ranking, no LLM in the hot path. Every fact carries a bi-temporal validity window so an agent can replay any past belief, and every supersession is auditable to its evidence episode.

When to use it

Use attestor when the agent's job depends on memory that survives:

  • Multi-session conversations where the user expects continuity weeks or months later (preferences, ongoing projects, durable identity facts).
  • Multi-agent products where many agents — orchestrator, planner, executor, reviewer — share state and must not stomp on each other's writes.
  • Regulated chat (healthcare, finance, legal) that needs point-in-time reconstruction: "what did the agent know on date X?" or "show every fact that ever superseded this one."
  • Workflows where contradictions must be tracked, not silently overwritten — supersession produces an audit chain instead of mutation.
  • Self-hosted deployments where the memory data must stay inside the customer's VPC.

When NOT to use it

  • Short-lived single-session context. If the relevant memory dies when the conversation ends, put it in the system prompt. Attestor is overkill.
  • Pure document retrieval. If you need to chunk and rerank a corpus of PDFs, use a dedicated RAG framework or file_search. Attestor is for facts, not passages.
  • An LLM agent runtime. Attestor is the memory backend; the orchestration loop is the caller's responsibility.
  • Inline tool use that doesn't need persistence. Direct tool definitions are simpler.

How to install

1. Install the Python package

pip install attestor

The wheel ships with this SKILL.md so any 2026 agent SDK that scans for skills will discover attestor-memory automatically.

Read the full file on GitHub · 512 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. 7d ago First seen · 512 lines · 49 tokens per session scan A 30649ff13951

Subscribe to this mod's changes

attestor-memory is a skill published in the GitHub repository bolnet/attestor (14 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 6,654 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-30.

Related

Other skills, from other repositories

knowledge_store_skill

Skill for working with local .knowledge.yaml files via KnowledgeStore. Use this when you need to recall, search, or manage directory-local memories and knowledge links stored in plain YAML alongside the user's project files. KnowledgeStore is directory-scoped. Each directory that contains a .knowledge.yaml file…

NPC-Worldwide/npcpy · 346 tokens

cocoscout

Relevance-ranked context loading — Tier 2 async subagent (Haiku, <5s) that fires after Tier 1 deterministic checks in UserPromptSubmit. Injects ranked context from CocoGrove, CocoContext, Environment Inspector, Prompt Studio, and CocoDream.

Snowflake-Labs/cocoplus · 59 tokens

cocohealth

Context utilization monitor — background monitor that samples context window utilization via PostToolUse hook, surfaces advisory at 60% and critical warning with recovery decision matrix at 70%.

Snowflake-Labs/cocoplus · 38 tokens

pull-search

CocoPull session archive search — full-text search across past sessions. Handles $pull search " " with --since and --feature filters, and $pull index rebuild.

Snowflake-Labs/cocoplus · 38 tokens

pod-kb

Display the project knowledge base (lifecycle/kb.md) — project-specific patterns, decisions, and gotchas accumulated by CocoCupper across sessions.

Snowflake-Labs/cocoplus · 33 tokens

pod-resume

Reconstruct context for a returning developer. Reads .cocoplus/ state and generates a narrative summary of project status, last achievements, pending tasks, recent decisions, available patterns, CocoCupper insights, and recommended next action.

Snowflake-Labs/cocoplus · 50 tokens