solana-dev-skillEnd-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.
Install via ClawdBot CLI:
clawdbot install h4rkl/solana-dev-skillGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://localhost:8899Audited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
Develop a decentralized lending application on Solana where users can deposit and borrow assets. Use framework-kit for React UI with wallet connection, @solana/kit for transaction handling, and Anchor for smart contracts to manage loan pools and interest rates. Implement testing with LiteSVM for unit tests and Surfpool for integration.
Create a marketplace for minting, buying, and selling NFTs on Solana. Utilize framework-kit for a responsive Next.js frontend, @solana/kit for secure transaction flows, and Pinocchio for optimized program logic to handle NFT metadata and royalties. Include security checklists for token transfers.
Build a blockchain-based game with in-game assets and rewards on Solana. Use framework-kit hooks for real-time UI updates, @solana/kit for backend scripts managing game state, and Anchor for program development to ensure fast iteration. Test with Mollusk for unit tests and mock wallet interactions.
Implement a decentralized autonomous organization (DAO) tool for voting and proposal management on Solana. Leverage framework-kit for user interfaces, @solana/kit for transaction building, and Codama-based client generation for typed program clients. Use Surfpool for integration testing against realistic cluster states.
Offer a subscription-based platform providing tools and templates for Solana dApp development, including pre-built components from framework-kit and @solana/kit. Revenue comes from monthly fees for access to advanced features, security audits, and support services.
Provide expert consulting for businesses building on Solana, focusing on security hardening, performance optimization with Pinocchio, and legacy integration using web3-compat. Revenue is generated through project-based contracts and audit fees for smart contracts and dApps.
Create and sell courses, workshops, and documentation on Solana development using this skill's stack, covering topics from beginner UI work to advanced program optimization. Revenue streams include course sales, certification programs, and corporate training packages.
💬 Integration Tip
Isolate legacy web3.js dependencies using @solana/web3-compat adapters to prevent type leaks and maintain clean code architecture across the application.
Scored Apr 19, 2026
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Understand blockchain technology, interact with smart contracts, and evaluate when distributed ledgers solve real problems.
网页剪藏到有道云笔记。触发词:剪藏网页、保存网页、收藏网页。
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
Self-sovereign EVM wallet for AI agents. Use when the user wants to create a crypto wallet, check balances, send ETH or ERC20 tokens, swap tokens, or interact with smart contracts. Supports Base, Ethereum, Polygon, Arbitrum, and Optimism. Private keys stored locally — no cloud custody, no API keys required.