{
  "schemaVersion": "1.0",
  "item": {
    "slug": "memoria",
    "name": "Memoria",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kitakitsune0x/memoria",
    "canonicalUrl": "https://clawhub.ai/kitakitsune0x/memoria",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/memoria",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=memoria",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "INSTRUCTIONS.md",
      "README.md",
      "SKILL.md",
      "bin/memoria.js",
      "package-lock.json",
      "package.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/memoria"
    },
    "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/memoria",
    "agentPageUrl": "https://openagent3.xyz/skills/memoria/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memoria/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memoria/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Environment",
        "body": "Set the vault path so all commands work:\n\nexport MEMORIA_VAULT=~/memory\n\nIf not set, pass -v ~/memory on every command."
      },
      {
        "title": "Session Lifecycle",
        "body": "Run at the start and end of every session:\n\nmemoria wake                                          # start session, restore context\nmemoria checkpoint --working-on \"<task>\"               # mid-session save\nmemoria sleep \"<summary>\" --next \"<next steps>\"        # end session, write handoff"
      },
      {
        "title": "Storing Memories",
        "body": "memoria remember <type> \"<title>\" --content \"<details>\"\nmemoria sync --push                                    # always sync after storing\n\nTypes: fact, decision, preference, lesson, commitment, relationship, project"
      },
      {
        "title": "What to capture (proactively, without being asked)",
        "body": "SignalTypeHuman shares personal info (name, location, health, settings)factA decision is made with reasoningdecisionHuman says \"I prefer / always / never...\"preferenceAn insight or lesson emergeslessonA promise, goal, or deadline is setcommitmentA person is mentioned with contextrelationshipAn ongoing project is discussedproject\n\nIf in doubt, store it. Better to have a memory you never look up than to forget something."
      },
      {
        "title": "Proactive capture triggers",
        "body": "Listen for these patterns and store immediately:\n\n\"I always...\", \"I never...\", \"I prefer...\" -> preference\n\"Let's go with...\", \"We decided...\", \"The plan is...\" -> decision\n\"I learned that...\", \"Turns out...\", \"The trick is...\" -> lesson\n\"My name is...\", \"I take...\", \"I live in...\", \"I work at...\" -> fact\n\"I need to...\", \"I promised...\", \"By next week...\" -> commitment\n\"Talk to Alice about...\", \"Bob said...\" -> relationship\n\"We're building...\", \"The project is...\" -> project"
      },
      {
        "title": "Examples",
        "body": "memoria remember fact \"Human lives in Tokyo\" --content \"Mentioned during onboarding\"\nmemoria remember preference \"No emojis in code\" --content \"Explicitly requested\"\nmemoria remember decision \"Use Fly.io\" --content \"Chosen over Vercel for APAC latency\"\nmemoria sync --push"
      },
      {
        "title": "Searching",
        "body": "Before making decisions or giving advice, check existing memories:\n\nmemoria search \"<query>\""
      },
      {
        "title": "Other Commands",
        "body": "memoria store <category> \"<title>\" --content \"<body>\"  # store in explicit category\nmemoria list [category]                                 # list documents\nmemoria get <id>                                        # get specific document\nmemoria status                                          # vault stats + session state\nmemoria sync --pull                                     # pull Notion changes to local"
      },
      {
        "title": "Notion Setup",
        "body": "One-time configuration:\n\nmemoria setup-notion --token <token> --page <page-id>\n\nAfter setup, always run memoria sync --push after storing memories."
      }
    ],
    "body": "Memoria\nEnvironment\n\nSet the vault path so all commands work:\n\nexport MEMORIA_VAULT=~/memory\n\n\nIf not set, pass -v ~/memory on every command.\n\nSession Lifecycle\n\nRun at the start and end of every session:\n\nmemoria wake                                          # start session, restore context\nmemoria checkpoint --working-on \"<task>\"               # mid-session save\nmemoria sleep \"<summary>\" --next \"<next steps>\"        # end session, write handoff\n\nStoring Memories\nmemoria remember <type> \"<title>\" --content \"<details>\"\nmemoria sync --push                                    # always sync after storing\n\n\nTypes: fact, decision, preference, lesson, commitment, relationship, project\n\nWhat to capture (proactively, without being asked)\nSignal\tType\nHuman shares personal info (name, location, health, settings)\tfact\nA decision is made with reasoning\tdecision\nHuman says \"I prefer / always / never...\"\tpreference\nAn insight or lesson emerges\tlesson\nA promise, goal, or deadline is set\tcommitment\nA person is mentioned with context\trelationship\nAn ongoing project is discussed\tproject\n\nIf in doubt, store it. Better to have a memory you never look up than to forget something.\n\nProactive capture triggers\n\nListen for these patterns and store immediately:\n\n\"I always...\", \"I never...\", \"I prefer...\" -> preference\n\"Let's go with...\", \"We decided...\", \"The plan is...\" -> decision\n\"I learned that...\", \"Turns out...\", \"The trick is...\" -> lesson\n\"My name is...\", \"I take...\", \"I live in...\", \"I work at...\" -> fact\n\"I need to...\", \"I promised...\", \"By next week...\" -> commitment\n\"Talk to Alice about...\", \"Bob said...\" -> relationship\n\"We're building...\", \"The project is...\" -> project\nExamples\nmemoria remember fact \"Human lives in Tokyo\" --content \"Mentioned during onboarding\"\nmemoria remember preference \"No emojis in code\" --content \"Explicitly requested\"\nmemoria remember decision \"Use Fly.io\" --content \"Chosen over Vercel for APAC latency\"\nmemoria sync --push\n\nSearching\n\nBefore making decisions or giving advice, check existing memories:\n\nmemoria search \"<query>\"\n\nOther Commands\nmemoria store <category> \"<title>\" --content \"<body>\"  # store in explicit category\nmemoria list [category]                                 # list documents\nmemoria get <id>                                        # get specific document\nmemoria status                                          # vault stats + session state\nmemoria sync --pull                                     # pull Notion changes to local\n\nNotion Setup\n\nOne-time configuration:\n\nmemoria setup-notion --token <token> --page <page-id>\n\n\nAfter setup, always run memoria sync --push after storing memories."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kitakitsune0x/memoria",
    "publisherUrl": "https://clawhub.ai/kitakitsune0x/memoria",
    "owner": "kitakitsune0x",
    "version": "0.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/memoria",
    "downloadUrl": "https://openagent3.xyz/downloads/memoria",
    "agentUrl": "https://openagent3.xyz/skills/memoria/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memoria/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memoria/agent.md"
  }
}