Solana for Openclaw

A comprehensive toolset for interacting with the Solana blockchain to manage wallets, track transactions, and explore NFT metadata.

seedamir
v1.0.0
Feb 1, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install amir

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install amir using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Solana?

This skill provides a robust interface for AI agents to interact directly with the Solana blockchain. It leverages the official Solana CLI and auxiliary tools like Metaboss to perform complex on-chain queries. By integrating this skill into your environment, you gain the ability to check account balances, verify transaction signatures, and manage SPL tokens with precision.

Designed as part of the Openclaw Skills ecosystem, it ensures that developers and power users can automate blockchain data retrieval and monitoring tasks. The skill bridges the gap between raw blockchain protocols and actionable agent workflows, requiring the openclaw-agent for secure and efficient command execution.

Solana Use Cases

  • Tracking real-time SOL and SPL token balances for multiple wallet addresses.
  • Verifying the status and details of specific transaction signatures on the blockchain.
  • Decoding NFT metadata and viewing mint information using Metaboss integration.
  • Monitoring stake accounts and validator distributions for investment auditing.
  • Setting up automated alerts for wallet activity using public or private RPC endpoints.

How Solana Works

  1. The user initializes the environment by running the openclaw-agent, which is a prerequisite for all blockchain interactions.
  2. The Solana CLI is installed and configured to point to a specific RPC cluster, such as Mainnet-beta or Devnet.
  3. Commands are issued through the agent to query the Solana ledger for account-specific data, such as lamport balances or owner information.
  4. For token-specific data, the skill utilizes the SPL Token program interface to list and filter assets held by a specific address.
  5. Transaction history is retrieved by scanning the ledger for signatures associated with the target public key, providing a chronological log of activity.

Solana Setup

First, ensure that the openclaw-agent is active on your system. Install the Solana CLI using the following command:

sh -c "$(curl -sSfL https://release.solana.com/stable/install)"

Configure the tool to use the Mainnet RPC endpoint:

solana config set --url https://api.mainnet-beta.solana.com

Optional: To manage NFT data, install Metaboss via Cargo:

cargo install metaboss

Solana Data Schema & Taxonomy

The skill processes and returns data in both human-readable text and structured JSON formats. Below is the primary data organization:

Component Data Managed Format
Wallet SOL balances and lamport counts String/Numeric
Account Metadata, owner program, and data size JSON
SPL Tokens Mint addresses, decimals, and token amounts Table
Transactions Signatures, block time, and status List
Metadata NFT URI, creators, and symbol JSON

All addresses must be provided as base58-encoded public keys to be compatible with Openclaw Skills workflows.

Solana Advanced Features

  • Support for custom, high-performance RPC providers like Helius or Alchemy to avoid public rate limits.
  • Detailed JSON output mode for all account and transaction queries to facilitate automated data parsing.
  • Real-time address monitoring capabilities using the watch utility for live balance updates.
  • Direct JSON-RPC interaction support via curl for lightweight, script-based blockchain queries.
  • Full compatibility with stake account management and validator-specific data exploration.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins solana
Github Stars: 0
forks: 0

Featured*