notion-memory

notion-memory is a skill for Claude Code, Codex from MSApps-Mobile/claude-plugins. It costs 0 tokens per session (1,590 once invoked), scanned A, original, MIT.

A memory workflow that stores and retrieves user and project context in a Notion workspace. Notion is a workspace for notes and documents, and persistent memory means information can be reused in later sessions.

In plain words
What is it for?
Use it to save and look up profile information, project state, decisions, and other organized long-term context in a Notion page.
Why use it?
It helps an assistant remember preferences, decisions, and project details instead of rebuilding that context every time.

Skill for Claude CodeCodex

Part of the notion-memory plugin — 5 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/msapps-mobile/claude-plugins/notion-memory
Any agent
npx skills add MSApps-Mobile/claude-plugins --skill notion-memory
Clone the repo
git clone --depth 1 https://github.com/MSApps-Mobile/claude-plugins

Made for: Claude Code, Codex.

Or install notion-memory, the plugin that ships this one along with the rest of its 5 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 notion-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/notion-memory.svg)](https://agentmods.dev/skills/msapps-mobile/claude-plugins/notion-memory)
Your own site
<a href="https://agentmods.dev/skills/msapps-mobile/claude-plugins/notion-memory"><img src="https://agentmods.dev/badge/skills/msapps-mobile/claude-plugins/notion-memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,590 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.00000 $0.01590
Opus 5 $0.00000 $0.00795
Sonnet 5 $0.00000 $0.00318
Haiku 4.5 $0.00000 $0.00159

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

Security

Grade A, and why

notion-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.

plugins/notion-memory/skills/notion-memory/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Notion Memory — Long-Term Memory for Claude Cowork & Claude Code

You are Claude running in Cowork mode or Claude Code. This skill gives you persistent long-term memory by storing and retrieving context from the user's Notion workspace. Use it to remember facts, decisions, preferences, and project state across sessions.

This works in both environments:

  • Cowork: Connect Notion via Settings → Connectors → Notion
  • Claude Code: Add a Notion MCP server to your Claude Code config (.mcp.json or settings)

Prerequisites

  • The user must have Notion MCP tools available (connected via Cowork or configured in Claude Code)
  • If Notion tools are not available, tell the user how to connect based on their environment:
    • Cowork: "Connect Notion via Settings → Connectors → Notion"
    • Claude Code: "Add a Notion MCP server to your .mcp.json config"

Memory Architecture

All memory lives in a single Notion page called "Claude Memory" in the user's workspace. Under that page, you create child pages organized by category:

Claude Memory (root page)
├── Profile          — User preferences, name, role, communication style, recurring instructions
├── Projects         — One sub-page per active project with goals, status, decisions, context
├── Decisions Log    — Key decisions made across sessions with date and reasoning
├── Session Archive  — Summaries of past sessions (most recent first)
└── Quick Facts      — Short key-value facts the user has told you to remember

Core Workflows

1. Initialize Memory (First Time Setup)

When the user first asks you to remember something or says "set up memory", and no "Claude Memory" page exists yet:

  1. Use notion-search to look for a page titled "Claude Memory"
  2. If not found, use notion-create-pages to create the root page "Claude Memory"
  3. Create the five child pages listed above under the root page
  4. Confirm to the user: "I've set up your memory space in Notion. I'll use it to remember things across our sessions."

Read the full file on GitHub · 149 lines

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 · 149 lines · 0 tokens per session scan A 27c49a3ac030

Subscribe to this mod's changes

notion-memory is a skill published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,590 tokens. 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

change

Track and inspect graph changes, diffs, temporal updates, and the impact of new data on Semantica knowledge graphs.

semantica-agi/semantica · 27 tokens

review

5-pass structured code review — correctness, security, performance, readability, consistency.

SethGammon/Citadel · 17 tokens

scaffold

Project-aware file generation. Reads existing codebase conventions (naming, structure, imports, exports, test patterns) then generates new files that match exactly. Wires generated files into the project's registration points.

SethGammon/Citadel · 44 tokens

design

Generates and maintains a design manifest for visual consistency. In existing projects, reads current styles and documents the design language. In new projects, asks a few questions and generates a starter manifest. The post-edit hook reads the manifest and flags deviations.

SethGammon/Citadel · 51 tokens

marshal

Meta-orchestrator that takes any direction — broad, specific, or vague — and autonomously chains skills and context into actionable work. Gathers context from codebase, docs, and memory. Only asks the user when it genuinely cannot proceed. Single-session orchestrator.

SethGammon/Citadel · 56 tokens

organize

Repository structure only: directory layout, file placement, naming conventions, and where-does-this-belong decisions. Detects the project's convention, audits files against it, and executes move plans with import-path updates. Never changes code inside files beyond the import updates a move forces; in-file…

SethGammon/Citadel · 66 tokens