delimit_screen_record
Record a browser window or terminal session as a video for documentation, demos, or audit evidence. Captures up to 120 seconds of screen activity.
Instructions
Record a screen capture (browser or terminal session) (Pro).
When to use: to capture a video for documentation, demo, or audit evidence over a fixed window. When NOT to use: for a single still (use delimit_screenshot).
Sibling contrast: delimit_screenshot is one frame; this is a duration-bound recording.
Side effects: launches headless Chromium (browser mode) or a terminal subprocess (terminal mode), writes MP4 (browser) or GIF
MP4 (terminal) under ~/.delimit/recordings/. Gated by require_premium. Duration is capped at 120 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "browser" (default) or "terminal". | browser |
| url | No | URL to visit (browser mode only). | |
| name | No | Output filename without extension. Default "recording". | recording |
| duration | No | Recording duration in seconds. Max 120. Default 30. | |
| script | No | Shell script to run (terminal mode only). Empty = idle terminal capture. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||