LLM context
Copy for LLMs
Command, install, scope, and workflow context formatted for Claude, Cursor, or another coding agent.
Welles CLI quick context for LLM agents: Welles is a macOS screen recorder and AI video editor. The native app bundles a compiled "welles" CLI for agent-driven recording, editing, exporting, and sharing. Authentication: - Run "welles login --all-scopes" once for trusted local automation. - Tokens are scoped by the backend and stored in macOS Keychain. - Use "welles whoami" to inspect active token, project, expiry, and scopes. - Use "welles revoke" to invalidate local access. Core read-only planning commands: - "welles sources" lists macOS displays, apps, and windows. - "welles inspect" dumps accessible UI controls for an app/window. - "welles storyboard" builds a semantic JSON action plan from window, Accessibility, and repo context. - "welles projects" lists projects visible to the token. - "welles info" fetches project state and edit metadata. Recording commands: - "welles record" is the end-to-end demo verb: source-aware narration, native recorder control, export, upload, and hosted share. - "welles agent-browser" launches a clean Chrome window for website demos. - "welles demo" plans and renders a multi-scene narrated product video. - "welles slides" generates, renders, and attaches motion-graphics slides. Editing/output commands: - "welles set-edit" patches mutes, trims, zooms, captions, and other edit fields. - "welles script" generates a project voiceover script. - "welles voiceover" synthesizes ElevenLabs voiceover audio. - "welles export" queues a project export. - "welles share" creates a hosted share link. - "welles upload-share" uploads a local MP4 and creates a hosted share. - "welles command" posts raw backend project commands. Useful scopes: - project:read, project:edit, project:export, project:share - ai:included, ai:premium - billing:read Recommended end-to-end recipe: welles login --all-scopes welles sources welles inspect --app-name Welles --query "New Recording" welles storyboard --window Welles --repo-context ./app > storyboard.json welles record --project PROJECT_UUID --plan storyboard.json welles share PROJECT_UUID