by veedstudio
The video editor you own, not rent — edit clips from your coding agent (Claude Code, Codex, Gemini); e.g. burn in stylized subtitles.
# Add to your Claude Code skills
git clone https://github.com/veedstudio/open-editopen-edit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by veedstudio. The video editor you own, not rent — edit clips from your coding agent (Claude Code, Codex, Gemini); e.g. burn in stylized subtitles. It has 54 GitHub stars.
open-edit's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/veedstudio/open-edit" and add it to your Claude Code skills directory (see the Installation section above).
open-edit is primarily written in TypeScript. It is open-source under veedstudio on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh open-edit against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
OpenEdit is an open-source, agent-driven editing pipeline that ships with VEED's HTML renderer — closed source, but free to use.
There is no GUI and no timeline. The pipeline is driven entirely through your coding agent — edit, cut, and reframe footage; layer motion graphics and visual elements; turn slides or websites into video; capture web pages; and pull in any video/image generating service or MCP server when it helps. Source video is optional: stills, slides, generated media, or pure motion graphics are enough when the brief calls for it. Be creative and fluid — try new ideas rather than collapsing every ask onto captions.
This launch video was made in OpenEdit — click it to watch with sound.
| Platform | Apple Silicon Mac, macOS Tahoe 26.0 |
| Intel Macs, earlier macOS | Not supported |
| Windows, Linux | Planned; prioritisation depends on demand |
| Account | veed.io account for transcription — sign up or login |
Download this repo, or install via the command line with:
npx skills add veedstudio/open-edit
OpenEdit uses an agent-agnostic skill and repository guide. It supports Claude Code, Codex, and Gemini;
the installed skill prepares the runtime and loads its AGENTS.md instructions explicitly.
Open your coding agent. For example, with Claude Code:
claude
then ask it:
Add subtitles to my video [VIDEO]
The agent will automatically transcribe your video, analyse the transcript, create a suitable design for your video, and then render it.
After 1-3 minutes, the agent will return your video with subtitles burned in, as well as launch a video previewer. It will also tell you where to find the final MP4.
You can then ask the agent for subtitle amendments, for example:
I don't like the yellow colour, make it darker
Move the text up a bit
When he says "go buy it now", make sure the 'now' really stands out.
You can also hand the agent a reference image to copy a style from:
Add subtitles that look like this [IMG-REF], to my video [VIDEO]
Real outputs, each with the prompt that produced it. Click any example to watch it with sound.
create viral subtitles with /open-edit and translate my video to 5 languages using VEED Lipsync 2.0 on Fal
One source clip, three languages, three caption styles:
| Spanish | French | German |
|---|---|---|
![]() |
![]() |
![]() |
generate 3 viral hooks in Seedance 2.0 on Fal and create dynamic motion graphics using /open-edit
Three AI-generated hooks, three motion-graphic treatments:
![]() |
![]() |
![]() |
use Figma MCP to study my BrandBook and create branded campaign graphics using /open-edit
One brand book, three campaign cards:
![]() |
![]() |
![]() |
Caption styles are authored in HTML and CSS. Rendering does not use a headless browser: there is no browser to install, launch, or keep alive for the duration of a render.
Internal benchmarks measured the renderer up to 2.2x faster than Chrome-driven renderers. These measurements are preliminary and not yet reproducible outside VEED; a documented benchmark and its methodology will follow.
The renderer is integrated but not required. Composition does not depend on it, so Chrome can be used as the render backend instead.
The default workflow provides access to VEED's transcription and requires a VEED account. Usage limits are those of your VEED account. The audio track is uploaded and stored in order to transcribe it; the video is not uploaded.
By default OpenEdit does not create a VEED project. The agent guides the one-time browser login and
stores a refreshable token at veed/.veed-token.json inside the runtime.
For manual use:
node --import tsx veed/login.ts
node --import tsx veed/go.ts /path/to/video.mp4
V1 targets captions. Motion graphics, charts, and brandbook-matched styling render today, but are less exercised than captions and should be expected to have rough edges.
Report defects through GitHub issues.
The editor is licensed under Apache-2.0. The renderer binaries are distributed under PolyForm Shield
1.0.0, which permits commercial use of the videos you produce with no payment to VEED. See LICENSE
and NOTICE for the full terms.