Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

Claude-Video-Editor-Plugin

Claude-Video-Editor-Plugin contém 40 skills coletadas de danielrosehill, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
40
Stars
2
atualizado
2026-05-03
Forks
0
Cobertura ocupacional
8 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

mkv-extract-track
Desenvolvedores de software

Extract a single track (audio, subtitle, video) from a Matroska container to its own file using mkvextract. Use when the user says "pull out this audio track", "extract the subtitles", "save this audio as a separate file", "get the SRT from this MKV". No re-encode.

2026-05-03
mkv-set-default-track
Editores de filme e vídeo

Set which audio or subtitle track plays by default in a Matroska container using mkvpropedit. Use when the user says "set the default audio", "make this subtitle track default", "this audio language should play first", "change the default track". Idempotent, no re-encode.

2026-05-03
mkv-strip-tracks
Desenvolvedores de software

Remove unwanted tracks (audio, subtitle, video) from a Matroska container and save a new, smaller file. Use mkvmerge syntax (-a, -s, -d to keep tracks; -A, -S, -D to drop all of a type). Use when the user says "remove this audio track", "drop all subtitles except English", "keep only this video and audio", "make this file smaller". No re-encode.

2026-05-03
mkv-track-list
Administradores de redes e sistemas de computador

Inspect tracks in a Matroska (MKV) container and display a formatted table showing track number, type (video/audio/subs), codec, language, default flag, and track name. Use when the user asks "what's in this MKV", "list the tracks", "show audio/subtitle languages", "inspect this file before editing".

2026-05-03
deps-setup
Desenvolvedores de software

Install optional video-editing tools (moviepy, auto-editor, video-use, VideoAgent, vit, LosslessCut, editly) plus media-inspection helpers (exiftool, mediainfo). Lets the user pick which to install; Python tools share a single uv-managed venv recorded in preferences.json. Use when the user says "install video tools", "set up moviepy", "install auto-editor", "deps setup", "install lossless cut", "install mediainfo", "install exiftool".

2026-05-01
cut-segment
Desenvolvedores de software

Extract one or more time-range segments from a video. Use when the user says "cut from 1:30 to 3:45", "trim the first 30 seconds", "extract these segments", "split this clip at 5:00". Stream-copies losslessly by default; offers a frame-accurate re-encode mode when the cut must be exact. Multiple segments are written as separate files (or optionally stitched in one pass).

2026-04-30
agentic-edit
Desenvolvedores de software

Run an agentic / LLM-driven cut-down on a long video — "make a 60-second highlight reel of this hour-long stream", "cut the boring parts from this lecture", "find the best moments in this footage". Wraps `video-use` (browser-use) by default; falls back to `VideoAgent` (HKU) for research-grade understanding. Both come from the shared uv venv set up by `deps-setup`. Outputs a cut-list (timestamps + reasons) and an optional rendered preview.

2026-04-30
editly-render
Desenvolvedores de software

Render a video from a declarative editly JSON spec (clips, transitions, titles, audio mix). Use when the user says "render this editly spec", "compose this slideshow", "make a video from this JSON", "editly render". Validates the spec, runs editly headlessly, and reports the deliverable. Editly must be installed via `deps-setup` (npm-global).

2026-04-30
mlt-render
Desenvolvedores de software

Render an MLT XML timeline (Kdenlive `.kdenlive` project or raw `.mlt`) to a deliverable using the `melt` CLI. Use when the user says "render the timeline", "render this kdenlive project to mp4", "melt render", "headless render". Supports an optional named render profile from the data store, otherwise asks for codec/bitrate/resolution/fps inline.

2026-04-30
open-in-kdenlive
Editores de filme e vídeo

Open a project's working directory (or a specific .kdenlive file) in Kdenlive. Use when the user says "open this in Kdenlive", "launch the editor for project X", "edit this in Kdenlive". If the project has no .kdenlive file yet, opens the working/ folder via the file dialog so the user can start fresh.

2026-04-30
render-from-library
Desenvolvedores de software

Assemble a single video from a folder of clips — concat in a chosen order, optionally with crossfade transitions, normalized to a target resolution/fps. Use when the user says "stitch this folder into one video", "render-from-library", "concat the clips in folder X", "make a montage from these clips". Lossless concat path when all clips share codec/params; transcoding fallback otherwise.

2026-04-30
dedupe-clips
Desenvolvedores de software

Find duplicate or near-duplicate clips in a folder. Two modes — `exact` (sha256 of file bytes, fastest, catches true duplicates) and `perceptual` (sample frames + dHash, catches re-encodes / format converts of the same source). Use when the user says "find duplicate clips", "dedupe this folder", "remove duplicate videos", "flatten and dedupe". Quarantines duplicates to `_duplicates/` by default; never deletes without explicit confirmation.

2026-04-30
scrub-takes
Editores de filme e vídeo

