{
  "schemaVersion": "1.0",
  "item": {
    "slug": "spacescan",
    "name": "Spacescan",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Koba42Corp/spacescan",
    "canonicalUrl": "https://clawhub.ai/Koba42Corp/spacescan",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/spacescan",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spacescan",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "cli.js",
      "index.js",
      "install.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-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/spacescan"
    },
    "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/spacescan",
    "agentPageUrl": "https://openagent3.xyz/skills/spacescan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spacescan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spacescan/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": "Spacescan Skill",
        "body": "Explore the Chia blockchain via Spacescan.io API."
      },
      {
        "title": "What It Does",
        "body": "View blocks and transactions\nCheck address balances\nMonitor network statistics\nSearch blockchain data\nTrack CAT tokens and NFTs\nGet XCH price"
      },
      {
        "title": "⚠️ API Key Required",
        "body": "Spacescan requires an API key. Get yours at: https://www.spacescan.io/apis\n\nSet the environment variable:\n\nexport SPACESCAN_API_KEY=your_key_here\n\nOr add to your shell profile (~/.zshrc or ~/.bashrc):\n\necho 'export SPACESCAN_API_KEY=your_key_here' >> ~/.zshrc\nsource ~/.zshrc"
      },
      {
        "title": "Commands",
        "body": "All commands can be triggered via:\n\n/scan <command> in Telegram\n/spacescan <command> in Telegram\nscan <command> in CLI\nspacescan <command> in CLI"
      },
      {
        "title": "Blocks",
        "body": "/scan block latest          Get latest block\n/scan block <height>        Get block by height\n/scan block <hash>          Get block by hash\n/scan blocks <start> <end>  Get block range"
      },
      {
        "title": "Transactions",
        "body": "/scan tx <id>               Get transaction details"
      },
      {
        "title": "Addresses",
        "body": "/scan address <addr>        Get address info\n/scan address balance <a>   Get address balance\n/scan address txs <addr>    Get recent transactions"
      },
      {
        "title": "Coins",
        "body": "/scan coin <id>             Get coin details"
      },
      {
        "title": "Network",
        "body": "/scan stats                 Network statistics\n/scan network               Network info\n/scan space                 Network space (EiB)\n/scan mempool               Mempool status\n/scan price                 XCH price"
      },
      {
        "title": "Tokens",
        "body": "/scan cats                  List CAT tokens\n/scan cat <id>              Get CAT details"
      },
      {
        "title": "NFTs",
        "body": "/scan nft <id>              Get NFT details"
      },
      {
        "title": "Search",
        "body": "/scan search <query>        Search blockchain\n/scan <long_hash>           Quick search"
      },
      {
        "title": "Agent Usage",
        "body": "const { handleCommand } = require('./skills/spacescan');\n\n// Requires SPACESCAN_API_KEY environment variable\nconst output = await handleCommand('block latest');"
      },
      {
        "title": "API Client",
        "body": "const SpacescanAPI = require('./skills/spacescan/lib/api');\nconst api = new SpacescanAPI('your-api-key');\n\n// Get latest block\nconst block = await api.getLatestBlock();\n\n// Get address balance\nconst balance = await api.getAddressBalance('xch1...');\n\n// Get network stats\nconst stats = await api.getNetworkStats();\n\n// Search\nconst result = await api.search('xch1...');"
      },
      {
        "title": "Installation",
        "body": "cd skills/spacescan\nnpm install\nchmod +x cli.js\nnpm link  # Makes 'scan' and 'spacescan' global"
      },
      {
        "title": "Configuration",
        "body": "Required: Set your API key\n\nexport SPACESCAN_API_KEY=your_key_here\n\nGet your key at: https://www.spacescan.io/apis\n\nFree tier available with rate limits."
      },
      {
        "title": "Examples",
        "body": "Check latest block:\n\n/scan block latest\n\nGet address balance:\n\n/scan address balance xch1...\n\nNetwork stats:\n\n/scan stats\n\nXCH price:\n\n/scan price"
      },
      {
        "title": "Support",
        "body": "Spacescan: https://www.spacescan.io\nAPI Plans: https://www.spacescan.io/apis\nBug reports: File in skill repository"
      }
    ],
    "body": "Spacescan Skill\n\nExplore the Chia blockchain via Spacescan.io API.\n\nWhat It Does\nView blocks and transactions\nCheck address balances\nMonitor network statistics\nSearch blockchain data\nTrack CAT tokens and NFTs\nGet XCH price\n⚠️ API Key Required\n\nSpacescan requires an API key. Get yours at: https://www.spacescan.io/apis\n\nSet the environment variable:\n\nexport SPACESCAN_API_KEY=your_key_here\n\n\nOr add to your shell profile (~/.zshrc or ~/.bashrc):\n\necho 'export SPACESCAN_API_KEY=your_key_here' >> ~/.zshrc\nsource ~/.zshrc\n\nCommands\n\nAll commands can be triggered via:\n\n/scan <command> in Telegram\n/spacescan <command> in Telegram\nscan <command> in CLI\nspacescan <command> in CLI\nBlocks\n/scan block latest          Get latest block\n/scan block <height>        Get block by height\n/scan block <hash>          Get block by hash\n/scan blocks <start> <end>  Get block range\n\nTransactions\n/scan tx <id>               Get transaction details\n\nAddresses\n/scan address <addr>        Get address info\n/scan address balance <a>   Get address balance\n/scan address txs <addr>    Get recent transactions\n\nCoins\n/scan coin <id>             Get coin details\n\nNetwork\n/scan stats                 Network statistics\n/scan network               Network info\n/scan space                 Network space (EiB)\n/scan mempool               Mempool status\n/scan price                 XCH price\n\nTokens\n/scan cats                  List CAT tokens\n/scan cat <id>              Get CAT details\n\nNFTs\n/scan nft <id>              Get NFT details\n\nSearch\n/scan search <query>        Search blockchain\n/scan <long_hash>           Quick search\n\nAgent Usage\nconst { handleCommand } = require('./skills/spacescan');\n\n// Requires SPACESCAN_API_KEY environment variable\nconst output = await handleCommand('block latest');\n\nAPI Client\nconst SpacescanAPI = require('./skills/spacescan/lib/api');\nconst api = new SpacescanAPI('your-api-key');\n\n// Get latest block\nconst block = await api.getLatestBlock();\n\n// Get address balance\nconst balance = await api.getAddressBalance('xch1...');\n\n// Get network stats\nconst stats = await api.getNetworkStats();\n\n// Search\nconst result = await api.search('xch1...');\n\nInstallation\ncd skills/spacescan\nnpm install\nchmod +x cli.js\nnpm link  # Makes 'scan' and 'spacescan' global\n\nConfiguration\n\nRequired: Set your API key\n\nexport SPACESCAN_API_KEY=your_key_here\n\n\nGet your key at: https://www.spacescan.io/apis\n\nFree tier available with rate limits.\n\nExamples\n\nCheck latest block:\n\n/scan block latest\n\n\nGet address balance:\n\n/scan address balance xch1...\n\n\nNetwork stats:\n\n/scan stats\n\n\nXCH price:\n\n/scan price\n\nSupport\nSpacescan: https://www.spacescan.io\nAPI Plans: https://www.spacescan.io/apis\nBug reports: File in skill repository"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Koba42Corp/spacescan",
    "publisherUrl": "https://clawhub.ai/Koba42Corp/spacescan",
    "owner": "Koba42Corp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/spacescan",
    "downloadUrl": "https://openagent3.xyz/downloads/spacescan",
    "agentUrl": "https://openagent3.xyz/skills/spacescan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spacescan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spacescan/agent.md"
  }
}