deepline-plays

Installation
SKILL.md

Deepline Plays

Quick Start

npm install -g deepline
# Fallback for secure sandboxes: mkdir -p "$HOME/.local" && npm config set prefix "$HOME/.local" && export PATH="$HOME/.local/bin:$PATH" && npm install -g deepline --registry https://code.deepline.com/api/v2/npm/
deepline auth register --wait auto
deepline auth wait --timeout 120 # completes Cowork/browser approval; no-op if already connected
deepline auth status
deepline -h

CLI resolution

Run deepline when it is available. If the shell reports that command is missing, use <workspace-root>/.deepline/runtime/bin/deepline (or the npm-created .cmd shim on Windows). If neither exists, follow https://code.deepline.com/INSTALL.md to set up Deepline.

Debug every Play run: use deepline plays run <file.play.ts> --input '<json>' --debug while iterating, or deepline runs logs <run-id> --debug for an existing run. completed means the runtime finished, not that an external destination accepted the result; the debug logs retain caught non-2xx ctx.fetch responses with their key, method, destination origin, and HTTP status.

Installs
18
GitHub Stars
55
First Seen
Jun 11, 2026
deepline-plays — getaero-io/gtm-eng-skills