OrbitFlare ships agent skills (instruction sets the model loads at the start of a session) so coding agents write OrbitFlare code correctly without you fetching docs first. The main skill covers HTTP RPC, WebSockets, Jetstream, Yellowstone gRPC, raw Shredstream, Dedicated Nodes (Solana + BNB Chain),Documentation Index
Fetch the complete documentation index at: https://docs.orbitflare.com/llms.txt
Use this file to discover all available pages before exploring further.
getTransactionsForAddress, historical archive data, Metis Swap, Jito Bundle Simulation, the Customer API, the OrbitFlare CLI, and the orbitflare-sdk-rs Rust SDK.
Install
One line, no clone required. Pick the host:- Claude Code (personal)
- Claude Code (project)
- Cursor
- Codex CLI
- Custom path
~/.claude/skills/orbitflare. Available in every Claude Code session.From source
If you want to clone the repo (e.g. to modify the skill), the underlying installer is also exposed as a shell script:What’s in the skill
SKILL.md is the entry point. The model loads it at the start of every session and uses it to route to the right reference file. References cover:
| Reference | Topic |
|---|---|
rpc.md | HTTP JSON-RPC: endpoint URLs, headers, common methods |
websockets.md | WebSocket subscriptions, reconnection patterns |
jetstream.md | OrbitFlare’s Shredstream-decoded gRPC stream |
yellowstone.md | Yellowstone Geyser gRPC: accounts, txs, slots, blocks |
shredstream.md | Raw UDP Shredstream feed |
fetching-data.md | getTransactionsForAddress, historical archive |
dedicated-nodes.md | Solana + BNB Chain dedicated infrastructure |
trading-apis.md | Metis Swap, Jito Bundle Simulation |
customer-api.md | Customer API v2: licenses, billing, top-up |
cli-sdk.md | OrbitFlare CLI command surface + Rust SDK setup |
onboarding.md | Auth keys, dashboard signup, first call |
repos.md | Pointers to template repos and example projects |
Try it
After installing the skill and restarting your agent:“Stream pump.fun trades using OrbitFlare Jetstream from Frankfurt”
“Quote 1 SOL → USDC with Metis on OrbitFlare and write a Rust binary that polls every 30 seconds”
“Build a Yellowstone gRPC subscription that streams Jupiter swap transactions, with retry on disconnect”The agent will pull the relevant reference (
jetstream.md, trading-apis.md, yellowstone.md) and produce code that uses the right endpoint URL, headers, and SDK patterns.
Source
- Skills repo: github.com/orbitflare/orbitflare-skills
- npm:
@orbitflare/skills - Source of truth: docs.orbitflare.com/llms.txt
llms.txt index.