Skip to main content
Skills are model-agnostic instruction sets that teach AI assistants how to route your requests to the right MCP tools and reference files. They go beyond raw tool access — they include routing logic, correct SDK patterns, and rules that prevent common mistakes like hardcoded fees, wrong endpoints, or missing Sender tips. Skills work with any AI platform — Claude Code, Codex, OpenAI API, Claude API, Cursor, ChatGPT, and more. Each skill ships with pre-built system prompt variants so you can drop them into whatever tool you use.

Available Skills

Build

Core Solana development — DAS, Sender, WebSockets, LaserStream, Webhooks, Wallet API, and more

Phantom

Frontend dApp development — Phantom Connect SDK (React, React Native, browser), token gating, payments

Jupiter

DeFi applications — token swaps, lending, limit orders, DCA, token/price data

DFlow

Trading applications — spot swaps, prediction markets, real-time streaming, Proof KYC

OKX

Trading and intelligence — OKX DEX aggregation, smart money signals, meme token analysis

SVM

Solana protocol internals — SVM execution, consensus, account model, validator economics

How Skills Work

Skills follow a 3-layer prompt architecture: The skill content (Layer B) is identical across platforms — only the harness wrapper (Layer A) differs. Each skill includes:
  • Routing logic — maps your request to the correct MCP tools and reference files
  • Reference files — deep documentation for each Helius product the AI reads before writing code
  • Rules — prevents common mistakes (e.g., hardcoded priority fees, wrong RPC endpoints, missing error handling)

Using Skills Across Platforms

Each skill ships with three pre-built prompt variants in its prompts/ directory: Find these in:
  • Repo: .agents/skills/<skill>/prompts/
  • npm package: helius-mcp/system-prompts/<skill>/
Install skills directly into your AI coding agent using the Vercel Skills CLI. Works with Claude Code, Cursor, Copilot, Codex, and more.

Prerequisites

All skills require the Helius MCP server to be running (or the equivalent tools configured in your agent framework). The DFlow skill additionally requires the DFlow MCP server. The Phantom skill additionally requires a Phantom Portal account for embedded wallets. The Jupiter skill requires a Jupiter API key. The OKX skill requires the OKX skill library and the onchainos CLI.