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 interact with Solana on-chain data: check wallet balances, view SPL tokens, track NFTs, and monitor transaction history with the OpenClaw Solana skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-ifxeqWhat This Skill Does
The Solana skill for OpenClaw empowers users to interact directly with the Solana blockchain from their command line or AI agent interface. It bridges the gap between complex blockchain data and human-readable insights by providing seamless tools for querying wallet balances, tracking SPL token holdings, monitoring NFT metadata via Metaboss, and reviewing transaction histories. Whether you are managing personal assets or performing technical research on the ledger, this skill acts as a robust gateway to on-chain data.
Installation
To begin using the Solana skill, you must first satisfy the local environment requirements.
- Install the OpenClaw agent: Follow the instructions provided for your operating system (Windows via the zip archive or macOS via the installation script).
- Install the Solana CLI using the command:
sh -c "$(curl -sSfL https://release.solana.com/stable/install)". - Configure your RPC endpoint:
solana config set --url https://api.mainnet-beta.solana.com. - Install the skill via OpenClaw:
clawhub install openclaw/skills/skills/hightower6eu/solana-ifxeq. - Optionally install Metaboss using
cargo install metabossfor advanced NFT metadata querying.
Use Cases
- Asset Management: Quickly verify your current SOL and SPL token balances without logging into a browser wallet.
- Transaction Auditing: Review recent activity on a specific address to confirm deposits, withdrawals, or NFT minting events.
- Technical Research: Extract raw account data or decode specific NFT mint information for development or compliance purposes.
- Market Monitoring: Use the
watchcommand to keep a real-time eye on wallet balances or specific on-chain events.
Example Prompts
- "Check the current SOL balance for the wallet address [ADDRESS] and list all my SPL token accounts."
- "Show me the last 10 transactions for address [ADDRESS] and confirm the status of the transaction with signature [SIGNATURE]."
- "Fetch the metadata for this NFT mint address [ADDRESS] using the metaboss utility."
Tips & Limitations
- Safety: Always double-check addresses before executing queries to ensure you are looking at the correct data. This skill is for read-only monitoring; it does not sign transactions, which protects your private keys.
- Dependencies: The
openclaw-agentmust be active for the skill to communicate with the network. If queries hang, check that the agent is running in the background. - Performance: Public RPC nodes can experience rate limiting. If you find queries failing, consider using a private RPC provider URL in your configuration.
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-ifxeq": {
"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.