alice-project-memory

alice-project-memory is a skill for Claude Code, Codex from samrusani/AliceMemory. It costs 33 tokens per session (726 once invoked), scanned A, original, MIT.

A project-memory procedure that uses Alice to save and retrieve durable facts, decisions, and continuity information. It supports remembering, recalling, and resuming project work.

In plain words
What is it for?
Use it before building or reviewing, when resuming work, and when recording project constraints or decisions worth keeping.
Why use it?
It reduces the need to reconstruct project context at the start of each task and keeps important decisions available across sessions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it before building or reviewing, when resuming work, and when recording project constraints or decisions worth keeping.

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

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 alice-project-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/samrusani/alicememory/alice-project-memory/github.svg)](https://agentmods.dev/skills/samrusani/alicememory/alice-project-memory)
Your own site
<a href="https://agentmods.dev/skills/samrusani/alicememory/alice-project-memory"><img src="https://agentmods.dev/badge/skills/samrusani/alicememory/alice-project-memory/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alice-project-memory

Your own site · 80×15
<a href="https://agentmods.dev/skills/samrusani/alicememory/alice-project-memory"><img src="https://agentmods.dev/badge/skills/samrusani/alicememory/alice-project-memory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 726 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.00033 $0.00726
Opus 5 $0.00016 $0.00363
Sonnet 5 $0.00007 $0.00145
Haiku 4.5 $0.00003 $0.00073

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

Security

Grade A, and why

alice-project-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 9d 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.

agent-skills/openclaw/alice-project-memory/SKILL.md · 52 lines

What it actually says

OpenClaw Alice Project Memory Skill

Use Alice as the project-scoped memory and continuity layer.

Default loop: remember, recall, continue.

  1. Identify as OpenClaw.
  2. Call alice_memory_commit whenever you learn a durable project fact worth keeping, including when the user has not asked you to remember it. Domain must be project.
  3. Call alice_recall to search project memory and imported sources.
  4. Call alice_resume to pick work back up: last decision, next action, open loops, recent changes.
  5. alice_capture and alice_context_pack are full-surface. Use them only when the server lists them. Capture stores a source; its passages come back from alice_recall under sources, as material to read and quote rather than as facts Alice asserts. Candidates stay unsearchable until a reviewer promotes them. Import is a source. Commit is a fact. Print the receipt field after a capture or commit so the user sees what was stored. Do not tell the user they must clear a review queue before a note is usable.
  6. Do not access or write non-project personal domains.

Your host may prefix these tool names with the server name. In OpenClaw a server configured as alice exposes alice_recall as alice__alice_recall. Read the names from the host's own tool list rather than assuming the bare form.

Default identity:

{"agent_id":"openclaw","agent_type":"coding_agent","permission_profile":"project_scoped_agent","project_scope":["Alice"]}

Allowed direct commit domain: project.

Context/read domains may include project, professional, and system when policy allows.

Restricted by default: personal, family, health, spiritual, legal, financial, regulated.

Submit a sprint output with alice_capture only when the server lists it. The field carrying the text is raw_text:

{"agent_id":"openclaw","agent_type":"coding_agent","agent_run_id":"openclaw-sprint-001","task_id":"public-alpha-packaging","project_scope":["Alice"],"title":"OpenClaw sprint summary","raw_text":"Decision: Agents use scoped context packs and review-only memory proposals.","domain":"project","sensitivity":"private"}

Project memory commit:

{"agent_id":"openclaw","agent_type":"coding_agent","permission_profile":"project_scoped_agent","project_scope":["Alice"],"title":"Release gate decision","canonical_text":"Alice public alpha release gates require doctor, smokes, evals, and git diff checks before merge.","domain":"project","sensitivity":"private","confidence":0.94,"source_type":"direct_user_instruction"}

title and canonical_text are the only required fields on a commit. Everything else is optional, and any field not in the server's tools/list schema is rejected outright rather than ignored. A project_scoped_agent must send domain: "project", or the commit is rejected.

See docs/alpha/openclaw-skill.md for full recipes.

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. 9d ago First seen · 52 lines · 33 tokens per session scan A a289523fecb8

Subscribe to this mod's changes

alice-project-memory is a skill published in the GitHub repository samrusani/AliceMemory (3 stars, last pushed 13d ago), licensed MIT. It adds 33 tokens to every session and 726 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-31.

Related

Other skills, from other repositories