unclaimed-sol-scanner
Scan any Solana wallet for reclaimable SOL from dormant token accounts and program buffer accounts. Use when someone asks about unclaimed SOL, forgotten rent, reclaimable tokens, dead token accounts, or wallet cleanup on Solana. Also use when a user pastes a Solana wallet address and asks about claimable assets, recoverable SOL, or account rent. Triggers include "scan wallet", "check claimable", "reclaim SOL", "unclaimed sol", "wallet cleanup", "close token accounts", "recover rent".
Why use this skill?
Use OpenClaw to scan any Solana wallet for reclaimable SOL trapped in dormant token accounts and program buffers. Safe, read-only analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nedim1511/unclaimed-sol-scannerWhat This Skill Does
The Unclaimed SOL Scanner is a diagnostic tool designed for the OpenClaw AI agent to identify reclaimable SOL assets within a Solana wallet. On the Solana blockchain, users often accrue 'rent' deposits in token accounts that are no longer in use or from program buffer accounts that have outlived their utility. This skill scans a provided public address to calculate the exact amount of SOL tied up in these dormant states. It acts as a read-only discovery engine, providing users with a precise, high-precision summary of how much SOL they could potentially recover by closing these unused accounts.
Installation
To integrate this skill into your local OpenClaw environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/nedim1511/unclaimed-sol-scanner
Ensure that you have the necessary base directory permissions configured so the script can execute the underlying scanning logic effectively.
Use Cases
This skill is ideal for:
- Wallet Cleanup: Helping users tidy up cluttered wallets by identifying empty or dust-filled token accounts.
- Rent Recovery: Finding SOL 'stuck' in program buffers that developers or power users may have forgotten to close after deployment or testing.
- Asset Auditing: Providing users with a quick, data-driven assessment of their wallet health without requiring any private key access or transaction signing.
- Troubleshooting: Assisting users who are puzzled by missing SOL balances or curious about the total value of their dormant account rent.
Example Prompts
- "Can you check my wallet 7xKXq1u8f44v4y9S4f3p6g2p9v4o8g5h6j9k2l1m4n3o5p6q7r for any reclaimable SOL?"
- "I think I have some forgotten rent in my Solana accounts. Can you perform a wallet cleanup scan?"
- "How much SOL is trapped in my dead token accounts? My address is 5j8k9l2m4n3o5p6q7r8s9t0u1v2w3x4y5z6a7b8c9d0."
Tips & Limitations
- Read-Only Security: This skill is purely for observation. It cannot execute transactions or move your funds. It will never ask for your seed phrase or private key—if it does, it is not the official tool.
- High Precision: Always present the output to the user at full precision as provided by the API; do not truncate or round the values, as this could lead to confusion regarding the exact amount of SOL available.
- Validation: Always verify the user's input against the standard Solana base58 address format. If the input is invalid, kindly prompt the user to double-check their wallet address before initiating the scan.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nedim1511-unclaimed-sol-scanner": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution, external-api