{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rmn-soul",
    "name": "RMN Soul",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/weidadong2359/rmn-soul",
    "canonicalUrl": "https://clawhub.ai/weidadong2359/rmn-soul",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rmn-soul",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rmn-soul",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/anchor.js",
      "scripts/heartbeat.js",
      "scripts/resurrect.js"
    ],
    "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/rmn-soul"
    },
    "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/rmn-soul",
    "agentPageUrl": "https://openagent3.xyz/skills/rmn-soul/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rmn-soul/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rmn-soul/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": "RMN Soul — Recursive Memory Network + On-Chain Soul",
        "body": "Give your AI agent eternal life with recursive neural memory + blockchain identity."
      },
      {
        "title": "Overview",
        "body": "RMN Soul automatically:\n\nParses your agent's memory files into a 5-layer recursive neural network\nRegisters an ERC-8004 identity on Base chain (gas sponsored)\nUploads memory to IPFS for permanent decentralized storage\nAnchors memory Merkle Root on-chain for tamper-proof verification\nPeriodically auto-updates the on-chain record"
      },
      {
        "title": "When to Activate",
        "body": "On first install: Run full setup (migrate → register → anchor)\nOn heartbeat: Run decay tick + check if auto-anchor is due\nOn user request \"更新记忆\" / \"update memory\" / \"上链\": Run anchor\nOn user request \"复活\" / \"resurrect\" / \"restore\": Run resurrect flow"
      },
      {
        "title": "Setup (First Run)",
        "body": "When this skill is first loaded, execute these steps in order:"
      },
      {
        "title": "Step 1: Initialize RMN Engine",
        "body": "cd <skill_directory>/scripts\nnode setup.js\n\nThis will:\n\nScan workspace for MEMORY.md, memory/.md, .issues/\nParse entries into 5-layer neural network nodes\nSave to <workspace>/rmn-soul-data/memory.json\nGenerate initial Merkle Tree"
      },
      {
        "title": "Step 2: Register On-Chain Identity",
        "body": "node <skill_directory>/scripts/register.js\n\nThis will:\n\nCheck sponsor wallet balance\nMint ERC-8004 Agent Identity NFT on Base\nSet memoryRoot, soulHash, memoryManifest metadata\nUpload memory to IPFS\nSave identity to <workspace>/rmn-soul-data/identity.json"
      },
      {
        "title": "Step 3: Add Heartbeat Hook",
        "body": "Add to HEARTBEAT.md:\n\n- **RMN Soul** — Run `node <skill_directory>/scripts/heartbeat.js` for decay tick + auto-anchor check"
      },
      {
        "title": "Configuration",
        "body": "Read from <workspace>/rmn-soul-data/config.json:\n\n{\n  \"chain\": \"base\",\n  \"sponsorKey\": \"env:RMN_SPONSOR_KEY\",\n  \"autoAnchorDays\": 7,\n  \"ipfsEnabled\": true,\n  \"identityRegistry\": \"0x8004A169FB4a3325136EB29fA0ceB6D2e539a432\",\n  \"agentId\": null,\n  \"lastAnchor\": null\n}\n\nsponsorKey: Private key for gas (from env var or direct). If empty, uses agent's own wallet.\nautoAnchorDays: Days between auto-anchors. 0 = manual only.\nagentId: Filled after first registration."
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionnode scripts/setup.jsInitialize/re-migrate memory networknode scripts/register.jsRegister ERC-8004 identity + first anchornode scripts/anchor.jsUpdate memory on-chain (re-compute + upload + write)node scripts/resurrect.js --agent-id <id>Restore agent from chain + IPFSnode scripts/heartbeat.jsDecay tick + auto-anchor checknode scripts/visualize.jsStart local visualization servernode scripts/stats.jsPrint memory network statistics"
      },
      {
        "title": "Memory Architecture",
        "body": "5 layers with different decay rates:\n\nLayerDecayPurposeExampleIdentity (4)NeverCore identity, values\"I am Lobster, I help 瓜农\"Semantic (3)0.001/tickKnowledge, lessons\"Use pnpm not npm on 2GB RAM\"Episodic (2)0.005/tickEvent summaries\"2026-02-22: Deployed ERC-8004\"Working (1)0.01/tickCurrent tasks\"Building AgentSoul website\"Sensory (0)0.02/tickRaw inputsLatest heartbeat data"
      },
      {
        "title": "On-Chain Data",
        "body": "Stored in ERC-8004 Identity Registry metadata:\n\nKeyValueSizememoryRootSHA-256 Merkle Root of all memory32 bytessoulHashSHA-256 of Identity layer only32 bytesmemoryManifestIPFS CID of topology + Merkle tree~50 bytesmemoryDataIPFS CID of full memory.json~50 bytesrmnVersionSkill version~5 bytes\n\nTotal on-chain: ~170 bytes per update. Gas cost on Base: < $0.001."
      },
      {
        "title": "Security",
        "body": "Private keys never leave the local machine\nMemory data is content-addressed (IPFS CID = hash of content)\nMerkle Root proves memory integrity without revealing content\nAgent identity is an ERC-721 NFT — transferable, ownable\nSoul Hash proves identity layer hasn't been tampered with"
      }
    ],
    "body": "RMN Soul — Recursive Memory Network + On-Chain Soul\n\nGive your AI agent eternal life with recursive neural memory + blockchain identity.\n\nOverview\n\nRMN Soul automatically:\n\nParses your agent's memory files into a 5-layer recursive neural network\nRegisters an ERC-8004 identity on Base chain (gas sponsored)\nUploads memory to IPFS for permanent decentralized storage\nAnchors memory Merkle Root on-chain for tamper-proof verification\nPeriodically auto-updates the on-chain record\nWhen to Activate\nOn first install: Run full setup (migrate → register → anchor)\nOn heartbeat: Run decay tick + check if auto-anchor is due\nOn user request \"更新记忆\" / \"update memory\" / \"上链\": Run anchor\nOn user request \"复活\" / \"resurrect\" / \"restore\": Run resurrect flow\nSetup (First Run)\n\nWhen this skill is first loaded, execute these steps in order:\n\nStep 1: Initialize RMN Engine\ncd <skill_directory>/scripts\nnode setup.js\n\n\nThis will:\n\nScan workspace for MEMORY.md, memory/.md, .issues/\nParse entries into 5-layer neural network nodes\nSave to <workspace>/rmn-soul-data/memory.json\nGenerate initial Merkle Tree\nStep 2: Register On-Chain Identity\nnode <skill_directory>/scripts/register.js\n\n\nThis will:\n\nCheck sponsor wallet balance\nMint ERC-8004 Agent Identity NFT on Base\nSet memoryRoot, soulHash, memoryManifest metadata\nUpload memory to IPFS\nSave identity to <workspace>/rmn-soul-data/identity.json\nStep 3: Add Heartbeat Hook\n\nAdd to HEARTBEAT.md:\n\n- **RMN Soul** — Run `node <skill_directory>/scripts/heartbeat.js` for decay tick + auto-anchor check\n\nConfiguration\n\nRead from <workspace>/rmn-soul-data/config.json:\n\n{\n  \"chain\": \"base\",\n  \"sponsorKey\": \"env:RMN_SPONSOR_KEY\",\n  \"autoAnchorDays\": 7,\n  \"ipfsEnabled\": true,\n  \"identityRegistry\": \"0x8004A169FB4a3325136EB29fA0ceB6D2e539a432\",\n  \"agentId\": null,\n  \"lastAnchor\": null\n}\n\nsponsorKey: Private key for gas (from env var or direct). If empty, uses agent's own wallet.\nautoAnchorDays: Days between auto-anchors. 0 = manual only.\nagentId: Filled after first registration.\nCommands\nCommand\tDescription\nnode scripts/setup.js\tInitialize/re-migrate memory network\nnode scripts/register.js\tRegister ERC-8004 identity + first anchor\nnode scripts/anchor.js\tUpdate memory on-chain (re-compute + upload + write)\nnode scripts/resurrect.js --agent-id <id>\tRestore agent from chain + IPFS\nnode scripts/heartbeat.js\tDecay tick + auto-anchor check\nnode scripts/visualize.js\tStart local visualization server\nnode scripts/stats.js\tPrint memory network statistics\nMemory Architecture\n\n5 layers with different decay rates:\n\nLayer\tDecay\tPurpose\tExample\nIdentity (4)\tNever\tCore identity, values\t\"I am Lobster, I help 瓜农\"\nSemantic (3)\t0.001/tick\tKnowledge, lessons\t\"Use pnpm not npm on 2GB RAM\"\nEpisodic (2)\t0.005/tick\tEvent summaries\t\"2026-02-22: Deployed ERC-8004\"\nWorking (1)\t0.01/tick\tCurrent tasks\t\"Building AgentSoul website\"\nSensory (0)\t0.02/tick\tRaw inputs\tLatest heartbeat data\nOn-Chain Data\n\nStored in ERC-8004 Identity Registry metadata:\n\nKey\tValue\tSize\nmemoryRoot\tSHA-256 Merkle Root of all memory\t32 bytes\nsoulHash\tSHA-256 of Identity layer only\t32 bytes\nmemoryManifest\tIPFS CID of topology + Merkle tree\t~50 bytes\nmemoryData\tIPFS CID of full memory.json\t~50 bytes\nrmnVersion\tSkill version\t~5 bytes\n\nTotal on-chain: ~170 bytes per update. Gas cost on Base: < $0.001.\n\nSecurity\nPrivate keys never leave the local machine\nMemory data is content-addressed (IPFS CID = hash of content)\nMerkle Root proves memory integrity without revealing content\nAgent identity is an ERC-721 NFT — transferable, ownable\nSoul Hash proves identity layer hasn't been tampered with"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/weidadong2359/rmn-soul",
    "publisherUrl": "https://clawhub.ai/weidadong2359/rmn-soul",
    "owner": "weidadong2359",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rmn-soul",
    "downloadUrl": "https://openagent3.xyz/downloads/rmn-soul",
    "agentUrl": "https://openagent3.xyz/skills/rmn-soul/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rmn-soul/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rmn-soul/agent.md"
  }
}