1---2name: sendai-official-solana-skills3description: AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more.4---56# sendai-official-solana-skills78_Source: [github.com/sendaifun/skills](https://github.com/sendaifun/skills). The body below is the upstream README.md captured at the time of registration._910---1112# Solana Skills13141516AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more.1718[](LICENSE)19[](https://agentskills.io)2021## Installation2223These skills work with any AI agent. We recommend [Claude Code](https://claude.ai/code) with Opus models for best results.2425### Claude Code2627Add the marketplace:2829```30/plugin marketplace add sendaifun/skills31```3233Install skills:3435```36/plugin install jupiter37/plugin install helius38/plugin install meteora39```4041### Cursor42431. Open Settings (**Cmd+Shift+J** / **Ctrl+Shift+J**)442. Navigate to **Rules & Commands** → **Project Rules** → **Add Rule** → **Remote Rule (GitHub)**453. Enter: `https://github.com/sendaifun/skills.git`4647Skills are auto-discovered based on context. Ask about Jupiter swaps, Helius RPCs, or Metaplex NFTs and the agent uses the relevant skill automatically.4849**Verify:** Ask *"How do I get a quote and swap with Jupiter Ultra?"* — if working, the agent will reference Jupiter API patterns.5051### Any Agent5253```54npx skills add sendaifun/skills55```5657## Available Skills5859### DeFi6061| Skill | Description |62|-------|-------------|63| [jupiter](skills/jupiter/) | Ultra swaps, limit orders, DCA, perpetuals, lending, and token APIs |64| [glam](skills/glam/) | Tokenized vaults, DeFi integrations (Jupiter, Kamino), staking, asset management |65| [kamino](skills/kamino/) | Lending, borrowing, liquidity management, leverage trading |66| [lulo](skills/lulo/) | Lending aggregator across Kamino, Drift, MarginFi, Jupiter |67| [manifest](skills/manifest/) | CLOB, Limit orders, Reverse orders, Global orders, Destiny vaults |68| [marginfi](skills/marginfi/) | Lending, borrowing, leveraged positions (looping) and flash loans |69| [meteora](skills/meteora/) | DLMM, DAMM pools, bonding curves, Alpha Vaults |70| [orca](skills/orca/) | Whirlpools concentrated liquidity AMM, swaps, positions |71| [pumpfun](skills/pumpfun/) | Token launches, bonding curves, PumpSwap AMM |72| [raydium](skills/raydium/) | AMM pools, CLMM, CPMM, LaunchLab token launches |73| [sanctum](skills/sanctum/) | Liquid staking, LST swaps, Infinity pool |7475### Infrastructure7677| Skill | Description |78|-------|-------------|79| [arcium](skills/arcium/) | Encrypted computation via MPC — dark pools, sealed-bid auctions, encrypted voting, confidential DeFi |80| [helius](skills/helius/) | RPC, DAS API, webhooks, priority fees, LaserStream gRPC |81| [quicknode](skills/quicknode/) | RPC (80+ chains), DAS API, Yellowstone gRPC, Streams, webhooks, priority fees, Metis Jupiter |82| [light-protocol](skills/light-protocol/) | ZK Compression, rent-free compressed tokens |83| [magicblock](skills/magicblock/) | Ephemeral Rollups, sub-10ms latency, gasless transactions |84| [sol-incinerator](skills/sol-incinerator/) | Burn tokens, burn nfts, close token accounts |85| [squads](skills/squads/) | Multisig wallets, smart accounts, account abstraction |8687### Trading8889| Skill | Description |90|-------|-------------|91| [dflow](skills/dflow/) | Spot trading, prediction markets, Swap API, WebSocket streaming |92| [ranger-finance](skills/ranger-finance/) | Perps aggregator across Drift, Flash, Adrena, Jupiter |9394### Oracles9596| Skill | Description |97|-------|-------------|98| [pyth](skills/pyth/) | Real-time price feeds, confidence intervals, EMA prices |99| [switchboard](skills/switchboard/) | Price feeds, on-demand data, VRF randomness, Surge streaming |100101### Data & Analytics102103| Skill | Description |104|-------|-------------|105| [birdeye](https://birdeye.so) | Real-time token prices, OHLCV charts, DEX pools, trades, trending tokens, smart money tracking, and wallet analyzer. Fully x402 compatible |106| [coingecko](skills/coingecko/) | Token prices, DEX pool data, OHLCV charts, trades |107| [metengine](skills/metengine/) | Smart money analytics for Polymarket, Hyperliquid, and Meteora — wallet scoring, insider detection, capital flow tracking (63 endpoints, x402 pay-per-request) |108| [wallet-analysis](skills/wallet-analysis/) | Solana-first wallet analysis with Zerion API — portfolio value, token positions, transactions, charts, and wallet PnL |109110### Cross-Chain111112| Skill | Description |113|-------|-------------|114| [debridge](skills/debridge/) | Cross-chain bridges, message passing, Solana ↔ EVM transfers |115| [lifi](skills/lifi/) | Cross-chain swaps, bridging, payments, routing, and status tracking across Solana, EVM, Bitcoin, and Sui |116117### NFT & Tokens118119| Skill | Description |120|-------|-------------|121| [metaplex](skills/metaplex/) | Core, Token Metadata, Bubblegum, Candy Machine, Umi framework |122123### Client Development124125| Skill | Description |126|-------|-------------|127| [solana-kit](skills/solana-kit/) | Modern tree-shakeable SDK from Anza, zero dependencies |128| [solana-kit-migration](skills/solana-kit-migration/) | Migration guide from @solana/web3.js v1.x to @solana/kit |129130### Program Development131132| Skill | Description |133|-------|-------------|134| [pinocchio-development](skills/pinocchio-development/) | Zero-copy framework for high-performance programs (88-95% CU reduction) |135136### AI Agents137138| Skill | Description |139|-------|-------------|140| [solana-agent-kit](skills/solana-agent-kit/) | 60+ Solana operations with LangChain, Vercel AI, MCP support |141142### Security143144| Skill | Description |145|-------|-------------|146| [vulnhunter](skills/vulnhunter/) | Vulnerability detection, dangerous API hunting, variant analysis |147| [code-recon](skills/zz-code-recon/) | Deep architectural context building for security audits |148149### DevOps150151| Skill | Description |152|-------|-------------|153| [surfpool](skills/surfpool/) | Development environment with mainnet forking, cheatcodes |154155## Ideas156157Looking for skills to build? Check out [IDEAS.md](IDEAS.md) for community-requested skills.158159## Contributing160161See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on creating new skills.162163## License164165[Apache 2.0](LICENSE)166167## Acknowledgments168169Built on [Anthropic's Skills](https://github.com/anthropics/skills) and the [Agent Skills Specification](https://agentskills.io).170171---172173<p align="center">174 Built by <a href="https://github.com/sendaifun">SendAI</a> for the Solana ecosystem175</p>