‹ 返回总目录
视频生成 最近更新07-01

video-use

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量2.8K
⭐ GitHub Stars19,836(fork 2457)
🗓️ 最近推送2026-07-01
🌱 项目创建2026-04-12
💻 语言 / LicensePython · MIT
🐛 开放Issue64

📝 工具简介

用编码agent编辑视频。

📖 怎么用

先克隆仓库:`git clone https://github.com/browser-use/video-use ~/Developer/video-use`,然后软链到 agent 的 skills 目录:`ln -sfn ~/Developer/video-use ~/.claude/skills/video-use`(Claude Code)。装完 ffmpeg 和 ElevenLabs API key(README 说在 install.md 里)。开始用:`cd /path/to/your/videos` 然后 `claude`,把素材丢进文件夹,直接说"剪这个视频",它会自动去 filler words、调色、加字幕,最后输出 final.mp4。

📋 迷你测评

用编码agent编辑视频的技能。亮点是让agent直接操作视频编辑。无具体数据点。

📄 README 要点

这是用Claude Code来剪辑视频的开源工具,把原始素材丢进文件夹,跟Claude聊几句就能得到成片。它能自动剪掉语气词和停顿,给每个片段调色,加音频淡入淡出防爆音,烧录字幕,还能用HyperFrames这些工具生成动画覆盖层。每次剪辑都会自我检查效果,还会记住上次的项目设置。适合做口播视频、教程、旅行Vlog这类内容,不用学专业剪辑软件。

查看英文原文
video use Introducing video use — edit videos with Claude Code. 100% open source. Drop raw footage in a folder, chat with Claude Code, get final.mp4 back. Works for any content — talking heads, montages, tutorials, travel, interviews — without presets or menus. Try video use in Browser Use Cloud. What it does Cuts out filler words ( umm , uh , false starts) and dead space between takes Auto color grades every segment (warm cinematic, neutral punch, or any custom ffmpeg chain) 30ms audio fades at every cut so you never hear a pop Burns subtitles in your style — 2 word UPPERCASE chunks by default, fully customizable Generates animation overlays via HyperFrames, Remotion, Manim, or PIL — spawned in parallel sub agents, one per animation Self evaluates the rendered output at every cut boundary before showing you anything Persists session memory in project.md so next week's session picks up where you left off Setup prompt Paste into Claude Code, Codex, Hermes, Openclaw, or any agent with shell access: [安装/使用命令见下方] The agent handles the clone, dependencies, skill registration, and prompts you once for your ElevenLabs API key (grab one at elevenlabs.io/app/settings/api keys). Then point your agent at a folder of raw takes: [安装/使用命令见下方] For always on editing from your own VPS or Telegram, run the agent through Browser Use Box. Watch the 15 second demo. And in the session: edit these into a launch video It inventories the sources, proposes a strategy, waits for your OK, then produces edit/final.mp4 next to your sources. All outputs live in /edit/ — the skill directory stays clean. Manual install If you'd rather do it by hand: [安装/使用命令见下方] How it works The LLM never watches the video. It reads it — through two layers that together give it everything it needs to cut with word boundary precision. Layer 1 — Audio transcript (always loaded). One ElevenLabs Scribe call per source gives word level timestamps, speaker diarization, and audio events ( (laughter) , (applause) , (sigh)

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考