{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sage-wallet",
    "name": "Sage Wallet",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Koba42Corp/sage-wallet",
    "canonicalUrl": "https://clawhub.ai/Koba42Corp/sage-wallet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sage-wallet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sage-wallet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/endpoints.md",
      "scripts/sage-config.sh",
      "scripts/sage-rpc.sh",
      "scripts/test-config.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-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/sage-wallet"
    },
    "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/sage-wallet",
    "agentPageUrl": "https://openagent3.xyz/skills/sage-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sage-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sage-wallet/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": "Sage Wallet Skill",
        "body": "RPC interface to Sage wallet for Chia blockchain operations."
      },
      {
        "title": "Configuration",
        "body": "User settings stored in {workspace}/config/sage-wallet.json:\n\n{\n  \"platform\": \"auto\",\n  \"rpc_url\": \"https://127.0.0.1:9257\",\n  \"cert_path\": null,\n  \"key_path\": null,\n  \"fingerprint\": null,\n  \"auto_login\": false\n}"
      },
      {
        "title": "Platform Defaults",
        "body": "PlatformCert PathKey Pathmac~/Library/Application Support/com.rigidnetwork.sage/ssl/wallet.crt...wallet.keylinux~/.local/share/sage/ssl/wallet.crt...wallet.keywindows%APPDATA%\\com.rigidnetwork.sage\\ssl\\wallet.crt...wallet.key\n\nWhen platform is \"auto\", detect via uname -s."
      },
      {
        "title": "Configuration",
        "body": "CommandAction/sage statusShow config and test connection/sage configDisplay current settings/sage config platform <auto|mac|linux|windows>Set platform/sage config rpc <url>Set RPC URL/sage config cert <path>Set SSL cert path/sage config key <path>Set SSL key path/sage config fingerprint <fp>Set default wallet fingerprint/sage config autologin <on|off>Toggle auto-login/sage config resetReset to defaults"
      },
      {
        "title": "Operations",
        "body": "Route to appropriate sub-skill based on domain:\n\nDomainSub-SkillExample CommandsAuth & Keyssage-auth/sage login, /sage logout, /sage keysXCHsage-xch/sage send xch, /sage balance, /sage combineCAT Tokenssage-cat/sage cats, /sage send cat, /sage issue catNFTssage-nft/sage nfts, /sage mint nft, /sage transfer nftDIDssage-did/sage dids, /sage create didOfferssage-offers/sage offers, /sage make offer, /sage take offerOptionssage-options/sage options, /sage mint optionCoinssage-coins/sage coins, /sage check addressTransactionssage-txn/sage pending, /sage submitNetworksage-network/sage peers, /sage networkSystemsage-system/sage sync, /sage versionWalletConnectsage-walletconnect/sage wc sign"
      },
      {
        "title": "Global Parameters",
        "body": "All commands accept optional overrides:\n\n--fingerprint <fp> — Use specific wallet\n--rpc <url> — Override RPC URL\n--cert <path> — Override cert path\n--key <path> — Override key path"
      },
      {
        "title": "Scripts",
        "body": "scripts/sage-config.sh — Config management\nscripts/sage-rpc.sh — RPC caller with mTLS"
      },
      {
        "title": "Making RPC Calls",
        "body": "# Source the RPC helper\nsource scripts/sage-rpc.sh\n\n# Call an endpoint\nsage_rpc \"get_sync_status\" '{}'\nsage_rpc \"send_xch\" '{\"address\":\"xch1...\",\"amount\":\"1000000000000\",\"fee\":\"100000000\"}'"
      },
      {
        "title": "Sub-Skills",
        "body": "Each sub-skill handles a specific domain. Load the appropriate one based on the operation:\n\nSub-SkillWhen to Loadsage-authLogin, logout, key management, mnemonicssage-xchSend/receive XCH, combine, split coinssage-catCAT token operationssage-nftNFT minting, transfers, collectionssage-didDID creation and managementsage-offersOffer creation, acceptance, cancellationsage-optionsOptions protocol operationssage-coinsCoin queries, address validationsage-txnTransaction signing, submissionsage-networkPeer and network settingssage-systemSync status, version, databasesage-walletconnectWalletConnect integration"
      },
      {
        "title": "First Run",
        "body": "On first invocation:\n\nCheck for config file; create if missing\nDetect platform if set to \"auto\"\nVerify cert/key files exist\nIf missing, prompt user to configure paths\nTest connection with GetVersion\n\nIf certs not found, guide user:\n\nSage certificates not found. Configure with:\n  /sage config cert /path/to/wallet.crt\n  /sage config key /path/to/wallet.key"
      },
      {
        "title": "Error Handling",
        "body": "RPC errors return HTTP status codes:\n\n400 — Bad request (invalid params)\n401 — Unauthorized (cert mismatch)\n404 — Not found\n500 — Internal error\n\nAlways check response for error field before processing data."
      },
      {
        "title": "Amount Formatting",
        "body": "Sage uses mojos (1 XCH = 1,000,000,000,000 mojos). The Amount type in requests/responses is a string representing mojos. Convert for display:\n\n1 XCH = \"1000000000000\"\n0.001 XCH = \"1000000000\""
      }
    ],
    "body": "Sage Wallet Skill\n\nRPC interface to Sage wallet for Chia blockchain operations.\n\nConfiguration\n\nUser settings stored in {workspace}/config/sage-wallet.json:\n\n{\n  \"platform\": \"auto\",\n  \"rpc_url\": \"https://127.0.0.1:9257\",\n  \"cert_path\": null,\n  \"key_path\": null,\n  \"fingerprint\": null,\n  \"auto_login\": false\n}\n\nPlatform Defaults\nPlatform\tCert Path\tKey Path\nmac\t~/Library/Application Support/com.rigidnetwork.sage/ssl/wallet.crt\t...wallet.key\nlinux\t~/.local/share/sage/ssl/wallet.crt\t...wallet.key\nwindows\t%APPDATA%\\com.rigidnetwork.sage\\ssl\\wallet.crt\t...wallet.key\n\nWhen platform is \"auto\", detect via uname -s.\n\nSlash Commands\nConfiguration\nCommand\tAction\n/sage status\tShow config and test connection\n/sage config\tDisplay current settings\n/sage config platform <auto|mac|linux|windows>\tSet platform\n/sage config rpc <url>\tSet RPC URL\n/sage config cert <path>\tSet SSL cert path\n/sage config key <path>\tSet SSL key path\n/sage config fingerprint <fp>\tSet default wallet fingerprint\n/sage config autologin <on|off>\tToggle auto-login\n/sage config reset\tReset to defaults\nOperations\n\nRoute to appropriate sub-skill based on domain:\n\nDomain\tSub-Skill\tExample Commands\nAuth & Keys\tsage-auth\t/sage login, /sage logout, /sage keys\nXCH\tsage-xch\t/sage send xch, /sage balance, /sage combine\nCAT Tokens\tsage-cat\t/sage cats, /sage send cat, /sage issue cat\nNFTs\tsage-nft\t/sage nfts, /sage mint nft, /sage transfer nft\nDIDs\tsage-did\t/sage dids, /sage create did\nOffers\tsage-offers\t/sage offers, /sage make offer, /sage take offer\nOptions\tsage-options\t/sage options, /sage mint option\nCoins\tsage-coins\t/sage coins, /sage check address\nTransactions\tsage-txn\t/sage pending, /sage submit\nNetwork\tsage-network\t/sage peers, /sage network\nSystem\tsage-system\t/sage sync, /sage version\nWalletConnect\tsage-walletconnect\t/sage wc sign\nGlobal Parameters\n\nAll commands accept optional overrides:\n\n--fingerprint <fp> — Use specific wallet\n--rpc <url> — Override RPC URL\n--cert <path> — Override cert path\n--key <path> — Override key path\nScripts\nscripts/sage-config.sh — Config management\nscripts/sage-rpc.sh — RPC caller with mTLS\nMaking RPC Calls\n# Source the RPC helper\nsource scripts/sage-rpc.sh\n\n# Call an endpoint\nsage_rpc \"get_sync_status\" '{}'\nsage_rpc \"send_xch\" '{\"address\":\"xch1...\",\"amount\":\"1000000000000\",\"fee\":\"100000000\"}'\n\nSub-Skills\n\nEach sub-skill handles a specific domain. Load the appropriate one based on the operation:\n\nSub-Skill\tWhen to Load\nsage-auth\tLogin, logout, key management, mnemonics\nsage-xch\tSend/receive XCH, combine, split coins\nsage-cat\tCAT token operations\nsage-nft\tNFT minting, transfers, collections\nsage-did\tDID creation and management\nsage-offers\tOffer creation, acceptance, cancellation\nsage-options\tOptions protocol operations\nsage-coins\tCoin queries, address validation\nsage-txn\tTransaction signing, submission\nsage-network\tPeer and network settings\nsage-system\tSync status, version, database\nsage-walletconnect\tWalletConnect integration\nFirst Run\n\nOn first invocation:\n\nCheck for config file; create if missing\nDetect platform if set to \"auto\"\nVerify cert/key files exist\nIf missing, prompt user to configure paths\nTest connection with GetVersion\n\nIf certs not found, guide user:\n\nSage certificates not found. Configure with:\n  /sage config cert /path/to/wallet.crt\n  /sage config key /path/to/wallet.key\n\nError Handling\n\nRPC errors return HTTP status codes:\n\n400 — Bad request (invalid params)\n401 — Unauthorized (cert mismatch)\n404 — Not found\n500 — Internal error\n\nAlways check response for error field before processing data.\n\nAmount Formatting\n\nSage uses mojos (1 XCH = 1,000,000,000,000 mojos). The Amount type in requests/responses is a string representing mojos. Convert for display:\n\n1 XCH = \"1000000000000\"\n0.001 XCH = \"1000000000\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Koba42Corp/sage-wallet",
    "publisherUrl": "https://clawhub.ai/Koba42Corp/sage-wallet",
    "owner": "Koba42Corp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sage-wallet",
    "downloadUrl": "https://openagent3.xyz/downloads/sage-wallet",
    "agentUrl": "https://openagent3.xyz/skills/sage-wallet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sage-wallet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sage-wallet/agent.md"
  }
}