A technical toolkit for AI agents to interact with the Solana blockchain, handling everything from transaction lifecycles to token account management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install solana
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 solana 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 empowers your AI agent to navigate the high-performance Solana ecosystem with professional-grade precision. It provides the underlying logic needed to manage rent-exempt accounts, handle SPL token transfers, and navigate the unique Associated Token Account (ATA) architecture. By integrating this capability into Openclaw Skills, developers can automate complex blockchain interactions such as monitoring transaction finality and calculating dynamic priority fees based on real-time network congestion.
To enable this skill within your environment, ensure you have the Solana CLI tools installed and configured:
# Install the Solana CLI
sh -c "$(curl -sSfL https://release.solana.com/v1.18.4/install)"
# Configure your desired RPC endpoint
solana config set --url https://api.mainnet-beta.solana.com
# Integrate the skill via Openclaw Skills
clawdbot install solana
The skill manages data across several key Solana primitives:
| Attribute | Description |
|---|---|
| Rent-Exempt Minimum | The required balance (~0.00089 SOL) to prevent account deletion. |
| ATA (Associated Token Account) | The specific address linked to a wallet for a particular token mint. |
| Priority Fees | Dynamic fee structure based on compute units and micro-lamports. |
| Transaction Lifecycle | Status tracking from processed to confirmed and finally finalized. |
Loading
A high-performance coding skill that writes, reviews, and refactors production-ready code using clean architecture and pragmatic trade-offs.

A comprehensive architectural framework for designing maintainable, scalable, and resilient systems with clear boundaries and documented trade-offs.

A sophisticated AI skill designed to facilitate sociological thinking, academic research, and theoretical application from initial observation to published paper.

A non-judgmental AI-powered system for tracking nicotine use, mapping behavioral triggers, and managing smoking reduction or cessation goals.

A specialized technical skill for AI agents focused on writing secure, gas-efficient, and audited Solidity smart contracts.

A structured AI songwriting framework for generating lyrics, chord progressions, and optimized prompts for AI music tools.








































