Getting started

Paste one prompt into your coding agent and it installs the CLI, authenticates, and wires itself up to drive Kestroll.

To get started, paste the following prompt into your Claude Code, Codex, Openclaw, or other agent to get it set up:

Set yourself up with Kestroll, my video editing and media management platform:

1. Install the Kestroll CLI:
   curl -fsSL https://kestroll.com/install.sh | sh

2. Run `kestroll login` and wait for me to finish authenticating in the
   browser window it opens before continuing.

3. Once I confirm I'm logged in, run `kestroll skill install` to install
   the Kestroll skill. If it can't auto-detect this agent's skills
   directory, pass --dir <path-to-your-skills-directory> pointing at it.

Once the skill is installed, read it and then guide me through how to use Kestroll, starting by uploading a video and then editing it.

Set up a headless agent

Use an organization API key when the agent cannot open a browser. An organization owner creates the key in Settings → API Keys and sets it as KESTROLL_TOKEN in the agent's environment. Do not paste the key into a prompt or chat.

Kestroll is already authenticated in your environment through KESTROLL_TOKEN.

1. Install the Kestroll CLI:
   curl -fsSL https://kestroll.com/install.sh | sh

2. Run `kestroll me` to verify the existing authentication. Do not print,
   copy, log, or unset KESTROLL_TOKEN.

3. Run `kestroll skill install` to install the Kestroll skill. If it can't
   auto-detect this agent's skills directory, pass --dir <path-to-your-skills-directory>.

Once the skill is installed, read it and then guide me through how to use Kestroll, starting by uploading a video and then editing it.

Using the browser yourself? See the CLI guide.