Remove accidental short takes from a clip folder — clips below a minimum duration (default 3s), or below a minimum filesize, that are typically the result of a fumbled record button. Use when the user says "scrub the short takes", "remove accidental clips", "clean up the takes folder". Moves clips to a `_rejected/` subfolder by default; only deletes on explicit confirmation.

2026-04-30
sort-clips-by
Editores de filme e vídeo

Sort a folder of media files into subfolders by a chosen attribute — resolution (e.g. 4K vs 1080p), aspect ratio (16:9, 9:16, 1:1), framerate, codec, or media kind (photo vs video). Use when the user says "separate the 4K clips", "split photos and videos", "sort by aspect ratio", "organize this folder by resolution". Moves files; never modifies content. Dry-run preview by default.

2026-04-30
pull-from-nas
Desenvolvedores de software

Rsync raw video clips from the registered NAS into the active project's raw/ folder. Use when the user says "pull from NAS", "import my footage", "grab clips from the archive into project X", or similar. Reads nas.json + index.json. Supports dry-run preview, optional date/extension filters, and resumable transfers.

2026-04-30
push-to-nas
Administradores de redes e sistemas de computador

Rsync finished renders from a project's renders/ or exports/ folder up to the registered NAS archive. Use when the user says "push to NAS", "archive these renders", "send the final cut to the archive", or similar. Reads nas.json + index.json. Dry-run preview by default, optional per-project subfolder on the archive side.

2026-04-30
setup-nas
Administradores de redes e sistemas de computador

Register a NAS (or any remote/mounted) location for video raw ingest and finished-render archive. Use when the user says "set up my NAS", "register my video archive", "configure NAS for video", or similar. Persists path(s) to nas.json so pull-from-nas and push-to-nas can find them.

2026-04-30
audio-to-music-video
Editores de filme e vídeo

Turn an audio file into a music video by compositing a waveform / spectrum / circular-CQT animation over cover art or a background. Templates (waveform-bottom, spectrum-bars, circular-cqt-cover, etc.) are saved in preferences.json so the user can pick by name. Use when the user says "make a music video from this audio", "audio to video with waveform", "render this song with a visualizer", "spectrum animation over cover art".

2026-04-30
burn-graphics
Editores de filme e vídeo

Overlay graphics onto a video — lower thirds, watermarks/logos, image overlays, or text titles — at specified timestamps. Use when the user says "add a watermark", "put my logo in the corner", "burn in a lower third", "add a title card", "overlay this PNG at 0:30". Multiple overlays in one pass; each can have its own time range and position.

2026-04-30
burn-subtitles
Desenvolvedores de software

Generate subtitles (whisper.cpp / faster-whisper) for a video and either save the SRT alongside or burn them into the picture. Use when the user says "subtitle this", "add captions", "burn subtitles", "transcribe and caption this video", "generate SRT for this". Accepts an existing SRT instead of regenerating. Picks the user's preferred whisper backend from preferences.json (set via onboard).

2026-04-30
clean-transcription
Redatores técnicosRevisores e marcadores de cópia

Clean up a raw whisper transcript (SRT or TXT) — strip filler words, fix recurring mistranscriptions via a per-project glossary, and (optionally) re-flow line breaks. Use when the user says "clean this transcript", "remove the ums", "fix the transcription", "tidy up the SRT before burning". Pairs with burn-subtitles (run before burning) and generate-deliverables.

2026-04-30
generate-deliverables
Editores de filme e vídeoProdutores e diretores

For a finished video, generate one or more publishing deliverables — thumbnail (poster frame), description (LLM summary), transcription (SRT/TXT), or all three. Use when the user says "generate deliverables", "make a thumbnail and description for this", "package this for upload", "give me the YouTube assets". Each deliverable is individually requestable.

2026-04-30
karaoke-video
Desenvolvedores de software

Build a karaoke-style music video from a source video or song — separate stems with Demucs, attenuate (or remove) the lead vocal, then burn animated lyric subtitles with music-note glyphs synced to the song. Accepts an existing LRC/SRT lyric file, or whisper-transcribes the original vocal as a fallback. Use when the user says "make this karaoke", "remove the vocals and add lyrics", "karaoke version", "instrumental with lyrics".

2026-04-30
onboard
Desenvolvedores de software

First-run setup for the video-editing plugin — collect per-user preferences (talking-head EQ preset, default loudness target, default render target) and write them to preferences.json. Use when the user says "onboard the video plugin", "set up my preferences", "register my voice EQ", "configure video editing", or when another skill (e.g. talking-head-eq) reports a missing preset.

2026-04-30
auto-cut-silences
Desenvolvedores de software

