Skippr developer resources
Skippr publishes two public surfaces: Skippr Cloud APIs (Preview) and the installable Skippr CLI ELT runner (Production). This page is the named index for agents and humans.
Skippr CLI
The official CLI binary is skippr. Install it with:
curl -fsSL https://install.skippr.io/install.sh | shWindows PowerShell: irm https://install.skippr.io/install.ps1 | iex.
Full install: Skippr CLI install. Product docs: ELT. There is no Homebrew, npm, or PyPI package for the CLI, and no MCP server.
Skippr Cloud APIs
Start at Getting started and the Cloud API reference. Default region: eu-central-1. Authenticate with SigV4 or a Bearer JWT from Auth.
Machine-readable contracts:
- OpenAPI JSON — REST for auth only
- OpenAPI YAML
- Schema discovery index — Cloud JSON RPC (
X-Cloud-Target) plus JSON Schema - llms.txt and llms-full.txt
Do not treat Cloud JSON services (CloudTables.*, and so on) as REST paths. Those contracts live in the schema catalog.
Official SDKs and providers
| Package | Ecosystem | Docs |
|---|---|---|
skippr/cloud | Terraform | Providers |
@skippr/provider-cloud | npm (CDKTF TypeScript) | Providers |
skippr-cdktf | PyPI (CDKTF Python) | Providers |
Homepage for those packages is https://skippr.io. They are not skippr.ai and not @skippr/live-agent-sdk.
