Clips: open-source agent-native screen recording tool
1 min read
Originally from tiktok.com
View source
My notes
Watch on TikTok Tap to open video
Summary
Clips is a free, open-source, “agent-native” screen-recording app (now with a Chrome extension) that captures video, transcript, network requests, browser logs, and client-side errors while you narrate a bug or flow. Unlike Loom, the resulting link exposes metadata and APIs so a coding agent can pull the transcript, grab frame snapshots at any timestamp, and read the captured logs directly from the URL. Pitched by steve8708 as the future of software: forkable canonical apps instead of paid SaaS.
Key Insight
- The gap it closes: manually pasting screenshots + debug logs + repro steps into an agent is slow. Clips bundles all that context automatically from one recorded session.
- Agent-native = URL is an API. The clip link carries structured metadata, so an agent given only the URL can read the transcript, pull snapshots at arbitrary timestamps, and inspect network requests / console errors. That is the real differentiator vs Loom (which is just video for humans).
- Captures more than pixels: screen video + audio narration + network requests (with details) + client-side browser logs + thrown errors, with sensitive-info redaction on by default.
- Dual audience: same recording works as a human-playable demo link OR you strip the “junk” and hand the raw context to an agent for a bug fix.
- Positioning bet: “free, open source, canonical apps you can fork” replacing “bloated SaaS that charges a ton and still lacks what you need.” Note this is a founder’s promotional framing, not a neutral review.