{
  "schemaVersion": "1.0",
  "item": {
    "slug": "archon-vault",
    "name": "Archon Vault",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/macterra/archon-vault",
    "canonicalUrl": "https://clawhub.ai/macterra/archon-vault",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/archon-vault",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=archon-vault",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/backup/backup-to-vault.sh",
      "scripts/backup/disaster-recovery.sh",
      "scripts/backup/restore-from-vault.sh",
      "scripts/backup/verify-backup.sh"
    ],
    "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-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/archon-vault"
    },
    "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/archon-vault",
    "agentPageUrl": "https://openagent3.xyz/skills/archon-vault/agent",
    "manifestUrl": "https://openagent3.xyz/skills/archon-vault/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/archon-vault/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": "Archon Vault - Encrypted Distributed Storage",
        "body": "Manage DID vaults and backup/restore files. Data is encrypted client-side before transmission — only you (or vault members) can decrypt."
      },
      {
        "title": "Prerequisites",
        "body": "Archon identity configured (~/.archon.env with wallet path and passphrase)\nRun archon-keymaster first to create your DID if you don't have one"
      },
      {
        "title": "Backup Workspace to Vault",
        "body": "./scripts/backup/backup-to-vault.sh [vault-did]\n\nArchives ~/clawd and ~/.openclaw to your encrypted vault. Respects .backup-ignore files."
      },
      {
        "title": "Restore from Vault",
        "body": "./scripts/backup/restore-from-vault.sh <backup-did> [target-dir]"
      },
      {
        "title": "Verify Backup Integrity",
        "body": "./scripts/backup/verify-backup.sh <backup-did>"
      },
      {
        "title": "Disaster Recovery",
        "body": "./scripts/backup/disaster-recovery.sh\n\nFull recovery procedure with mnemonic."
      },
      {
        "title": "Create Vault",
        "body": "./scripts/vaults/create-vault.sh <vault-name>"
      },
      {
        "title": "Add/Remove Items",
        "body": "./scripts/vaults/add-vault-item.sh <vault-did> <item-did>\n./scripts/vaults/remove-vault-item.sh <vault-did> <item-did>\n./scripts/vaults/get-vault-item.sh <vault-did> <item-did>\n./scripts/vaults/list-vault-items.sh <vault-did>"
      },
      {
        "title": "Manage Vault Members (Multi-Party Access)",
        "body": "./scripts/vaults/add-vault-member.sh <vault-did> <member-did>\n./scripts/vaults/remove-vault-member.sh <vault-did> <member-did>\n./scripts/vaults/list-vault-members.sh <vault-did>"
      },
      {
        "title": "Security Notes",
        "body": "Backup scope: Archives ~/clawd and ~/.openclaw by default. Review .backup-ignore to exclude sensitive items.\n\n\nEncryption: All data encrypted before transmission to Archon gatekeeper/hyperswarm.\n\n\nVault members: Adding a member grants them decrypt access to vault contents.\n\n\nRecovery: Your 12-word mnemonic is the master key. Store it offline."
      }
    ],
    "body": "Archon Vault - Encrypted Distributed Storage\n\nManage DID vaults and backup/restore files. Data is encrypted client-side before transmission — only you (or vault members) can decrypt.\n\nPrerequisites\nArchon identity configured (~/.archon.env with wallet path and passphrase)\nRun archon-keymaster first to create your DID if you don't have one\nBackup Operations\nBackup Workspace to Vault\n./scripts/backup/backup-to-vault.sh [vault-did]\n\n\nArchives ~/clawd and ~/.openclaw to your encrypted vault. Respects .backup-ignore files.\n\nRestore from Vault\n./scripts/backup/restore-from-vault.sh <backup-did> [target-dir]\n\nVerify Backup Integrity\n./scripts/backup/verify-backup.sh <backup-did>\n\nDisaster Recovery\n./scripts/backup/disaster-recovery.sh\n\n\nFull recovery procedure with mnemonic.\n\nVault Management\nCreate Vault\n./scripts/vaults/create-vault.sh <vault-name>\n\nAdd/Remove Items\n./scripts/vaults/add-vault-item.sh <vault-did> <item-did>\n./scripts/vaults/remove-vault-item.sh <vault-did> <item-did>\n./scripts/vaults/get-vault-item.sh <vault-did> <item-did>\n./scripts/vaults/list-vault-items.sh <vault-did>\n\nManage Vault Members (Multi-Party Access)\n./scripts/vaults/add-vault-member.sh <vault-did> <member-did>\n./scripts/vaults/remove-vault-member.sh <vault-did> <member-did>\n./scripts/vaults/list-vault-members.sh <vault-did>\n\nSecurity Notes\n\nBackup scope: Archives ~/clawd and ~/.openclaw by default. Review .backup-ignore to exclude sensitive items.\n\nEncryption: All data encrypted before transmission to Archon gatekeeper/hyperswarm.\n\nVault members: Adding a member grants them decrypt access to vault contents.\n\nRecovery: Your 12-word mnemonic is the master key. Store it offline."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/macterra/archon-vault",
    "publisherUrl": "https://clawhub.ai/macterra/archon-vault",
    "owner": "macterra",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/archon-vault",
    "downloadUrl": "https://openagent3.xyz/downloads/archon-vault",
    "agentUrl": "https://openagent3.xyz/skills/archon-vault/agent",
    "manifestUrl": "https://openagent3.xyz/skills/archon-vault/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/archon-vault/agent.md"
  }
}