chengfeng-cut

Produces a human-reviewed word-deletion ledger from Chinese talking-head video transcripts.

3.0k|383|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Agentchengfeng/chengfeng-videocut-skills --skill chengfeng-cut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chengfeng-cut
Source: https://github.com/Agentchengfeng/chengfeng-videocut-skills/tree/main/plugins/chengfeng-videocut/skills/chengfeng-cut
Command: npx skills add https://github.com/Agentchengfeng/chengfeng-videocut-skills --skill chengfeng-cut

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Editing Chinese talking-head videos requires finding filler words, repeated takes, misspoken names, and false starts across long transcripts, which is slow and error-prone when done manually. This Skill turns a raw video into a reviewed deletion ledger (Cuts + EDL) without physically cutting any media.

Core Features & Use Cases

  • Word-level transcription and dictionary correction: Cloud ASR transcribes the video word-by-word, then general and user dictionaries fix misheard proper nouns before any deletion judgment.
  • Five-round semantic deletion scan: Each pass looks for exactly one category—repetition, broken sentences, misspoke-and-retry, English stumbles, and filler words—producing a summary table and a repeated-sentences table.
  • Human review in Studio with retrospective learning: Candidates are submitted with revision-safe CAS semantics, the user reviews in the product Studio, and corrections are archived into user preference and dictionary files.
  • Use Case: A creator records a 30-minute Chinese commentary video with multiple retakes. The Skill transcribes it, fixes misheard terms like Grok or Codex, proposes deletions for repeated takes, and hands a reviewed cut list to the export stage.

Quick Start

Ask the agent to cut this talking-head video by transcribing it, fixing words with the dictionary, finding misspeaks and repetitions, and opening Studio for review.

Frequently Asked Questions about chengfeng-cut

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove filler words and repeated takes from a Chinese talking-head video?

Provide the real video file and let the Skill run cloud word-level transcription, then it scans the playback-order transcript in five passes for repetition, broken sentences, misspeaks, English stumbles, and filler words. You review the proposed deletions in Studio before anything is finalized.

Does this video cutting skill modify or export the actual media file?

No, it only produces a reviewed deletion ledger of word IDs and never cuts media. Physical cutting and video export belong to the separate export Skill, which acts on the frozen revision after user confirmation.

Why must transcription correction happen before deletion judgment?

Cloud ASR frequently mishears proper nouns, such as rendering Grok as Clock or Gokul, and judging deletions on wrong text produces wrong decisions. The dictionary pass fixes wording first so deletion criteria operate on accurate text.

What happens if the cloud transcription service is unavailable?

The Skill stops and reports missing_cloud_transcription_adapter instead of falling back to local ASR or fabricating a transcript. It will not open Studio or proceed without a real transcript.

How does the skill learn my editing preferences over time?

After your Studio review, it compares its proposal against your final version and archives differences into a cut-preferences file and a user dictionary under ~/.chengfeng-videocut. Recurring rule gaps are noted and proposed as new general cases after human review.