THE FIRST EDIT STARTS HERE · V2.1.0

A small setup.
A familiar timeline.

Everything you need to install the skill, make your first caption edit, and get back to creating in CapCut.

Check your setup.

  • CapCut Desktop with an existing local draft. Mobile and web projects are not supported.
  • Claude Code with your own access, or another agent harness supporting the Agent Skills convention. The included installers target Claude Code.
  • Python 3.10+ with virtual-environment support.
  • FFmpeg and ffprobe available on your PATH.
  • Enough space for Python dependencies, any local transcription model, and complete draft backups. First-time installation downloads can take several minutes.

Seller-reported test environments

SystemCapCut DesktopClaude Code
macOS 26Latest version reported by sellerLatest version reported by seller
Windows 11Latest version reported by sellerLatest version reported by seller

Reported September 16, 2026. Exact CapCut and Claude Code build numbers were not recorded. “Latest” describes the seller’s test report, not a guarantee for every future release. CapCut’s local draft format can change. If your setup differs, ask before buying.

Install once.

Download the ZIP from your purchase confirmation or delivery email. Extract it into a folder you can find again. Keep the installers, requirements.txt, and capcut-ai-editor folder together.

macOS

Install Python and FFmpeg first. If you use Homebrew, brew install python ffmpeg installs both. From the folder containing your downloaded ZIP:

unzip capcut-ai-editor-v2.1.0.zip
cd capcut-ai-editor-v2.1.0
bash ./install.sh

Windows 11 · PowerShell

Install Python 3.10+ with PATH enabled and install FFmpeg from its official distribution. Confirm python --version and ffmpeg -version work, then run:

Expand-Archive capcut-ai-editor-v2.1.0.zip -DestinationPath .
cd capcut-ai-editor-v2.1.0
.\install.ps1

If PowerShell blocks a downloaded script, inspect it first, then use Unblock-File .\install.ps1 and rerun it. Do not disable system-wide execution safeguards.

What the installer does

Copies the skill to ~/.claude/skills/capcut-ai-editor on macOS, or %USERPROFILE%\.claude\skills\capcut-ai-editor on Windows. It creates a private Python environment inside the skill folder and installs dependencies there. It asks before replacing an existing skill installation.

Read the installation output: a missing Python environment or dependency failure needs fixing even if the installer exits. Restart Claude Code after installing.

Make the first edit small.

  1. Open a short test project in CapCut Desktop. Generate auto-captions and save it. Keep a separate backup of important work.
  2. Fully quit CapCut. The scripts refuse to edit while the app is running to avoid an autosave conflict.
  3. Open Claude Code and ask it to inspect the project before changing anything:
“Use capcut-ai-editor to inspect my CapCut project ‘my_video’. Show me its caption tracks. Don’t change anything yet.”

Once the project and track are correct:

“Regroup the existing auto-captions in ‘my_video’ into short karaoke-style phrases. Back up the project, apply the edit, and verify the result.”

Reopen the project in CapCut. Check spelling, timing, caption placement, and the rest of the timeline before exporting.

Other starting prompts

  • “Detect silence in source.mp4 and show me the keep-segment list before making cuts.”
  • “Add a title reading ‘Chapter 1’ at 0 seconds for 3 seconds.”
  • “Add this prepared transparent overlay to my existing project.”

Silence detection produces an edit list. Your agent uses it to rebuild the video track and remap caption timing; it is not a standalone one-click export tool.

Know what comes with it.

Included in the packageOptional / separate
Draft inspection, backups, caption grouping, media and text insertion, SRT import, effects and keyframe toolsYour own CapCut plan, fonts, effects, and media rights
Local Whisper transcription workflowElevenLabs or Gemini keys and usage
Insertion of prepared transparent overlay videosHyperFrames installation/rendering to create those overlays
Installers, reference docs, example prompts, email setup helpClaude Code or other agent access, custom editing services

The package edits existing projects. Background removal and asset sourcing are delegated to other tools when available. Local draft editing does not mean the agent provider runs offline.

Get back to your previous draft.

Write operations create a timestamped sibling backup folder before applying changes. Keep your own copy of anything irreplaceable.

  1. Fully quit CapCut before touching draft files.
  2. Locate the project and its project_backup_… sibling in the draft directory.
  3. Copy both the current project and chosen backup somewhere safe, outside CapCut’s draft directory.
  4. Move the current project folder outside the draft directory. Copy the contents of the chosen backup into a folder with the original project folder name at its original path. Do not merge the old and new contents.
  5. Reopen CapCut and verify the restored project and media links. If it does not appear correctly, stop and contact support with the folder names and versions.

Default macOS location: ~/Movies/CapCut/User Data/Projects/com.lveditor.draft/

Default Windows location: %LOCALAPPDATA%\CapCut\User Data\Projects\com.lveditor.draft\

Your installation may use a relocated library. The skill supports an explicit draft root. Do not manually overwrite a single JSON file: CapCut can keep multiple draft mirrors.

When something gets in the way.

“CapCut is still running”

Quit CapCut completely and check for background CapCut or JianYing processes. Do not force a write simply to bypass the protection.

Project not found

Confirm this is a local desktop project and that the project name and draft root are correct. Ask the agent to list drafts before editing.

Missing Python package or FFmpeg

Confirm the installer finished successfully. The agent should use the skill’s private environment: venv/bin/python3 on macOS or venv\Scripts\python.exe on Windows. Check FFmpeg and ffprobe are on PATH.

Captions drift after a cut

Caption timestamps must be mapped from the original audio onto the trimmed timeline. Review the keep-segment list and remapping with the agent before applying another change.

Draft will not open or a recent update breaks editing

Restore the backup. Send your software versions and the error to support. Do not repeatedly apply edits to a failing draft. Unsupported or unreadable draft formats require investigation.

Download link expired

Reply to your delivery email with the order reference. Replacement links are available for verified, non-refunded purchases.

A person on the other end.

Email mrphuripat.sunopak@gmail.com with your order reference, OS, CapCut and agent versions, and the exact error. Redact API keys and private project content. Installation help is included; custom editing work is not.

If a documented supported setup still fails after email help, request a compatibility refund within 7 days of purchase. Read the refund terms.

Back to the $49 skill