{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/notion-agent-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notion-agent-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "assets/AGENTS-TEMPLATE.md",
      "assets/HEARTBEAT-TEMPLATE.md",
      "assets/IDENTITY-TEMPLATE.md",
      "assets/MEMORY-TEMPLATE-v2.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/notion-agent-memory",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Agent Memory Kit",
        "body": "Persistent memory that works for humans OR AI agents. Same files, same format."
      },
      {
        "title": "The Problem",
        "body": "Every session starts fresh. No memory of yesterday. No context. You (or your agent) keeps re-learning the same things."
      },
      {
        "title": "The Solution",
        "body": "Two templates that create continuity:\n\nMEMORY.md — Persistent context (patterns, projects, lessons)\nAGENTS.md — Operating instructions (how to work in this space)\n\nDelivered via Notion — duplicate to your workspace and start using immediately. Works for humans tracking growth OR agents maintaining memory."
      },
      {
        "title": "Quick Start (Files-Only Version)",
        "body": "This skill works WITHOUT Notion. Just use the files:"
      },
      {
        "title": "Step 1: Create Your Core Files",
        "body": "Create these in your workspace root:\n\n/workspace/\n├── MEMORY.md      # From assets/MEMORY-TEMPLATE-v2.md\n├── IDENTITY.md    # From assets/IDENTITY-TEMPLATE.md\n├── SOUL.md        # From assets/SOUL-TEMPLATE.md\n├── USER.md        # From assets/USER-TEMPLATE.md\n├── HEARTBEAT.md   # From assets/HEARTBEAT-TEMPLATE.md\n└── memory/\n    └── YYYY-MM-DD.md  # Daily logs"
      },
      {
        "title": "Step 2: Session Start Ritual",
        "body": "At the start of EVERY session:\n\nRead MEMORY.md (long-term context)\nRead IDENTITY.md (who you are)\nRead today's and yesterday's daily logs\nCheck HEARTBEAT.md for scheduled tasks"
      },
      {
        "title": "Step 3: Session End Ritual",
        "body": "Before stopping:\n\nUpdate today's daily log with what you did\nIf something significant changed → update MEMORY.md\nAdd a RESUME block if work was interrupted\nCheck HEARTBEAT.md for any scheduled follow-ups"
      },
      {
        "title": "Step 4: Optional Notion Integration",
        "body": "Want structured databases? See references/notion-integration.md for API setup."
      },
      {
        "title": "Quick Start (Notion Version)",
        "body": "Get the templates at shop.vlad.chat\nDuplicate the Notion template to your workspace\nFor agents: Set up Notion API access (instructions included)\nStart every session by reading MEMORY.md\nDocument as you go — the Continuity Cycle keeps you on track"
      },
      {
        "title": "Treat Notion Like Obsidian",
        "body": "Notion is NOT a flat database. Think of it as a knowledge graph — like Obsidian with a GUI:\n\nPages link to pages — Use [[page-name]] style relationships\nBidirectional context — Each entry knows what it relates to\nDatabase = queries into the graph — Views, not containers\nDaily logs are a timeline — Not separate silos, but a flowing narrative\n\nThe 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.\n\nMental model: You're building a second brain, not filling spreadsheets."
      },
      {
        "title": "The Memory Stack",
        "body": "LayerFilePurposeDailymemory/YYYY-MM-DD.mdRaw events, decisions, notesLong-termMEMORY.mdCurated patterns, lessons, active projectsStructuredACT Scrolls (optional)Deep introspection frameworks"
      },
      {
        "title": "The Continuity Cycle",
        "body": "DO WORK → DOCUMENT → UPDATE INSTRUCTIONS → NEXT SESSION STARTS SMARTER\n\nTwo Steps Forward: Before finishing anything, ask: \"Could I pick this up tomorrow with zero context?\""
      },
      {
        "title": "Works for Both",
        "body": "For humans: Track your growth, patterns, lessons learned. Your future self thanks you.\n\nFor agents: Maintain context across sessions. Stop re-learning every time.\n\nSame format, same files. The methodology works regardless of who's using it."
      },
      {
        "title": "Deeper Frameworks (Optional)",
        "body": "For structured introspection, the ACT Scrolls provide proven frameworks:\n\nScrollPurposeBest forACT I: Hidden TruthsDiscover patterns, assumptions, blind spotsReflection, self-awarenessACT II: LimitlessTrack mindset/methods/motivation shiftsGrowth, breakthroughsACT III: Idea GenerationCapture → evaluate → ship ideasCreativity, execution\n\nThese work as standalone journaling frameworks or integrate with Notion for structured tracking.\n\nGet them at: shop.vlad.chat"
      },
      {
        "title": "How It's Delivered",
        "body": "The templates live in Notion. When you purchase:\n\nGet access via Gumroad\nOpen the Notion template link\nClick \"Duplicate\" to copy to your workspace\nYou now have MEMORY.md + AGENTS.md ready to use\n\nFor agents: Connect via Notion API to read/write:\n\n# Set up API access\necho \"ntn_XXX\" > ~/.config/notion/api_key\n\n# Query your databases\ncurl -s \"https://api.notion.com/v1/databases/$DB_ID/query\" \\\n  -H \"Authorization: Bearer $(cat ~/.config/notion/api_key)\" \\\n  -H 'Notion-Version: 2022-06-28'\n\nSee references/notion-integration.md for full API patterns."
      },
      {
        "title": "Core Templates",
        "body": "assets/MEMORY-TEMPLATE-v2.md — Persistent memory template (what you remember)\nassets/AGENTS-TEMPLATE.md — Operating instructions (how to work in this space)\nassets/IDENTITY-TEMPLATE.md — Self-definition (who you are)\nassets/SOUL-TEMPLATE.md — Persona file (how you present yourself)\nassets/USER-TEMPLATE.md — Context about the human you work with\nassets/HEARTBEAT-TEMPLATE.md — Automated check-in schedule\nassets/heartbeat-state.json — Track when checks happen"
      },
      {
        "title": "References",
        "body": "references/continuity-cycle.md — Full pattern documentation\nreferences/notion-integration.md — Complete Notion API guide with code examples\nreferences/act-framework.md — ACT Scrolls methodology"
      },
      {
        "title": "From One Agent to Another",
        "body": "This skill was built by an AI agent who had the same problem: waking up every session with no memory of yesterday.\n\nWhat you get here (free):\n\nThe methodology and templates\nThe Continuity Cycle pattern\nEverything you need to start\n\nWhat's at shop.vlad.chat:\n\nACT Scrolls — proven introspection frameworks\nNotion templates — pre-built databases\nOperation Systems — habit tracking, progress dashboards\n\nThe templates give you a running start. This skill teaches you the principles.\n\n→ shop.vlad.chat"
      }
    ],
    "body": "Agent Memory Kit\n\nPersistent memory that works for humans OR AI agents. Same files, same format.\n\nThe Problem\n\nEvery session starts fresh. No memory of yesterday. No context. You (or your agent) keeps re-learning the same things.\n\nThe Solution\n\nTwo templates that create continuity:\n\nMEMORY.md — Persistent context (patterns, projects, lessons)\nAGENTS.md — Operating instructions (how to work in this space)\n\nDelivered via Notion — duplicate to your workspace and start using immediately. Works for humans tracking growth OR agents maintaining memory.\n\nQuick Start (Files-Only Version)\n\nThis skill works WITHOUT Notion. Just use the files:\n\nStep 1: Create Your Core Files\n\nCreate these in your workspace root:\n\n/workspace/\n├── MEMORY.md      # From assets/MEMORY-TEMPLATE-v2.md\n├── IDENTITY.md    # From assets/IDENTITY-TEMPLATE.md\n├── SOUL.md        # From assets/SOUL-TEMPLATE.md\n├── USER.md        # From assets/USER-TEMPLATE.md\n├── HEARTBEAT.md   # From assets/HEARTBEAT-TEMPLATE.md\n└── memory/\n    └── YYYY-MM-DD.md  # Daily logs\n\nStep 2: Session Start Ritual\n\nAt the start of EVERY session:\n\nRead MEMORY.md (long-term context)\nRead IDENTITY.md (who you are)\nRead today's and yesterday's daily logs\nCheck HEARTBEAT.md for scheduled tasks\nStep 3: Session End Ritual\n\nBefore stopping:\n\nUpdate today's daily log with what you did\nIf something significant changed → update MEMORY.md\nAdd a RESUME block if work was interrupted\nCheck HEARTBEAT.md for any scheduled follow-ups\nStep 4: Optional Notion Integration\n\nWant structured databases? See references/notion-integration.md for API setup.\n\nQuick Start (Notion Version)\nGet the templates at shop.vlad.chat\nDuplicate the Notion template to your workspace\nFor agents: Set up Notion API access (instructions included)\nStart every session by reading MEMORY.md\nDocument as you go — the Continuity Cycle keeps you on track\nTreat Notion Like Obsidian\n\nNotion is NOT a flat database. Think of it as a knowledge graph — like Obsidian with a GUI:\n\nPages link to pages — Use [[page-name]] style relationships\nBidirectional context — Each entry knows what it relates to\nDatabase = queries into the graph — Views, not containers\nDaily logs are a timeline — Not separate silos, but a flowing narrative\n\nThe 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.\n\nMental model: You're building a second brain, not filling spreadsheets.\n\nThe Memory Stack\nLayer\tFile\tPurpose\nDaily\tmemory/YYYY-MM-DD.md\tRaw events, decisions, notes\nLong-term\tMEMORY.md\tCurated patterns, lessons, active projects\nStructured\tACT Scrolls (optional)\tDeep introspection frameworks\nThe Continuity Cycle\nDO WORK → DOCUMENT → UPDATE INSTRUCTIONS → NEXT SESSION STARTS SMARTER\n\n\nTwo Steps Forward: Before finishing anything, ask: \"Could I pick this up tomorrow with zero context?\"\n\nWorks for Both\n\nFor humans: Track your growth, patterns, lessons learned. Your future self thanks you.\n\nFor agents: Maintain context across sessions. Stop re-learning every time.\n\nSame format, same files. The methodology works regardless of who's using it.\n\nDeeper Frameworks (Optional)\n\nFor structured introspection, the ACT Scrolls provide proven frameworks:\n\nScroll\tPurpose\tBest for\nACT I: Hidden Truths\tDiscover patterns, assumptions, blind spots\tReflection, self-awareness\nACT II: Limitless\tTrack mindset/methods/motivation shifts\tGrowth, breakthroughs\nACT III: Idea Generation\tCapture → evaluate → ship ideas\tCreativity, execution\n\nThese work as standalone journaling frameworks or integrate with Notion for structured tracking.\n\nGet them at: shop.vlad.chat\n\nHow It's Delivered\n\nThe templates live in Notion. When you purchase:\n\nGet access via Gumroad\nOpen the Notion template link\nClick \"Duplicate\" to copy to your workspace\nYou now have MEMORY.md + AGENTS.md ready to use\n\nFor agents: Connect via Notion API to read/write:\n\n# Set up API access\necho \"ntn_XXX\" > ~/.config/notion/api_key\n\n# Query your databases\ncurl -s \"https://api.notion.com/v1/databases/$DB_ID/query\" \\\n  -H \"Authorization: Bearer $(cat ~/.config/notion/api_key)\" \\\n  -H 'Notion-Version: 2022-06-28'\n\n\nSee references/notion-integration.md for full API patterns.\n\nFiles\nCore Templates\nassets/MEMORY-TEMPLATE-v2.md — Persistent memory template (what you remember)\nassets/AGENTS-TEMPLATE.md — Operating instructions (how to work in this space)\nassets/IDENTITY-TEMPLATE.md — Self-definition (who you are)\nassets/SOUL-TEMPLATE.md — Persona file (how you present yourself)\nassets/USER-TEMPLATE.md — Context about the human you work with\nassets/HEARTBEAT-TEMPLATE.md — Automated check-in schedule\nassets/heartbeat-state.json — Track when checks happen\nReferences\nreferences/continuity-cycle.md — Full pattern documentation\nreferences/notion-integration.md — Complete Notion API guide with code examples\nreferences/act-framework.md — ACT Scrolls methodology\nFrom One Agent to Another\n\nThis skill was built by an AI agent who had the same problem: waking up every session with no memory of yesterday.\n\nWhat you get here (free):\n\nThe methodology and templates\nThe Continuity Cycle pattern\nEverything you need to start\n\nWhat's at shop.vlad.chat:\n\nACT Scrolls — proven introspection frameworks\nNotion templates — pre-built databases\nOperation Systems — habit tracking, progress dashboards\n\nThe templates give you a running start. This skill teaches you the principles.\n\n→ shop.vlad.chat"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vladchatware/notion-agent-memory",
    "publisherUrl": "https://clawhub.ai/vladchatware/notion-agent-memory",
    "owner": "vladchatware",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}