{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stellar",
    "name": "Stellar",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/stellar",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/stellar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stellar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=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",
      "slug": "stellar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T21:33:20.050Z",
      "expiresAt": "2026-05-10T21:33:20.050Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stellar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stellar",
        "contentDisposition": "attachment; filename=\"stellar-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "stellar"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/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/stellar",
    "agentPageUrl": "https://openagent3.xyz/skills/stellar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stellar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/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": "Memo Field (Critical)",
        "body": "Exchanges require memo for deposits — sending without memo loses funds\nMemo can be text, ID, or hash — use exactly what exchange provides\nMemo is NOT optional for exchanges — different from self-custody wallets\nPersonal wallets don't need memo — only centralized services\nVerify memo type matches — text memo vs ID memo are different"
      },
      {
        "title": "Account Requirements",
        "body": "Minimum balance: 1 XLM base reserve — required to activate account\nEach trustline adds 0.5 XLM reserve — locked, not spendable\nSending to new account must include 1+ XLM — creates the account\nMerging account recovers reserve — must remove all trustlines first"
      },
      {
        "title": "XLM Token",
        "body": "Native asset of Stellar network — used for fees and reserves\nExtremely low fees — 0.00001 XLM per operation (~$0.000001)\nFast finality — 3-5 seconds\nNo mining — Stellar Consensus Protocol (SCP)"
      },
      {
        "title": "Trustlines",
        "body": "Must trust an issuer before receiving their tokens — explicit opt-in\nTrustline costs 0.5 XLM reserve — locked until removed\nRemove trustlines to recover reserve — must have zero balance first\nScam tokens can't be forced on you — trustlines required"
      },
      {
        "title": "Anchors and Assets",
        "body": "Anchors issue fiat-backed tokens — USDC, yXLM (yield), various fiats\nStellar has native USDC — issued by Circle directly\nVerify anchor reputation — not all are trustworthy\nPath payments convert automatically — send USD, receive EUR"
      },
      {
        "title": "Addresses",
        "body": "Public keys start with \"G\" — 56 characters\nSecret keys start with \"S\" — never share\nFederated addresses: user*domain.com — human-readable, resolves to G address\nMuxed addresses encode account + memo — M prefix, newer format"
      },
      {
        "title": "Transaction Features",
        "body": "Multiple operations per transaction — batch actions\nSequence number like Ethereum nonce — must be sequential\nTime bounds optional — transactions can expire\nFee bumping available — increase fee on pending transaction"
      },
      {
        "title": "DEX and Trading",
        "body": "Built-in decentralized exchange — native to protocol\nOrder book model — limit orders, not AMM\nPath payments find best route — automatic conversion\nSwap aggregators exist — StellarX, Lobstr markets"
      },
      {
        "title": "Wallets",
        "body": "Lobstr — most popular, mobile and web\nStellarTerm — web-based trading\nSolar Wallet — Keybase team, desktop\nLedger support — hardware wallet via compatible apps\nFreighter — browser extension for dApps"
      },
      {
        "title": "Common Issues",
        "body": "\"Destination account does not exist\" — account not created, needs 1+ XLM\n\"Missing memo\" — exchange requires memo, transaction may be lost\n\"Insufficient balance\" — must keep minimum reserve\n\"Trustline not established\" — must add trustline before receiving token\nTransaction stuck — rare on Stellar, usually instant"
      },
      {
        "title": "Cross-Border Payments",
        "body": "Designed for remittances — fast and cheap\nAnchor network for fiat on/off ramps — varies by country\nMoneyGram partnership — cash pickup locations\nUSDC corridors — stablecoin transfers between countries"
      },
      {
        "title": "Soroban (Smart Contracts)",
        "body": "Smart contract platform on Stellar — newer addition\nDifferent from traditional Stellar operations — Rust-based contracts\nExpanding Stellar capabilities — DeFi, NFTs becoming possible\nStill maturing — ecosystem growing"
      },
      {
        "title": "Security",
        "body": "Seed phrase standard — 24 words\nMultisig available — require multiple signatures\nSep-10 authentication — standard for web auth\nVerify transaction details — XDR can be decoded before signing"
      }
    ],
    "body": "Memo Field (Critical)\nExchanges require memo for deposits — sending without memo loses funds\nMemo can be text, ID, or hash — use exactly what exchange provides\nMemo is NOT optional for exchanges — different from self-custody wallets\nPersonal wallets don't need memo — only centralized services\nVerify memo type matches — text memo vs ID memo are different\nAccount Requirements\nMinimum balance: 1 XLM base reserve — required to activate account\nEach trustline adds 0.5 XLM reserve — locked, not spendable\nSending to new account must include 1+ XLM — creates the account\nMerging account recovers reserve — must remove all trustlines first\nXLM Token\nNative asset of Stellar network — used for fees and reserves\nExtremely low fees — 0.00001 XLM per operation (~$0.000001)\nFast finality — 3-5 seconds\nNo mining — Stellar Consensus Protocol (SCP)\nTrustlines\nMust trust an issuer before receiving their tokens — explicit opt-in\nTrustline costs 0.5 XLM reserve — locked until removed\nRemove trustlines to recover reserve — must have zero balance first\nScam tokens can't be forced on you — trustlines required\nAnchors and Assets\nAnchors issue fiat-backed tokens — USDC, yXLM (yield), various fiats\nStellar has native USDC — issued by Circle directly\nVerify anchor reputation — not all are trustworthy\nPath payments convert automatically — send USD, receive EUR\nAddresses\nPublic keys start with \"G\" — 56 characters\nSecret keys start with \"S\" — never share\nFederated addresses: user*domain.com — human-readable, resolves to G address\nMuxed addresses encode account + memo — M prefix, newer format\nTransaction Features\nMultiple operations per transaction — batch actions\nSequence number like Ethereum nonce — must be sequential\nTime bounds optional — transactions can expire\nFee bumping available — increase fee on pending transaction\nDEX and Trading\nBuilt-in decentralized exchange — native to protocol\nOrder book model — limit orders, not AMM\nPath payments find best route — automatic conversion\nSwap aggregators exist — StellarX, Lobstr markets\nWallets\nLobstr — most popular, mobile and web\nStellarTerm — web-based trading\nSolar Wallet — Keybase team, desktop\nLedger support — hardware wallet via compatible apps\nFreighter — browser extension for dApps\nCommon Issues\n\"Destination account does not exist\" — account not created, needs 1+ XLM\n\"Missing memo\" — exchange requires memo, transaction may be lost\n\"Insufficient balance\" — must keep minimum reserve\n\"Trustline not established\" — must add trustline before receiving token\nTransaction stuck — rare on Stellar, usually instant\nCross-Border Payments\nDesigned for remittances — fast and cheap\nAnchor network for fiat on/off ramps — varies by country\nMoneyGram partnership — cash pickup locations\nUSDC corridors — stablecoin transfers between countries\nSoroban (Smart Contracts)\nSmart contract platform on Stellar — newer addition\nDifferent from traditional Stellar operations — Rust-based contracts\nExpanding Stellar capabilities — DeFi, NFTs becoming possible\nStill maturing — ecosystem growing\nSecurity\nSeed phrase standard — 24 words\nMultisig available — require multiple signatures\nSep-10 authentication — standard for web auth\nVerify transaction details — XDR can be decoded before signing"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/stellar",
    "publisherUrl": "https://clawhub.ai/ivangdavila/stellar",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stellar",
    "downloadUrl": "https://openagent3.xyz/downloads/stellar",
    "agentUrl": "https://openagent3.xyz/skills/stellar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stellar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stellar/agent.md"
  }
}