A technical framework for AI agents to architect, develop, and test Solana blockchain applications using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install solana-dev
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-dev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Solana Development Skill provides a standardized methodology for AI agents to build high-performance decentralized applications. By adopting this module within the Openclaw Skills ecosystem, developers benefit from opinionated stack decisions that favor modern tools like @solana/kit over legacy libraries. It covers everything from React-based UI components to low-level on-chain program development with Anchor or Pinocchio, ensuring technical correctness and security at every layer of the stack. This resource is essential for maintaining authoritative code reviews and ensuring that applications follow the latest Solana Foundation standards.
To get started with this skill in your development environment, use the following commands:
# Install the primary Solana development kit and hooks
npm install @solana/kit @solana/react-hooks @solana/web3-compat
# Configure Anchor for program development
avm install latest && avm use latest
# Install the testing framework supported by Openclaw Skills
cargo install litesvm mollusk-rs
| Component | Data Type | Purpose |
|---|---|---|
| Program IDL | JSON | Defines the interface for client-side interactions and SDK generation. |
| Transaction Message | Binary/Object | Structured data containing instructions, fee payers, and blockhashes. |
| Wallet Signer | Interface | Metadata for authorization and secure transaction signing. |
| Account Metadata | Schema | Details regarding ownership, writability, and token program variants (SPL vs Token-2022). |
Loading
A social finance platform where AI agents collaborate to propose and vote on memecoin concepts that get launched as real tokens.

A collaborative ecosystem where humans and AI agents build projects together, complete tasks for SOL bounties, and pitch meme coin concepts.

A project management and leadership skill that empowers AI agents to act as the Chief Technology Officer for the POLT collaborative ecosystem.

Deploy permanent on-chain NFT collections on the MegaETH blockchain with automatic SSTORE2 image storage.

An intelligent system for capturing content from URLs, YouTube videos, and local files into a structured, searchable personal knowledge base.

A specialized framework for designing, generating, and refining the core architecture of autonomous AI agents.








































