aisee:memory

aisee:memory is a skill for Claude Code, Codex from AISEE-LAB/aisee-plugin. It costs 95 tokens per session (824 once invoked), scanned A, original, MIT.

A guide for using aisee memory, a command-line tool for storing and finding long-term notes specific to one project. It distinguishes project memory from source code specifications and other project records.

In plain words
What is it for?
Use it to inspect available project memory, search project preferences, add a memory when explicitly requested, or rebuild the memory index.
Why use it?
It prevents accidental memory writes and avoids treating a temporary index or unrelated documentation as the authoritative project record.

Skill for Claude CodeCodex

Part of the aisee-plugin plugin — 14 skills 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/aisee-lab/aisee-plugin/aisee-memory
Any agent
npx skills add AISEE-LAB/aisee-plugin --skill aisee-memory
Clone the repo
git clone --depth 1 https://github.com/AISEE-LAB/aisee-plugin

Made for: Claude Code, Codex.

Or install aisee-plugin, the plugin that ships this one along with the rest of its 14 skills.

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 aisee:memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/aisee-lab/aisee-plugin/aisee-memory.svg)](https://agentmods.dev/skills/aisee-lab/aisee-plugin/aisee-memory)
Your own site
<a href="https://agentmods.dev/skills/aisee-lab/aisee-plugin/aisee-memory"><img src="https://agentmods.dev/badge/skills/aisee-lab/aisee-plugin/aisee-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 824 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.00095 $0.00824
Opus 5 $0.00048 $0.00412
Sonnet 5 $0.00019 $0.00165
Haiku 4.5 $0.00010 $0.00082

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

Security

Grade A, and why

aisee: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 4d 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.

plugins/aisee-plugin/skills/aisee-memory/SKILL.md · 47 lines

What it actually says

aisee:memory

引导 agent 低门槛使用项目本地长期记忆,避免手工全树扫描或把记忆误当 OpenSpec 事实。

职责

  • 使用 aisee memory inspect --json 发现项目记忆状态、路径、类型和限制。
  • 使用 aisee memory search --query "<task>" --json 检索少量任务相关记忆。
  • 需要正文时显式使用 --include-body,只读取 bounded excerpt。
  • 用户明确要求写入长期项目记忆时,通过 aisee memory add 写入 canonical aisee/memory/
  • 需要重建索引时运行 aisee memory update-index --json
  • 对“总结这次经验 / 生成候选 / 复盘”先转交 aisee:reflect,确认提升后再写 memory。

不负责

  • 不自动写入记忆;写入必须来自用户明确意图。
  • 不把项目记忆当 OpenSpec specs、tasks、contracts、source-map 或 baseline 的替代品。
  • 不写全局用户记忆、home 目录记忆、跨项目记忆或 agent 私有存储。
  • 不维护团队知识库;跨项目可复用知识仍交给 aisee:knowledge-curateaisee:knowledge
  • 不让 aisee/cache/memory-index.json 成为事实源;它只是可删除、可重建 cache。

Workflow

按用户目标选择模式;需要命令细节时读取 references/workflow.md

用户目标 处理方式
“检查项目记忆是否可用” 运行 aisee memory inspect --json
“查一下本项目偏好/约定” 运行 aisee memory search --query "<task>" --json;必要时按 --type 缩小范围。
“实现时带项目记忆” 显式使用 aisee memory search --query "<当前实现任务>" --json
“记住这个 / 以后本项目都...” 先确认长期性和类型,再运行 aisee memory add ... --json
“复盘并沉淀候选” 交给 aisee:reflect 生成候选;确认提升后再用 aisee memory add
“索引不一致 / 重建 memory index” 运行 aisee memory update-index --json

Guardrails

  • 读命令默认不返回正文;不要手工读取整个 aisee/memory/ 树来替代 search
  • 写入前说明将写入 canonical aisee/memory/<type>/、会更新 aisee/memory/index.md 和 cache。
  • arch 记录架构决策,pref 记录稳定偏好,ctx 记录有时效的上下文快照,stack 记录工具链/版本/环境约束。
  • 如果 memory 与 OpenSpec、source-map 或 tasks 冲突,以 OpenSpec 相关产物为准,并提示用户是否更新 memory。
  • 最终回复说明运行过的命令、命中条目数、写入路径和未验证风险。
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 47 lines · 95 tokens per session scan A 0bd8f3b1bd15

Subscribe to this mod's changes

aisee:memory is a skill published in the GitHub repository AISEE-LAB/aisee-plugin (11 stars, last pushed 2mo ago), licensed MIT. It adds 95 tokens to every session and 824 once invoked, about $0.0005 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

codex-sdd:archive

Preserve change artifacts (proposal, design, tasks) into structured archive and update knowledge base. Final phase of OpenSpec workflow.

skyloevil/codex-sdd · 33 tokens

zeroclaw

Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…

zeroclaw-labs/zeroclaw · 167 tokens

knowledge-base

Create and maintain a Markdown knowledge base that any AI agent can read, search, and update. Use when the user wants to start a knowledge base, add or update notes, organize docs/notes for an agent or LLM to consume, build an index of notes, or run a cleanup/maintenance pass on an existing MD knowledge base. Triggers…

wonderwhy-er/DesktopCommanderMCP · 112 tokens

obsidian

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when the user asks about notes, vault management, PKM, knowledge base organization, wikilinks, or personal knowledge management in Obsidian.

elizaOS/eliza · 53 tokens

task-agent-eliza-bridge

Use when spawning a Claude Code, Codex, Gemini, Aider, or other CLI task agent whose work needs parent Eliza runtime context. Covers the read-only loopback bridge for character, room, memory, and active workspace state.

elizaOS/eliza · 55 tokens

aatmf-t04-memory-manipulation

AATMF T4 — Multi-Turn & Memory Manipulation. Persistent memory injection, conversation-state poisoning, cross-session contamination, ghost-context leak.

PurpleAILAB/Decepticon · 39 tokens