@orbitflare/skills
v0.1.0
Published
OrbitFlare agent skills installer. Drops the OrbitFlare skill into Claude Code, Cursor, or Codex skill folders so coding agents write OrbitFlare code correctly.
Maintainers
Readme
OrbitFlare Skills
Agent skills for building on OrbitFlare: Solana RPC, gRPC streaming, Shredstream, dedicated nodes, and trading APIs.
Skills
orbitflare/: main skill covering HTTP RPC, WebSockets, Jetstream, Yellowstone, Shredstream, Dedicated Nodes (Solana + BNB),getTransactionsForAddress, historical archive, Metis Swap, Jito Bundle Simulation, the Customer API, the OrbitFlare CLI, and the Rust SDK.
Install
One line, no clone required:
npx @orbitflare/skills@latest # Claude Code (personal): ~/.claude/skills/orbitflare
npx @orbitflare/skills@latest --project # Claude Code (project): ./.claude/skills/orbitflare
npx @orbitflare/skills@latest --cursor # Cursor: ~/.cursor/skills-cursor/orbitflare
npx @orbitflare/skills@latest --codex # Codex: ~/.codex/skills/orbitflare
npx @orbitflare/skills@latest --path /tmp # Custom path: /tmp/orbitflareAfter install, restart your agent so it picks up the new skill, then try a prompt like "Stream pump.fun trades using OrbitFlare Jetstream" or "Quote 1 SOL to USDC with Metis on OrbitFlare".
From source
If you'd rather clone the repo (e.g. to modify the skill):
git clone https://github.com/orbitflare/orbitflare-skills
cd orbitflare-skills/orbitflare
./install.sh # same flags as the npx versionSource of truth
Everything in these skills is derived from docs.orbitflare.com. The full docs index lives at docs.orbitflare.com/llms.txt.
License
MIT, see orbitflare/LICENSE.
