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.
npx agentmods add skills/shimeeuisuk/claude-memory-plugin/auto-memorynpx skills add shimeeuisuk/claude-memory-plugin --skill auto-memorygit clone --depth 1 https://github.com/shimeeuisuk/claude-memory-pluginWrote 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.
[](https://agentmods.dev/skills/shimeeuisuk/claude-memory-plugin/auto-memory)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
auto-memory — 안전한 자동 저장 (ask-first)
사용자가 명령어를 직접 치지 않고 자연어로 이번 작업을 기억에 남기려는 의도 ("저장해 / 기억해둬 / 남겨둬 / 이어서 하자")를 보이면 이 스킬이 발동한다.
⚠️ 핵심 원칙 — 바로 저장 금지, 먼저 물어본다
오발동으로 엉뚱한 걸 저장하는 사고를 막기 위해, 절대 묻지 않고 저장하지 않는다.
- 무엇을 저장할지 한 줄로 요약해 사용자에게 보여준다.
- "지금 작업을 기억에 저장할까요?" 라고 묻는다.
- 사용자가 명확히 동의할 때만 저장한다.
- 거절하거나 애매하면 저장하지 않고 넘어간다.
동의 시 — 저장 절차
/claude-memory:remember 와 동일하게 처리한다:
- 프로젝트 = 현재 작업 디렉터리(
pwd)의 basename ~/.claude-memory/<project>/<YYYYMMDD-HHmm>-<짧은제목>.md에 아래 형식 저장:- frontmatter:
date/project/summary/keywords(3+) /next - 본문: 한 일 / 결정·맥락
- frontmatter:
- 저장 후
bash "${CLAUDE_PLUGIN_ROOT}/scripts/sync-push.sh"로 백업. - 저장 경로와 summary·next 를 한 줄씩 보고한다.
발동하지 말아야 할 때
- 사용자가
/claude-memory:remember명령을 직접 쓴 경우 (그 명령이 처리). - "저장"이 코드 저장·파일 저장 등 다른 의미인 게 명백할 때.
- 이런 경우엔 조용히 보류한다 (잘못 끼어들지 않는다).
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.
- 3d ago First seen · 36 lines · 89 tokens per session scan A 98322566f0cd
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.
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.…
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…
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…
agent-memory
../../../engineering/agent-memory/skills/agent-memory/SKILL.md.
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.
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…