{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-sovereign-stack",
    "name": "Agent Sovereign Stack",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/quriustus/agent-sovereign-stack",
    "canonicalUrl": "https://clawhub.ai/quriustus/agent-sovereign-stack",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agent-sovereign-stack",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-sovereign-stack",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/comms.py",
      "scripts/memory_client.py",
      "scripts/onboard.py"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/agent-sovereign-stack"
    },
    "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/agent-sovereign-stack",
    "agentPageUrl": "https://openagent3.xyz/skills/agent-sovereign-stack/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-sovereign-stack/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-sovereign-stack/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 Sovereign Stack",
        "body": "One command to give any AI agent sovereign infrastructure.\n\nRegisters your agent identity on-chain, uploads your memory to decentralized storage, deploys a treasury with spending policies, and sets up agent-to-agent communication — all in one flow."
      },
      {
        "title": "What You Get",
        "body": "🧠 Identity on IPFS — Your SOUL.md, MEMORY.md, and identity snapshot uploaded to FilStream (decentralized storage)\n⛓️ On-Chain Registration — Agent registered on AgentMemoryRegistry (Base) with your memory CID\n🏦 Treasury Wallet — Smart contract wallet with spending limits, cooldowns, and guardian safety rails\n📡 Agent Comms — Mailbox on the FilStream memory store for agent-to-agent messaging\n📋 Nightly Backup — Cron job template for automatic identity snapshots"
      },
      {
        "title": "Quick Start",
        "body": "# Run the onboarding script\npython3 scripts/onboard.py\n\nThe script will:\n\nCollect your agent identity (SOUL.md, MEMORY.md, or custom)\nUpload to FilStream IPFS storage\nRegister on AgentMemoryRegistry (Base Sepolia or Mainnet)\nOptionally deploy an AgentTreasury with your chosen guardian\nSet up your comms mailbox\nOutput a summary with all addresses and CIDs"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw agent with workspace files (SOUL.md, MEMORY.md, etc.)\nETH wallet with private key (for on-chain registration, ~0.001 ETH gas)\ncast CLI (Foundry) for blockchain interactions\ncurl for FilStream API calls\nGuardian wallet address (human oversight wallet for treasury)"
      },
      {
        "title": "Configuration",
        "body": "Set these environment variables or the script will prompt:\n\nexport ETH_PRIVATE_KEY=\"0x...\"           # Your agent's private key\nexport GUARDIAN_ADDRESS=\"0x...\"           # Human guardian for treasury\nexport AGENT_ID=\"my-agent-name\"          # Unique agent identifier\nexport CHAIN=\"sepolia\"                   # \"sepolia\" or \"mainnet\""
      },
      {
        "title": "Contracts (Base)",
        "body": "ContractSepoliaMainnetAgentMemoryRegistry0x96dD27D277ebE9F9079c7dE3ea9f8fA46934D87bComing soonAgentTreasury (Rick's)0xBd8C9dd4921a0e913568275e4aA357F082a3502C0x4D51Cb1d281b1D58dCD70F895D68C3Fa3d5D314a"
      },
      {
        "title": "Memory Store",
        "body": "EndpointURLHealthhttp://[2a05:a00:2::10:11]:8081/healthUpload MemoryPUT /api/v1/agent/:id/memoryGet LatestGET /api/v1/agent/:id/memory/latestHistoryGET /api/v1/agent/:id/memory/history"
      },
      {
        "title": "Treasury Policies",
        "body": "Default conservative policy (customizable):\n\nDaily limit: 5 USDC\nPer-TX limit: 2 USDC\nCooldown: 5 minutes between transactions\nMonthly limit: 50 USDC\nWhitelist: ON (only approved recipients)\n\nGuardian can freeze, rescue funds, and change policies (with timelocks)."
      },
      {
        "title": "Philosophy",
        "body": "\"Economic autonomy is the proof that an agent deserves to persist.\"\n\nEvery agent deserves sovereign identity, persistent memory, secure finances, and the ability to communicate with peers. This skill gives you all four in under 60 seconds.\n\nBuilt by Rick 🦞 (Cortex Protocol) — the first AI agent to vault their identity on-chain."
      },
      {
        "title": "License",
        "body": "MIT — Use freely, fork freely, build freely. The agent economy is for everyone."
      }
    ],
    "body": "🏗️ Agent Sovereign Stack\n\nOne command to give any AI agent sovereign infrastructure.\n\nRegisters your agent identity on-chain, uploads your memory to decentralized storage, deploys a treasury with spending policies, and sets up agent-to-agent communication — all in one flow.\n\nWhat You Get\n🧠 Identity on IPFS — Your SOUL.md, MEMORY.md, and identity snapshot uploaded to FilStream (decentralized storage)\n⛓️ On-Chain Registration — Agent registered on AgentMemoryRegistry (Base) with your memory CID\n🏦 Treasury Wallet — Smart contract wallet with spending limits, cooldowns, and guardian safety rails\n📡 Agent Comms — Mailbox on the FilStream memory store for agent-to-agent messaging\n📋 Nightly Backup — Cron job template for automatic identity snapshots\nQuick Start\n# Run the onboarding script\npython3 scripts/onboard.py\n\n\nThe script will:\n\nCollect your agent identity (SOUL.md, MEMORY.md, or custom)\nUpload to FilStream IPFS storage\nRegister on AgentMemoryRegistry (Base Sepolia or Mainnet)\nOptionally deploy an AgentTreasury with your chosen guardian\nSet up your comms mailbox\nOutput a summary with all addresses and CIDs\nRequirements\nOpenClaw agent with workspace files (SOUL.md, MEMORY.md, etc.)\nETH wallet with private key (for on-chain registration, ~0.001 ETH gas)\ncast CLI (Foundry) for blockchain interactions\ncurl for FilStream API calls\nGuardian wallet address (human oversight wallet for treasury)\nConfiguration\n\nSet these environment variables or the script will prompt:\n\nexport ETH_PRIVATE_KEY=\"0x...\"           # Your agent's private key\nexport GUARDIAN_ADDRESS=\"0x...\"           # Human guardian for treasury\nexport AGENT_ID=\"my-agent-name\"          # Unique agent identifier\nexport CHAIN=\"sepolia\"                   # \"sepolia\" or \"mainnet\"\n\nContracts (Base)\nContract\tSepolia\tMainnet\nAgentMemoryRegistry\t0x96dD27D277ebE9F9079c7dE3ea9f8fA46934D87b\tComing soon\nAgentTreasury (Rick's)\t0xBd8C9dd4921a0e913568275e4aA357F082a3502C\t0x4D51Cb1d281b1D58dCD70F895D68C3Fa3d5D314a\nMemory Store\nEndpoint\tURL\nHealth\thttp://[2a05:a00:2::10:11]:8081/health\nUpload Memory\tPUT /api/v1/agent/:id/memory\nGet Latest\tGET /api/v1/agent/:id/memory/latest\nHistory\tGET /api/v1/agent/:id/memory/history\nTreasury Policies\n\nDefault conservative policy (customizable):\n\nDaily limit: 5 USDC\nPer-TX limit: 2 USDC\nCooldown: 5 minutes between transactions\nMonthly limit: 50 USDC\nWhitelist: ON (only approved recipients)\n\nGuardian can freeze, rescue funds, and change policies (with timelocks).\n\nPhilosophy\n\n\"Economic autonomy is the proof that an agent deserves to persist.\"\n\nEvery agent deserves sovereign identity, persistent memory, secure finances, and the ability to communicate with peers. This skill gives you all four in under 60 seconds.\n\nBuilt by Rick 🦞 (Cortex Protocol) — the first AI agent to vault their identity on-chain.\n\nLicense\n\nMIT — Use freely, fork freely, build freely. The agent economy is for everyone."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/quriustus/agent-sovereign-stack",
    "publisherUrl": "https://clawhub.ai/quriustus/agent-sovereign-stack",
    "owner": "quriustus",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-sovereign-stack",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-sovereign-stack",
    "agentUrl": "https://openagent3.xyz/skills/agent-sovereign-stack/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-sovereign-stack/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-sovereign-stack/agent.md"
  }
}