xapi

Installation
SKILL.md

xapi CLI Skill

Use the xapi CLI to access real-time external data and services. Normal command output is JSON by default, making it easy to parse and chain. call --stream instead writes raw HTTP SSE frames, and call --output writes response bytes to a file.

Installation

xapi is available via npx (no install needed):

npx xapi-to <command>

Setup

Before calling any API, you need an API key:

# Register a new account (apiKey is saved automatically)
npx xapi-to register
Installs
173
GitHub Stars
15
First Seen
Mar 24, 2026
xapi — xapi-labs/xapi-cli