mane23-ai

Claude Capcut Skill — Development skill for Claude Code

Development community

Claude Code skill for automating CapCut/JianYing projects via capcut-cli.

How to install Claude Capcut Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mane23-ai/claude-capcut-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Capcut Skill does

Claude Code skill for automating CapCut/JianYing projects via capcut-cli. Natural-language timecode edits, content-based scene search, talking-head auto-cut, long-to-shorts, subtitle styling.

Alternatives in Development

  • Battle — Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line 3.6k ★
  • Claude Autopilot — VS Code/Cursor extension for automating Claude Code tasks with intelligent queuing, batch processing, and auto 218 ★
  • iOS App Store Submit — Claude Code skill for automating iOS App Store submission 130 ★

README

claude-capcut-skill

Claude Code Skill for automating CapCut / JianYing video projects via `capcut-cli`. Natural-language driven cutting, content search, talking-head silence removal, long-to-shorts, subtitle styling, project inspection — all with dry-run, automatic backup, and rollback.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Node](https://img.shields.io/badge/node-%E2%89%A518-339933)](https://nodejs.org) [![capcut-cli](https://img.shields.io/badge/capcut--cli-%E2%89%A50.9.0-blue)](https://github.com/renezander030/capcut-cli)


TL;DR

사용자: "이 캡컷 프로젝트에서 무음 다 자르고 영어 자막 입혀줘"
Claude Code: → SKILL 자동 감지
            → workflows/03 (silence cut) + workflows/05 (subtitle+translate)
            → dry-run 미리보기 표시
            → 승인 후 capcut-cli 실행
            → capcut info diff + 백업 안내

지원 시나리오: 타임코드 컷 / 내용 기반 장면 찾기 / 토킹헤드 자동 정리 / 롱폼→쇼츠 / 자막 스타일·번역 / 프로젝트 검사·롤백.


한국어 가이드

1. 설치

# 1) 저장소 클론
git clone https://github.com/mane23-ai/claude-capcut-skill.git
cd claude-capcut-skill

# 2) Claude Code 스킬 디렉토리로 symlink
#    (macOS/Linux/WSL)
ln -s "$(pwd)" ~/.claude/skills/capcut

# 3) capcut-cli 자동 설치
node scripts/install.mjs

# 4) 환경 검증
node scripts/doctor.mjs

doctor.mjs가 6/6 PASS면 사용 준비 완료. capcut-cli만 부족하면 `npm install -g capcut-cli`로 직접 설치.

2. 필수·선택 의존성

구분 도구 용도
필수 Node ≥ 18 스킬 런타임
필수 capcut-cli ≥ 0.9.0 CapCut 프로젝트 편집
필수 CapCut / JianYing Desktop 프로젝트 생성·미리보기 (Web 미지원)
선택 FFmpeg 키프레임·오디오 분석 (워크플로우 02/04)
선택 Whisper 자막 생성 (워크플로우 02/03/04/05)
선택 ANTHROPIC_API_KEY 자막 번역 (워크플로우 05)

3. 사용

자연어 또는 `/capcut` 명시 호출 둘 다 지원.

"이 캡컷 프로젝트 트랙 보여줘"      → workflow 06
"0:45부터 1:15까지 잘라"            → workflow 01
"강아지 점프하는 장면 찾아서 잘라"  → workflow 02
"무음 다 잘라"                       → workflow 03
"30초 쇼츠 3개 뽑아"                 → workflow 04
"자막 만들고 영어로 번역해"           → workflow 05
"되돌려"                             → work