OrbitFlare поставляет agent skills (инструкции, которые модель подгружает в начале сессии), чтобы кодирующие агенты писали код OrbitFlare без предварительного чтения доков. Основной skill охватывает HTTP RPC, WebSockets, Jetstream, Yellowstone gRPC, сырой 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, исторический архив, Metis Swap, симуляцию Jito Bundle, Customer API, CLI OrbitFlare и Rust SDK orbitflare-sdk-rs.
Установка
Одна команда, без клонирования. Выберите хост:- Claude Code (personal)
- Claude Code (project)
- Cursor
- Codex CLI
- Custom path
~/.claude/skills/orbitflare. Доступен в каждой сессии Claude Code.Из исходников
Если нужен клон репозитория (например, чтобы править skill), тот же установщик доступен как shell-скрипт:Что внутри skill
SKILL.md — точка входа. Модель загружает его в начале сессии и по нему маршрутизирует к нужным файлам. Ссылки покрывают:
| 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 |
Попробуйте
После установки skill и перезапуска агента:“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”Агент подтянет нужные файлы (
jetstream.md, trading-apis.md, yellowstone.md) и выдаст код с правильными URL, заголовками и паттернами SDK.
Источники
- Репозиторий skills: github.com/orbitflare/orbitflare-skills
- npm:
@orbitflare/skills - Индекс: docs.orbitflare.com/llms.txt
llms.txt.