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