OpenClaw Skills
The Unclaimed SOL OpenClaw skill lets AI agents scan Solana wallets for reclaimable SOL through the ClawHub platform. Install it as a reusable skill in any OpenClaw-compatible agent workflow.
What is OpenClaw?
OpenClaw is an open standard for distributing AI agent skills. ClawHub is the public registry where developers publish and install skills. The Unclaimed SOL skill provides wallet scanning capabilities that any agent can use.
Install the skill
Find the skill on ClawHub:
Or browse the source on GitHub:
Integration with agent systems
Once installed, the skill can be called by any agent in the workflow. The agent passes a Solana wallet address and receives a structured response with:
- Total reclaimable SOL.
- Breakdown by account type (token accounts, program buffers).
- Links to claim on the website.
The skill runs in read-only mode by default, making it safe to include in automated pipelines.
Safety architecture
The OpenClaw skill follows a scan and report model. It deliberately separates discovery from execution:
- No private keys are requested or stored.
- No transactions are built or signed.
- Users are routed to the standard claiming flow on unclaimedsol.com after analysis.
Source code
The skill source is open and available on GitHub. Contributions and issues are welcome.