Communityv1.0.0

Solana Dev Skill

End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a true legacy fallback). Covers wallet-standard-first connection (incl. ConnectorKit), Anchor/Pinocchio programs, Codama-based client generation, LiteSVM/Mollusk/Surfpool testing, and security checklists.

2.1kdownloads3stars2active installsh4rkl
View on ClawHubBack to Skills

Skill Details

Slug
solana-dev-skill
Latest Version
1.0.0
Author
h4rkl
Published
Feb 3, 2026
Updated
Feb 25, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Solana Dev Skill.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

- Initial release of the Solana Development Skill, providing an end-to-end playbook for Solana dApp, program, and client development. - Strongly recommends using Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UIs. - Prefers @solana/kit for all new client, RPC, and transaction code; web3.js is isolated behind compatibility adapters when needed. - Includes best practices for wallet-standard-first connections, Anchor/Pinocchio program development, Codama-based client SDKs, and modern testing tools (LiteSVM, Mollusk, Surfpool). - Details security checklists and provides clear operating procedures for Solana-focused project execution.