auto-memory

auto-memory is a skill for Claude Code, Codex from shimeeuisuk/claude-memory-plugin. It costs 89 tokens per session (517 once invoked), scanned A, original, MIT.

A memory-saving procedure for coding-agent work that recognizes requests to remember something and asks for confirmation before storing it.

In plain words
What is it for?
Use it to prepare project notes with a summary, keywords, and next steps, save them only after approval, and sync the saved note as a backup.
Why use it?
It avoids saving the wrong information when phrases such as “remember this” could have another meaning.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the claude-memory plugin — 2 skills, 4 commands, 2 hooks shipped together

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/shimeeuisuk/claude-memory-plugin/auto-memory
Any agent
npx skills add shimeeuisuk/claude-memory-plugin --skill auto-memory
Clone the repo
git clone --depth 1 https://github.com/shimeeuisuk/claude-memory-plugin

Made for: Claude Code, Codex.

Or install claude-memory, the plugin that ships this one along with the rest of its 2 skills, 4 commands, 2 hooks.

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 auto-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/shimeeuisuk/claude-memory-plugin/auto-memory.svg)](https://agentmods.dev/skills/shimeeuisuk/claude-memory-plugin/auto-memory)
Your own site
<a href="https://agentmods.dev/skills/shimeeuisuk/claude-memory-plugin/auto-memory"><img src="https://agentmods.dev/badge/skills/shimeeuisuk/claude-memory-plugin/auto-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 517 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.00089 $0.00517
Opus 5 $0.00044 $0.00259
Sonnet 5 $0.00018 $0.00103
Haiku 4.5 $0.00009 $0.00052

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

Security

Grade A, and why

auto-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 3d 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/auto-memory/SKILL.md · 36 lines

What it actually says

auto-memory — 안전한 자동 저장 (ask-first)

사용자가 명령어를 직접 치지 않고 자연어로 이번 작업을 기억에 남기려는 의도 ("저장해 / 기억해둬 / 남겨둬 / 이어서 하자")를 보이면 이 스킬이 발동한다.

⚠️ 핵심 원칙 — 바로 저장 금지, 먼저 물어본다

오발동으로 엉뚱한 걸 저장하는 사고를 막기 위해, 절대 묻지 않고 저장하지 않는다.

  1. 무엇을 저장할지 한 줄로 요약해 사용자에게 보여준다.
  2. "지금 작업을 기억에 저장할까요?" 라고 묻는다.
  3. 사용자가 명확히 동의할 때만 저장한다.
  4. 거절하거나 애매하면 저장하지 않고 넘어간다.

동의 시 — 저장 절차

/claude-memory:remember 와 동일하게 처리한다:

  • 프로젝트 = 현재 작업 디렉터리(pwd)의 basename
  • ~/.claude-memory/<project>/<YYYYMMDD-HHmm>-<짧은제목>.md 에 아래 형식 저장:
    • frontmatter: date / project / summary / keywords(3+) / next
    • 본문: 한 일 / 결정·맥락
  • 저장 후 bash "${CLAUDE_PLUGIN_ROOT}/scripts/sync-push.sh" 로 백업.
  • 저장 경로와 summary·next 를 한 줄씩 보고한다.

발동하지 말아야 할 때

  • 사용자가 /claude-memory:remember 명령을 직접 쓴 경우 (그 명령이 처리).
  • "저장"이 코드 저장·파일 저장 등 다른 의미인 게 명백할 때.
  • 이런 경우엔 조용히 보류한다 (잘못 끼어들지 않는다).
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. 3d ago First seen · 36 lines · 89 tokens per session scan A 98322566f0cd

Subscribe to this mod's changes

auto-memory is a skill published in the GitHub repository shimeeuisuk/claude-memory-plugin (2 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 517 once invoked, about $0.0004 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

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

auditing-subgroup-fairness

Audit an OpenMed NER or de-identification model for performance disparities across demographic subgroups (sex, age band, race/ethnicity when available) using openmed.eval.fairnessreport. Use when the user wants per-subgroup recall and leakage, wants to check whether de-identification under-protects a group, wants to…

maziyarpanahi/openmed · 148 tokens

agent-memory

../../../engineering/agent-memory/skills/agent-memory/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

memory

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.

opensquilla/opensquilla · 44 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens