{
  "schemaVersion": "1.0",
  "item": {
    "slug": "unclaimed-sol-scanner",
    "name": "Unclaimed SOL Scanner",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/nedim1511/unclaimed-sol-scanner",
    "canonicalUrl": "https://clawhub.ai/nedim1511/unclaimed-sol-scanner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/unclaimed-sol-scanner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=unclaimed-sol-scanner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/scan.sh",
      "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. 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/unclaimed-sol-scanner"
    },
    "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/unclaimed-sol-scanner",
    "agentPageUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner/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": "Unclaimed SOL Scanner",
        "body": "Scan any Solana wallet to find reclaimable SOL locked in dormant token accounts and program buffer accounts."
      },
      {
        "title": "Privacy & Data Disclosure",
        "body": "This skill sends the user's Solana public key (wallet address) to the Unclaimed SOL API (https://unclaimedsol.com/api/check-claimable-sol) via an HTTPS POST request. No other data is transmitted. No private keys, seed phrases, or signing capabilities are involved.\n\nBefore running the scan, you MUST inform the user that their wallet address will be sent to the Unclaimed SOL API at unclaimedsol.com, and obtain their confirmation before proceeding.\n\nExample disclosure:\n\nTo scan your wallet, I'll send your public address to the Unclaimed SOL API at unclaimedsol.com. No private keys are involved — only your public address. Want me to proceed?"
      },
      {
        "title": "How to use",
        "body": "Get the Solana wallet address from the user (base58 public key, 32-44 characters, e.g. 7xKXq1...)\nDisclose the API call and get user confirmation (see above).\nRun the scan script:\n\nbash {baseDir}/scripts/scan.sh <wallet_address>\n\nParse the JSON response and format for the user."
      },
      {
        "title": "Reading the response",
        "body": "The script returns JSON:\n\n{\n  \"totalClaimableSol\": 4.728391,\n  \"assets\": 3.921482,\n  \"buffers\": 0.806909,\n  \"tokenCount\": 183,\n  \"bufferCount\": 3\n}\n\ntotalClaimableSol — total SOL reclaimable (sum of assets + buffers)\nassets — SOL from dormant token accounts (empty ATAs, dead memecoins, dust)\nbuffers — SOL from program buffer accounts\ntokenCount — number of token accounts to close (may be 0 if backend hasn't added this yet)\nbufferCount — number of buffer accounts to close (may be 0 if backend hasn't added this yet)\n\nIf tokenCount and bufferCount are both 0 or missing, do NOT report account counts — just report the SOL totals."
      },
      {
        "title": "Formatting the response",
        "body": "Show the exact SOL value returned by the API. Do not round to 2 decimal places — show full precision (e.g. 4.728391, not 4.73).\n\nIf totalClaimableSol > 0:\n\nReport the total, then break down by type if both are non-zero:\n\nYour wallet has 4.728391 SOL reclaimable.\n\n3.921482 SOL from 183 token accounts\n0.806909 SOL from 3 buffer accounts\n\nYou can claim at: https://unclaimedsol.com\n\nIf only one type has value, skip the breakdown — just show the total.\n\nIf totalClaimableSol is 0:\n\nThis wallet has no reclaimable SOL. All accounts are active or already optimized.\n\nIf the script returns an error:\n\nUnable to scan this wallet right now. You can try directly at https://unclaimedsol.com — connect your wallet there to see your reclaimable SOL.\n\nDo NOT tell the user to \"paste\" or \"enter\" the address into a search box. The website uses wallet connection, not a search box."
      },
      {
        "title": "Rules",
        "body": "This is read-only. No transactions are executed. No keys are needed.\nNever ask the user for their seed phrase, private key, or mnemonic.\nOnly accept Solana public keys (base58, 32-44 characters).\nIf the input doesn't look like a valid Solana address, ask the user to double-check it.\nAlways disclose the external API call and get user consent before scanning."
      }
    ],
    "body": "Unclaimed SOL Scanner\n\nScan any Solana wallet to find reclaimable SOL locked in dormant token accounts and program buffer accounts.\n\nPrivacy & Data Disclosure\n\nThis skill sends the user's Solana public key (wallet address) to the Unclaimed SOL API (https://unclaimedsol.com/api/check-claimable-sol) via an HTTPS POST request. No other data is transmitted. No private keys, seed phrases, or signing capabilities are involved.\n\nBefore running the scan, you MUST inform the user that their wallet address will be sent to the Unclaimed SOL API at unclaimedsol.com, and obtain their confirmation before proceeding.\n\nExample disclosure:\n\nTo scan your wallet, I'll send your public address to the Unclaimed SOL API at unclaimedsol.com. No private keys are involved — only your public address. Want me to proceed?\n\nHow to use\nGet the Solana wallet address from the user (base58 public key, 32-44 characters, e.g. 7xKXq1...)\nDisclose the API call and get user confirmation (see above).\nRun the scan script:\nbash {baseDir}/scripts/scan.sh <wallet_address>\n\nParse the JSON response and format for the user.\nReading the response\n\nThe script returns JSON:\n\n{\n  \"totalClaimableSol\": 4.728391,\n  \"assets\": 3.921482,\n  \"buffers\": 0.806909,\n  \"tokenCount\": 183,\n  \"bufferCount\": 3\n}\n\ntotalClaimableSol — total SOL reclaimable (sum of assets + buffers)\nassets — SOL from dormant token accounts (empty ATAs, dead memecoins, dust)\nbuffers — SOL from program buffer accounts\ntokenCount — number of token accounts to close (may be 0 if backend hasn't added this yet)\nbufferCount — number of buffer accounts to close (may be 0 if backend hasn't added this yet)\n\nIf tokenCount and bufferCount are both 0 or missing, do NOT report account counts — just report the SOL totals.\n\nFormatting the response\n\nShow the exact SOL value returned by the API. Do not round to 2 decimal places — show full precision (e.g. 4.728391, not 4.73).\n\nIf totalClaimableSol > 0:\n\nReport the total, then break down by type if both are non-zero:\n\nYour wallet has 4.728391 SOL reclaimable.\n\n3.921482 SOL from 183 token accounts\n0.806909 SOL from 3 buffer accounts\n\nYou can claim at: https://unclaimedsol.com\n\nIf only one type has value, skip the breakdown — just show the total.\n\nIf totalClaimableSol is 0:\n\nThis wallet has no reclaimable SOL. All accounts are active or already optimized.\n\nIf the script returns an error:\n\nUnable to scan this wallet right now. You can try directly at https://unclaimedsol.com — connect your wallet there to see your reclaimable SOL.\n\nDo NOT tell the user to \"paste\" or \"enter\" the address into a search box. The website uses wallet connection, not a search box.\n\nRules\nThis is read-only. No transactions are executed. No keys are needed.\nNever ask the user for their seed phrase, private key, or mnemonic.\nOnly accept Solana public keys (base58, 32-44 characters).\nIf the input doesn't look like a valid Solana address, ask the user to double-check it.\nAlways disclose the external API call and get user consent before scanning."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nedim1511/unclaimed-sol-scanner",
    "publisherUrl": "https://clawhub.ai/nedim1511/unclaimed-sol-scanner",
    "owner": "nedim1511",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner",
    "downloadUrl": "https://openagent3.xyz/downloads/unclaimed-sol-scanner",
    "agentUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unclaimed-sol-scanner/agent.md"
  }
}