Skip to content

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:

bash
curl -fsSL https://install.skippr.io/install.sh | sh

Windows 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:

Do not treat Cloud JSON services (CloudTables.*, and so on) as REST paths. Those contracts live in the schema catalog.

Official SDKs and providers

PackageEcosystemDocs
skippr/cloudTerraformProviders
@skippr/provider-cloudnpm (CDKTF TypeScript)Providers
skippr-cdktfPyPI (CDKTF Python)Providers

Homepage for those packages is https://skippr.io. They are not skippr.ai and not @skippr/live-agent-sdk.

Company pages