Add capcut-edit skill (CapCut/JianYing draft editor)#321
Open
renezander030 wants to merge 1 commit into
Open
Conversation
Skill drives capcut-cli — zero-dep Node CLI for CapCut/JianYing draft editing. 22 stars, MIT.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Adding capcut-edit to the 🧠 Agent Skills section.
What it is: a Claude Code skill that drives
capcut-cli, a zero-dep Node CLI for editing CapCut and JianYing video drafts (draft_content.json) directly. No Python runtime, no HTTP server, no MCP daemon — deterministic JSON edits.Why it fits Agent Skills (vs. Tools): the skill teaches Claude how to compose
capcutcommands for short-video workflows: subtitle fixes, decorators (keyframes, masks, transitions, text/image animations), template apply, long-form-to-shorts cut, multi-language draft clones, whisper-based caption factory.Highlights:
--jianyingflag)Sits alongside
remotion-dev/skills(video generation) but for the edit side: works with existing CapCut/JianYing projects that humans render in the desktop apps.Rene