Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Katto CLI

Run the whole AI clipping pipeline — find viral moments, caption, reframe to 9:16 — from your terminal, over the Katto API. The same agent lives in the app, an MCP server, the REST API, and this CLI.

Status: v0.1.0 scaffold — core commands work against the live API. katto upload and richer progress land next.

Install

npm i -g katto-cli    # installs the `katto` command
# or one-off:  npx katto-cli <command>

Auth

Get a key at katto.tech/dashboard/api-keys (sk_live_…), then:

katto login                 # stores it in ~/.katto/config.json (chmod 600)
# or, non-interactive:
export KATTO_API_KEY=sk_live_xxx

Usage

katto clip https://youtube.com/watch?v=… --lang en --clips 5 --wait
katto jobs
katto job <id>
katto clips <id>
katto transcript <id>
katto usage
katto cancel <id>
katto mcp                   # prints MCP client config for Claude/Cursor/…

Add --json to any command for machine-readable output. Every clip sends an idempotency key automatically.

From an AI assistant

Prefer a chat? The same account works over MCP — point Claude/Cursor/ChatGPT at https://mcp.katto.tech (katto mcp prints the snippet), or the REST API.

MIT · katto.tech

About

Katto CLI — run the whole AI video clipping pipeline (clip, captions, reframe, schedule) from your terminal, over the Katto API. The agent, in your shell.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages