LIVE
CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|
SkillNewofficial publisher

video-use (Browser Use)

Skill : A reusable method: instructions, procedures, sometimes scripts or templates · requires claude-code

Video editing by agent: drop your footage in a folder, describe the result, the agent cuts silences, colour grades, adds subtitles and delivers final.mp4.

Impressive for talking-head videos and tutorials without opening any editing software; requires ffmpeg and an ElevenLabs key for transcription.

Overall score
7.5 /10
Security: one caveat, see the card
Utility
7.0
Reliability
10.0
Security
One caveat
Ease
5 min · Comfortable

Security reflects where data goes, requested permissions and incidents on record at the verification date. It is not a guarantee of zero risk: check the deployment mode and the connections you enable.

What it does, concretely

Editing a video usually means opening dedicated software, learning its shortcuts, and spending long minutes cutting silences, correcting colours and adding subtitles. video-use removes these steps by delegating the work to an agent that reads your footage and produces a final.mp4 without you ever touching a timeline.

In practice, you drop your raw files into a folder, describe the result you want in plain language, and the agent takes over. It transcribes the audio via ElevenLabs Scribe to get word-level timestamps, identifies silences and filler words, proposes an editing strategy, waits for your approval, then executes cuts, colour grading, audio fades and subtitle generation via ffmpeg. A self-evaluation loop checks every cut point before handing you the file.

The tool suits content creators who shoot talking-head videos, tutorials or interviews and want a clean result without mastering editing software. It also targets developers comfortable with the terminal who want to automate their post-production workflow.

It is not suited to those looking for a graphical interface, working on projects that require fine frame-by-frame control, or unwilling to send the audio from their footage to a third-party service for transcription.

What it offers

  • ·Automatic removal of filler words ('umm', 'uh', false starts) and dead space between takes.
  • ·Automatic colour grading of every segment via customisable ffmpeg chains (warm cinematic, neutral punch, or custom).
  • ·30ms audio fades at every cut to prevent audio pops.
  • ·Stylised subtitle generation and burn-in, configurable as 2-word uppercase chunks by default.
  • ·Parallel animation generation via HyperFrames, Remotion, Manim or PIL, each handled by a dedicated sub-agent.
  • ·Self-evaluation of the rendered output at every cut boundary before delivery, with up to 3 automatic correction attempts.
  • ·Persistent session memory in a project.md file to resume work across sessions.
  • ·Online source downloading via yt-dlp (optional).

In practice

Price
Free
Commercial use
Commercial use: yes
Available on
GitHub
Host
claude-code
Other hosts
claude-code, codex, any-agent
FR interface
No

Security and data

Rating
Security: one caveat, see the card
Your data
Local or cloud depending on use
Maintenance
Active

Links and repository checked on 23 September 2026 · added on 23 September 2026

How to install video-use (Browser Use)

1. Clone the repository and create a symbolic link to your agent's skills folder: git clone https://github.com/browser-use/video-use ~/Developer/video-use && ln -sfn ~/Developer/video-use ~/.claude/skills/video-use 2. Install Python dependencies: cd ~/Developer/video-use && uv sync (or pip install -e .) 3. Install ffmpeg (required): brew install ffmpeg 4. Install yt-dlp if you want to download online sources: brew install yt-dlp 5. Copy the environment file and add your ElevenLabs key: cp .env.example .env then open .env and set ELEVENLABS_API_KEY (do not share this file, it contains your API key) 6. Navigate to your footage folder and launch the agent: cd /path/to/your/videos && claude
git clone https://github.com/browser-use/video-use ~/Developer/video-use && ln -sfn ~/Developer/video-use ~/.claude/skills/video-use && cd ~/Developer/video-use && uv sync && brew install ffmpeg && cp .env.example .env

Official documentation

In the same category

Whole category Video