AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill sendai-official-solana-skills --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sendai Official Solana Skills?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-sendai-official-solana-skills)More formats (shields.io, HTML) on the badges page.
---
name: sendai-official-solana-skills
description: "AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more."
---
# sendai-official-solana-skills
_Source: [github.com/sendaifun/skills](https://github.com/sendaifun/skills). The body below is the upstream README.md captured at the time of registration._
---
# Solana Skills

AI agent skills for Solana development — DeFi protocols, infrastructure, security, and more.
[](LICENSE)
[](https://agentskills.io)
## Installation
These skills work with any AI agent. We recommend [Claude Code](https://claude.ai/code) with Opus models for best results.
### Claude Code
Add the marketplace:
```
/plugin marketplace add sendaifun/skills
```
Install skills:
```
/plugin install jupiter
/plugin install helius
/plugin install meteora
```
### Cursor
1. Open Settings (**Cmd+Shift+J** / **Ctrl+Shift+J**)
2. Navigate to **Rules & Commands** → **Project Rules** → **Add Rule** → **Remote Rule (GitHub)**
3. Enter: `https://github.com/sendaifun/skills.git`
Skills are auto-discovered based on context. Ask about Jupiter swaps, Helius RPCs, or Metaplex NFTs and the agent uses the relevant skill automatically.
**Verify:** Ask *"How do I get a quote and swap with Jupiter Ultra?"* — if working, the agent will reference Jupiter API patterns.
### Any Agent
```
npx skills add sendaifun/skills
```
## Available Skills
### DeFi
| Skill | Description |
|-------|-------------|
| [jupiter](skills/jupiter/) | Ultra swaps, limit orders, DCA, perpetuals, lending, and token APIs |
| [glam](skills/glam/) | Tokenized vaults, DeFi integrations (Jupiter, Kamino), staking, asset management |
| [kamino](skills/kamino/) | Lending, borrowing, liquidity management, leverage trading |
| [lulo](skills/lulo/) | Lending aggregator across Kamino, Drift, MarginFi, Jupiter |
| [manifest](skills/manifest/) | CLOB, Limit orders, Reverse orders, Global orders, Destiny vaults |
| [marginfi](skills/marginfi/) | Lending, borrowing, leveraged positions (looping) and flash loans |
| [meteora](skills/meteora/) | DLMM, DAMM pools, bonding curves, Alpha Vaults |
| [orca](skills/orca/) | Whirlpools concentrated liquidity AMM, swaps, positions |
| [pumpfun](skills/pumpfun/) | Token launches, bonding curves, PumpSwap AMM |
| [raydium](skills/raydium/) | AMM pools, CLMM, CPMM, LaunchLab token launches |
| [sanctum](skills/sanctum/) | Liquid staking, LST swaps, Infinity pool |
### Infrastructure
| Skill | Description |
|-------|-------------|
| [arcium](skills/arcium/) | Encrypted computation via MPC — dark pools, sealed-bid auctions, encrypted voting, confidential DeFi |
| [helius](skills/helius/) | RPC, DAS API, webhooks, priority fees, LaserStream gRPC |
| [quicknode](skills/quicknode/) | RPC (80+ chains), DAS API, Yellowstone gRPC, Streams, webhooks, priority fees, Metis Jupiter |
| [light-protocol](skills/light-protocol/) | ZK Compression, rent-free compressed tokens |
| [magicblock](skills/magicblock/) | Ephemeral Rollups, sub-10ms latency, gasless transactions |
| [sol-incinerator](skills/sol-incinerator/) | Burn tokens, burn nfts, close token accounts |
| [squads](skills/squads/) | Multisig wallets, smart accounts, account abstraction |
### Trading
| Skill | Description |
|-------|-------------|
| [dflow](skills/dflow/) | Spot trading, prediction markets, Swap API, WebSocket streaming |
| [ranger-finance](skills/ranger-finance/) | Perps aggregator across Drift, Flash, Adrena, Jupiter |
### Oracles
| Skill | Description |
|-------|-------------|
| [pyth](skills/pyth/) | Real-time price feeds, confidence intervals, EMA prices |
| [switchboard](skills/switchboard/) | Price feeds, on-demand data, VRF randomness, Surge streaming |
### Data & Analytics
| Skill | Description |
|-------|-------------|
| [birdeye](https://birdeye.so) | Real-time token prices, OHLCV charts, DEX pools, trades, trending tokens, smart money tracking, and wallet analyzer. Fully x402 compatible |
| [coingecko](skills/coingecko/) | Token prices, DEX pool data, OHLCV charts, trades |
| [metengine](skills/metengine/) | Smart money analytics for Polymarket, Hyperliquid, and Meteora — wallet scoring, insider detection, capital flow tracking (63 endpoints, x402 pay-per-request) |
| [wallet-analysis](skills/wallet-analysis/) | Solana-first wallet analysis with Zerion API — portfolio value, token positions, transactions, charts, and wallet PnL |
### Cross-Chain
| Skill | Description |
|-------|-------------|
| [debridge](skills/debridge/) | Cross-chain bridges, message passing, Solana ↔ EVM transfers |
| [lifi](skills/lifi/) | Cross-chain swaps, bridging, payments, routing, and status tracking across Solana, EVM, Bitcoin, and Sui |
### NFT & Tokens
| Skill | Description |
|-------|-------------|
| [metaplex](skills/metaplex/) | Core, Token Metadata, Bubblegum, Candy Machine, Umi framework |
### Client Development
| Skill | Description |
|-------|-------------|
| [solana-kit](skills/solana-kit/) | Modern tree-shakeable SDK from Anza, zero dependencies |
| [solana-kit-migration](skills/solana-kit-migration/) | Migration guide from @solana/web3.js v1.x to @solana/kit |
### Program Development
| Skill | Description |
|-------|-------------|
| [pinocchio-development](skills/pinocchio-development/) | Zero-copy framework for high-performance programs (88-95% CU reduction) |
### AI Agents
| Skill | Description |
|-------|-------------|
| [solana-agent-kit](skills/solana-agent-kit/) | 60+ Solana operations with LangChain, Vercel AI, MCP support |
### Security
| Skill | Description |
|-------|-------------|
| [vulnhunter](skills/vulnhunter/) | Vulnerability detection, dangerous API hunting, variant analysis |
| [code-recon](skills/zz-code-recon/) | Deep architectural context building for security audits |
### DevOps
| Skill | Description |
|-------|-------------|
| [surfpool](skills/surfpool/) | Development environment with mainnet forking, cheatcodes |
## Ideas
Looking for skills to build? Check out [IDEAS.md](IDEAS.md) for community-requested skills.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on creating new skills.
## License
[Apache 2.0](LICENSE)
## Acknowledgments
Built on [Anthropic's Skills](https://github.com/anthropics/skills) and the [Agent Skills Specification](https://agentskills.io).
---
<p align="center">
Built by <a href="https://github.com/sendaifun">SendAI</a> for the Solana ecosystem
</p>
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!