Remove silent / dead-air segments from a video or audio file using auto-editor. Use when the user says "cut the silences", "remove dead air", "tighten this up", "auto-edit this", "trim the gaps". Requires auto-editor installed via deps-setup (lives in the plugin's shared uv venv). Outputs a tightened copy alongside the source; original is preserved.

2026-04-30
normalize-audio
Técnicos em engenharia de somTécnicos de radiodifusão

Apply ffmpeg loudnorm (two-pass EBU R128) to a video or audio file, hitting the user's preferred LUFS / true-peak target (or one specified inline). Use when the user says "normalize this", "fix the levels", "make this -14 LUFS", "loudnorm this", "normalize for YouTube/podcast/broadcast". Pairs with audio-analysis (analyze recommends, this skill applies). Re-muxes video stream-copy when the input is video.

2026-04-30
create-render-profile
Editores de filme e vídeo

Build a named, reusable render profile (codec + resolution + bitrate/QP + container) by iterating on a 30-second test clip until file size and quality are right. Use when the user says "create a render profile", "tune my YouTube preset", "I want a render preset for archival", or is frustrated with bloated GPU-encoded files. Saves to render-profiles.json for later use by render-with-profile and transcode.

2026-04-30
data-store
Desenvolvedores de software

Reference for the video-editing plugin's per-user data store. Other skills in this plugin (setup-index, profile-system, render-profiles, setup-nas, etc.) read and write to this location. Linux-only — Windows users will need to fork. Don't invoke directly; this is documentation other skills consult.

2026-04-30
delete-render-profile
Editores de filme e vídeo

Delete a saved render profile by name. Use when the user says "delete the <name> render profile", "remove my <name> preset", or "clean up old render profiles".

2026-04-30
list-render-profiles
Editores de filme e vídeo

List the user's saved render profiles with their codec, resolution, and rate-control summary. Use when the user says "list my render profiles", "what presets do I have", "show me my render profiles", or similar.

2026-04-30
new-project
Editores de filme e vídeo

Create a new video project workspace inside the user's registered video index. Use when the user says "new video project", "create a project called X", "scaffold a new video", or similar. Creates a project subfolder with raw, proxies, working, renders, exports, assets layout and an optional git init.

2026-04-30
open-index
Editores de filme e vídeo

Open the user's registered video index — the base directory holding all video projects. Use when the user says "open my video index", "open my video workspace", "show me my video projects", or similar. Reads the path from index.json and opens a terminal there.

2026-04-30
profile-system
Administradores de redes e sistemas de computador

Detect the user's GPU and ffmpeg hardware encoders (NVENC, VAAPI, QSV, AMF) and persist the result to system-profile.json. Run this once per machine before using render-profile or transcode skills. Use when the user says "profile my system", "detect my GPU", "what encoders do I have", or before any render skill that complains about a missing profile.

2026-04-30
render-with-profile
Editores de filme e vídeo

Render one or more video files using a previously saved render profile. Use when the user says "render these clips at YouTube 1080p", "apply my <profile> preset", "batch render this folder with <profile>", or similar. Reads render-profiles.json + system-profile.json; writes outputs to a renders/ folder.

2026-04-30
setup-index
Desenvolvedores de software

Register or create the user's video index — the base directory that holds all their video projects. Use on first run, or when the user says "set up my video index", "register my video workspace", "change my video index path", or similar. Persists the path so other skills can find it.

2026-04-30
talking-head-eq
Desenvolvedores de software

Apply the user's saved voice/dialogue EQ preset to the audio of a video (or a standalone audio file) and re-mux. Use when the user says "EQ this talking head", "apply my voice preset", "clean up the audio for this video", or similar. Reads the preset from the per-user data store (registered via the onboard skill). Supports EasyEffects JSON, raw ffmpeg filter strings, and band-list JSON formats.

2026-04-30
transcode
Desenvolvedores de software

Ad-hoc transcode of a video file or folder — pick codec, container, resolution, framerate, and rate-control on the spot. Uses the hardware encoder detected by profile-system when available, falls back to libx264/libx265. Use when the user says "transcode this", "convert these to h.265", "change the framerate to 30", "make these smaller", or "VBR to CBR".

2026-04-30
audio-analysis
Desenvolvedores de software

Extract audio from a video (or analyze a standalone audio file) and report loudness — integrated LUFS, true peak (dBTP), loudness range — against a target like YouTube (-14 LUFS) or broadcast (-23 LUFS). Use when the user says "check loudness", "is this normalized", "extract the audio", "audio analysis", or "what LUFS is this". Read-only on the source — does not normalize.

2026-04-30
video-timeline
Desenvolvedores de software

Generate a folder of low-resolution frame snapshots at evenly spaced timestamps so Claude (or you) can "see" a video without ingesting the full file. Use when the user says "give me a visual timeline", "let me see this video", "show me frames from this", "white balance check", "what does this video look like", or any request where Claude needs visual context about a video. Output is a folder of small JPEGs plus a timeline.md index.

2026-04-30
wb-preview
Editores de filme e vídeo

Render a labeled before/after preview clip showing a proposed white-balance, color, or exposure correction. Use when the user (or Claude) wants to evaluate a color tweak before committing to a full re-render — e.g. "show me what +500K would look like", "preview this WB fix", "before/after on the color correction". Output is a short side-by-side or sequential MP4 with on-screen labels.

2026-04-30