A comprehensive toolset for interacting with the Solana blockchain to manage wallets, track transactions, and explore NFT metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install amir
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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.
Loading
A structured governance framework that enables Openclaw agents to manage complex projects through subagent orchestration and rigorous logging.

Equips AI agents with concurrent web search, hybrid retrieval, and deep programming documentation access.

A high-performance search skill for AI agents featuring concurrent web retrieval and specialized code documentation search.

A high-performance gateway to blankfiles.com providing direct download URLs for binary test files across numerous formats and categories.

Develop and migrate forward-compatible Blender 4.x and 5.x add-ons with automated scaffolding and API shims using Openclaw Skills.

A specialized skill for automating the delivery of images, videos, and documents to WhatsApp contacts through a structured workspace workflow.








































