Communitygithub.com

dead-air-removal

Use when a CapCut draft already exists and an agent should safely remove dead air, preserve backups, and report timeline edits through shell commands.

dead-air-removal란 무엇인가요?

dead-air-removal is a Claude Code agent skill that use when a CapCut draft already exists and an agent should safely remove dead air, preserve backups, and report timeline edits through shell commands.

지원 대상~Claude Code~Codex CLI~Cursor
npx skills add https://github.com/AuJUngZ/capcut-edit-skills/tree/main/skills/dead-air-removal

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

Dead Air Removal

When to Use

  • A CapCut draft folder already exists
  • Source media is already present on the timeline
  • The user wants silence trimming without manual CapCut UI editing

Preflight Checks

  • Confirm <draft-folder>/draft_content.json exists
  • Confirm <draft-folder>/Timelines/project.json exists
  • Confirm source media paths still resolve
  • Refuse to patch when validation fails or nearly all content would be removed

Default Command

Run python -m scripts.workflow --draft-folder "<draft-folder>" from the skills/dead-air-removal/ directory (repo checkout) or the skill install directory.

Gentler Silence Removal (less aggressive)

Run python -m scripts.workflow --draft-folder "<draft-folder>" --silence-threshold-db -35 --min-silence-ms 250 --lead-padding-ms 120 --tail-padding-ms 180 --max-gap-ms 120 --min-keep-ms 300 from the same directory.

Outputs

  • dead_air_report.json
  • dead_air_report.md
  • timestamped backup files next to the patched draft

Requirements

  • Run this from the skill directory that contains scripts/workflow.py
  • Python available in the local environment
  • ffmpeg available on PATH, or pass --ffmpeg-bin "<path-to-ffmpeg>"
  • Agent can read files and run shell commands

관련 스킬