automem

automem is a skill for Claude Code, Codex from verygoodplugins/mcp-automem. It costs 30 tokens per session (125 once invoked), scanned A, original, MIT.

A deprecated compatibility template for AutoMem, a system for storing and recalling information across tasks. Its instructions recommend using the native OpenClaw plugin instead.

In plain words
What is it for?
Use it only when a project specifically requires one of the listed legacy or skill-based OpenClaw templates.
Why use it?
It mainly exists to support older setups and does not describe a current implementation to use by default.

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/verygoodplugins/mcp-automem/skill
Any agent
npx skills add verygoodplugins/mcp-automem --skill skill
Clone the repo
git clone --depth 1 https://github.com/verygoodplugins/mcp-automem

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 automem

README.md
[![agentmods](https://agentmods.dev/badge/skills/verygoodplugins/mcp-automem/skill.svg)](https://agentmods.dev/skills/verygoodplugins/mcp-automem/skill)
Your own site
<a href="https://agentmods.dev/skills/verygoodplugins/mcp-automem/skill"><img src="https://agentmods.dev/badge/skills/verygoodplugins/mcp-automem/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 125 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.00030 $0.00125
Opus 5 $0.00015 $0.00063
Sonnet 5 $0.00006 $0.00025
Haiku 4.5 $0.00003 $0.00013

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

Security

Grade A, and why

automem 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 5d 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.

templates/openclaw/skill/SKILL.md · 16 lines

What it actually says

Deprecated Template

This file is kept only as a compatibility placeholder.

Prefer the native OpenClaw plugin setup. If you specifically need a skill template, use one of these maintained templates instead:

  • templates/openclaw/OPENCLAW_SETUP.md
  • templates/openclaw/skill-mcp/SKILL.md
  • templates/openclaw/skill-legacy/SKILL.md
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. 5d ago First seen · 16 lines · 30 tokens per session scan A 6c68c20b6b35

Subscribe to this mod's changes

automem is a skill published in the GitHub repository verygoodplugins/mcp-automem (64 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 125 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

cognee-cli

Use when the user wants to drive cognee from the terminal with cognee-cli — remember/recall/forget/improve memory commands, managing datasets and config, or database migrations.

topoteretes/cognee · 42 tokens

cognee-docker

Use when the user wants to run cognee with Docker or docker compose — trying it out from the prebuilt image, starting the API server in a container, or bringing up the full stack (UI, MCP, Postgres, Neo4j) with compose profiles.

topoteretes/cognee · 60 tokens

cognee-install

Use when the user wants to install cognee and run their first remember → recall flow with the Python SDK — fresh setup, virtual env, extras selection, or a minimal working example.

topoteretes/cognee · 42 tokens

cognee-server

Use when the user wants to run the cognee API server (and optional UI) on their own machine — starting it, checking it's healthy, connecting the SDK or other clients to it, and choosing the right auth posture.

topoteretes/cognee · 50 tokens

omnigraph

Operate OmniGraph graphs and deployments. Use for .pg schemas, .gq queries, OmniGraph CLI commands, file:///s3:///az:// graph URIs, cluster.yaml, operator config, bearer-authenticated servers, graph-backed knowledge or memory, Blob values, embeddings, branches, commits, and change feeds. Apply especially before schema…

ModernRelay/omnigraph · 94 tokens

codebase-memory

Use the codebase knowledge graph for structural code queries. Triggers on: explore the codebase, understand the architecture, what functions exist, show me the structure, who calls this function, what does X call, trace the call chain, find callers of, show dependencies, impact analysis, dead code, unused functions…

narumiruna/pi-extensions · 98 tokens