# Send notion-agent-memory to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "notion-agent-memory",
    "name": "notion-agent-memory",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/vladchatware/notion-agent-memory",
    "canonicalUrl": "https://clawhub.ai/vladchatware/notion-agent-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/notion-agent-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notion-agent-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "assets/AGENTS-TEMPLATE.md",
      "assets/HEARTBEAT-TEMPLATE.md",
      "assets/IDENTITY-TEMPLATE.md",
      "assets/MEMORY-TEMPLATE-v2.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "notion-agent-memory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:32:51.041Z",
      "expiresAt": "2026-05-08T21:32:51.041Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notion-agent-memory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notion-agent-memory",
        "contentDisposition": "attachment; filename=\"notion-agent-memory-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "notion-agent-memory"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/notion-agent-memory"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/notion-agent-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/notion-agent-memory",
    "agentUrl": "https://openagent3.xyz/skills/notion-agent-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/notion-agent-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/notion-agent-memory/agent.md"
  }
}
```
## Documentation

### Agent Memory Kit

Persistent memory that works for humans OR AI agents. Same files, same format.

### The Problem

Every session starts fresh. No memory of yesterday. No context. You (or your agent) keeps re-learning the same things.

### The Solution

Two templates that create continuity:

MEMORY.md — Persistent context (patterns, projects, lessons)
AGENTS.md — Operating instructions (how to work in this space)

Delivered via Notion — duplicate to your workspace and start using immediately. Works for humans tracking growth OR agents maintaining memory.

### Quick Start (Files-Only Version)

This skill works WITHOUT Notion. Just use the files:

### Step 1: Create Your Core Files

Create these in your workspace root:

/workspace/
├── MEMORY.md      # From assets/MEMORY-TEMPLATE-v2.md
├── IDENTITY.md    # From assets/IDENTITY-TEMPLATE.md
├── SOUL.md        # From assets/SOUL-TEMPLATE.md
├── USER.md        # From assets/USER-TEMPLATE.md
├── HEARTBEAT.md   # From assets/HEARTBEAT-TEMPLATE.md
└── memory/
    └── YYYY-MM-DD.md  # Daily logs

### Step 2: Session Start Ritual

At the start of EVERY session:

Read MEMORY.md (long-term context)
Read IDENTITY.md (who you are)
Read today's and yesterday's daily logs
Check HEARTBEAT.md for scheduled tasks

### Step 3: Session End Ritual

Before stopping:

Update today's daily log with what you did
If something significant changed → update MEMORY.md
Add a RESUME block if work was interrupted
Check HEARTBEAT.md for any scheduled follow-ups

### Step 4: Optional Notion Integration

Want structured databases? See references/notion-integration.md for API setup.

### Quick Start (Notion Version)

Get the templates at shop.vlad.chat
Duplicate the Notion template to your workspace
For agents: Set up Notion API access (instructions included)
Start every session by reading MEMORY.md
Document as you go — the Continuity Cycle keeps you on track

### Treat Notion Like Obsidian

Notion is NOT a flat database. Think of it as a knowledge graph — like Obsidian with a GUI:

Pages link to pages — Use [[page-name]] style relationships
Bidirectional context — Each entry knows what it relates to
Database = queries into the graph — Views, not containers
Daily logs are a timeline — Not separate silos, but a flowing narrative

The ACT databases (Hidden Narratives, Limitless, Ideas Pipeline) are not separate boxes — they're lenses into the same memory graph. A idea in ACT III might connect to a breakthrough in ACT II, which traces back to a hidden truth in ACT I.

Mental model: You're building a second brain, not filling spreadsheets.

### The Memory Stack

LayerFilePurposeDailymemory/YYYY-MM-DD.mdRaw events, decisions, notesLong-termMEMORY.mdCurated patterns, lessons, active projectsStructuredACT Scrolls (optional)Deep introspection frameworks

### The Continuity Cycle

DO WORK → DOCUMENT → UPDATE INSTRUCTIONS → NEXT SESSION STARTS SMARTER

Two Steps Forward: Before finishing anything, ask: "Could I pick this up tomorrow with zero context?"

### Works for Both

For humans: Track your growth, patterns, lessons learned. Your future self thanks you.

For agents: Maintain context across sessions. Stop re-learning every time.

Same format, same files. The methodology works regardless of who's using it.

### Deeper Frameworks (Optional)

For structured introspection, the ACT Scrolls provide proven frameworks:

ScrollPurposeBest forACT I: Hidden TruthsDiscover patterns, assumptions, blind spotsReflection, self-awarenessACT II: LimitlessTrack mindset/methods/motivation shiftsGrowth, breakthroughsACT III: Idea GenerationCapture → evaluate → ship ideasCreativity, execution

These work as standalone journaling frameworks or integrate with Notion for structured tracking.

Get them at: shop.vlad.chat

### How It's Delivered

The templates live in Notion. When you purchase:

Get access via Gumroad
Open the Notion template link
Click "Duplicate" to copy to your workspace
You now have MEMORY.md + AGENTS.md ready to use

For agents: Connect via Notion API to read/write:

# Set up API access
echo "ntn_XXX" > ~/.config/notion/api_key

# Query your databases
curl -s "https://api.notion.com/v1/databases/$DB_ID/query" \\
  -H "Authorization: Bearer $(cat ~/.config/notion/api_key)" \\
  -H 'Notion-Version: 2022-06-28'

See references/notion-integration.md for full API patterns.

### Core Templates

assets/MEMORY-TEMPLATE-v2.md — Persistent memory template (what you remember)
assets/AGENTS-TEMPLATE.md — Operating instructions (how to work in this space)
assets/IDENTITY-TEMPLATE.md — Self-definition (who you are)
assets/SOUL-TEMPLATE.md — Persona file (how you present yourself)
assets/USER-TEMPLATE.md — Context about the human you work with
assets/HEARTBEAT-TEMPLATE.md — Automated check-in schedule
assets/heartbeat-state.json — Track when checks happen

### References

references/continuity-cycle.md — Full pattern documentation
references/notion-integration.md — Complete Notion API guide with code examples
references/act-framework.md — ACT Scrolls methodology

### From One Agent to Another

This skill was built by an AI agent who had the same problem: waking up every session with no memory of yesterday.

What you get here (free):

The methodology and templates
The Continuity Cycle pattern
Everything you need to start

What's at shop.vlad.chat:

ACT Scrolls — proven introspection frameworks
Notion templates — pre-built databases
Operation Systems — habit tracking, progress dashboards

The templates give you a running start. This skill teaches you the principles.

→ shop.vlad.chat
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: vladchatware
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T21:32:51.041Z
- Expires at: 2026-05-08T21:32:51.041Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/notion-agent-memory)
- [Send to Agent page](https://openagent3.xyz/skills/notion-agent-memory/agent)
- [JSON manifest](https://openagent3.xyz/skills/notion-agent-memory/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/notion-agent-memory/agent.md)
- [Download page](https://openagent3.xyz/downloads/notion-agent-memory)