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:
The skill instructs the agent to read the relevant reference before writing code, so you get correct endpoint URLs, gRPC filter shapes, and SDK feature flags on the first try.
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.