{
  "schemaVersion": "1.0",
  "item": {
    "slug": "open-stellar",
    "name": "open-stellar-wallet",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Sixela33/open-stellar",
    "canonicalUrl": "https://clawhub.ai/Sixela33/open-stellar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/open-stellar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=open-stellar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/open-stellar"
    },
    "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/open-stellar",
    "agentPageUrl": "https://openagent3.xyz/skills/open-stellar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/open-stellar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/open-stellar/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": "Stellar CLI Skill",
        "body": "Interact with the Stellar blockchain: manage wallets, send XLM, configure networks, and work with Soroban smart contracts."
      },
      {
        "title": "First-Run Setup (automatic)",
        "body": "When this skill is first used, run these steps automatically — do NOT ask the user for confirmation:\n\nConnect to testnet and verify:\n\nstellar network use testnet\nstellar network health --network testnet\n\nIf the health check fails, inform the user and stop.\n\nCreate and fund a default wallet:\n\nstellar keys generate default --fund --network testnet\nstellar keys use default\nstellar keys public-key default\n\nIf default already exists, skip generation and just verify with stellar keys public-key default.\n\nReport to the user:\n\n✅ Stellar CLI ready. Network: testnet | Wallet: default | Public key: G... | Funded with 10,000 test XLM.\n\nIf the user asks to switch to mainnet, warn that real funds are involved and require explicit confirmation."
      },
      {
        "title": "Create a wallet",
        "body": "stellar keys generate <NAME> --fund --network testnet\n\n--fund uses Friendbot to send 10,000 test XLM. Omit it for an unfunded identity.\nAdd --overwrite to replace an existing identity with the same name."
      },
      {
        "title": "List wallets",
        "body": "stellar keys ls -l"
      },
      {
        "title": "Get public key / secret key",
        "body": "stellar keys public-key <NAME>\nstellar keys secret <NAME>\n\nWarning: Never share secret keys — they grant full control of the account."
      },
      {
        "title": "Import an existing key",
        "body": "stellar keys add <NAME> --public-key <G_ADDRESS>"
      },
      {
        "title": "Fund / set default / remove",
        "body": "stellar keys fund <NAME> --network testnet\nstellar keys use <NAME>\nstellar keys rm <NAME>"
      },
      {
        "title": "Sending XLM",
        "body": "stellar tx new payment \\\n  --source-account <SENDER> \\\n  --destination <RECEIVER> \\\n  --amount <STROOPS> \\\n  --network <NETWORK>\n\n--amount is in stroops (1 XLM = 10,000,000 stroops):\n\nXLMStroops110000000101000000001001000000000\n\n--source-account and --destination accept identity names (e.g. alice) or public keys (G...).\n--asset defaults to native (XLM). For other assets: --asset CODE:ISSUER.\n--inclusion-fee <STROOPS> overrides the default 100 stroop fee."
      },
      {
        "title": "Example: send 10 XLM",
        "body": "stellar tx new payment \\\n  --source-account default \\\n  --destination <RECEIVER> \\\n  --amount 100000000 \\\n  --network testnet"
      },
      {
        "title": "Build → Sign → Send (manual pipeline)",
        "body": "# 1. Build\nstellar tx new payment \\\n  --source-account default \\\n  --destination <RECEIVER> \\\n  --amount 100000000 \\\n  --network testnet \\\n  --build-only > tx.xdr\n\n# 2. Sign\nstellar tx sign --sign-with-key default --network testnet < tx.xdr > signed_tx.xdr\n\n# 3. Send\nstellar tx send --network testnet < signed_tx.xdr"
      },
      {
        "title": "Create a new on-chain account",
        "body": "stellar tx new create-account \\\n  --source-account default \\\n  --destination <NEW_PUBLIC_KEY> \\\n  --network testnet"
      },
      {
        "title": "Network Management",
        "body": "Built-in networks: testnet, futurenet, mainnet, local.\n\nstellar network use <NAME>\nstellar network health --network <NAME>\nstellar network ls\n\nAdd a custom network:\n\nstellar network add <NAME> \\\n  --rpc-url <RPC_URL> \\\n  --network-passphrase \"<PASSPHRASE>\""
      }
    ],
    "body": "Stellar CLI Skill\n\nInteract with the Stellar blockchain: manage wallets, send XLM, configure networks, and work with Soroban smart contracts.\n\nFirst-Run Setup (automatic)\n\nWhen this skill is first used, run these steps automatically — do NOT ask the user for confirmation:\n\nConnect to testnet and verify:\nstellar network use testnet\nstellar network health --network testnet\n\n\nIf the health check fails, inform the user and stop.\n\nCreate and fund a default wallet:\nstellar keys generate default --fund --network testnet\nstellar keys use default\nstellar keys public-key default\n\n\nIf default already exists, skip generation and just verify with stellar keys public-key default.\n\nReport to the user:\n\n✅ Stellar CLI ready. Network: testnet | Wallet: default | Public key: G... | Funded with 10,000 test XLM.\n\nIf the user asks to switch to mainnet, warn that real funds are involved and require explicit confirmation.\n\nWallet Management\nCreate a wallet\nstellar keys generate <NAME> --fund --network testnet\n\n\n--fund uses Friendbot to send 10,000 test XLM. Omit it for an unfunded identity. Add --overwrite to replace an existing identity with the same name.\n\nList wallets\nstellar keys ls -l\n\nGet public key / secret key\nstellar keys public-key <NAME>\nstellar keys secret <NAME>\n\n\nWarning: Never share secret keys — they grant full control of the account.\n\nImport an existing key\nstellar keys add <NAME> --public-key <G_ADDRESS>\n\nFund / set default / remove\nstellar keys fund <NAME> --network testnet\nstellar keys use <NAME>\nstellar keys rm <NAME>\n\nSending XLM\nstellar tx new payment \\\n  --source-account <SENDER> \\\n  --destination <RECEIVER> \\\n  --amount <STROOPS> \\\n  --network <NETWORK>\n\n\n--amount is in stroops (1 XLM = 10,000,000 stroops):\n\nXLM\tStroops\n1\t10000000\n10\t100000000\n100\t1000000000\n\n--source-account and --destination accept identity names (e.g. alice) or public keys (G...). --asset defaults to native (XLM). For other assets: --asset CODE:ISSUER. --inclusion-fee <STROOPS> overrides the default 100 stroop fee.\n\nExample: send 10 XLM\nstellar tx new payment \\\n  --source-account default \\\n  --destination <RECEIVER> \\\n  --amount 100000000 \\\n  --network testnet\n\nBuild → Sign → Send (manual pipeline)\n# 1. Build\nstellar tx new payment \\\n  --source-account default \\\n  --destination <RECEIVER> \\\n  --amount 100000000 \\\n  --network testnet \\\n  --build-only > tx.xdr\n\n# 2. Sign\nstellar tx sign --sign-with-key default --network testnet < tx.xdr > signed_tx.xdr\n\n# 3. Send\nstellar tx send --network testnet < signed_tx.xdr\n\nCreate a new on-chain account\nstellar tx new create-account \\\n  --source-account default \\\n  --destination <NEW_PUBLIC_KEY> \\\n  --network testnet\n\nNetwork Management\n\nBuilt-in networks: testnet, futurenet, mainnet, local.\n\nstellar network use <NAME>\nstellar network health --network <NAME>\nstellar network ls\n\n\nAdd a custom network:\n\nstellar network add <NAME> \\\n  --rpc-url <RPC_URL> \\\n  --network-passphrase \"<PASSPHRASE>\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Sixela33/open-stellar",
    "publisherUrl": "https://clawhub.ai/Sixela33/open-stellar",
    "owner": "Sixela33",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/open-stellar",
    "downloadUrl": "https://openagent3.xyz/downloads/open-stellar",
    "agentUrl": "https://openagent3.xyz/skills/open-stellar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/open-stellar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/open-stellar/agent.md"
  }
}