ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

qcut-toolkit

Unified QCut media toolkit — organize project files, process media with FFmpeg, generate AI content, control the QCut editor with native CLI commands, generate video prompts, and test MCP preview. Use when the user asks about any media workflow, file organization, video processing, AI generation, editor control, video prompts, or content pipeline task.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/donghaozhang/qcut-toolkit
Or

QCut Toolkit

Unified entry point for QCut's six sub-skills. Route tasks to the appropriate sub-skill based on what the user needs.

Sub-Skills

1. native-cli — Project Setup & Native Pipeline Commands

When: Setting up a project, cleaning up files, organizing workspace, importing media Invoke: /native-cli Skill path: .claude/skills/native-cli/SKILL.md

Handles:

  • Initializing the standard project layout (input/*, output/*, config/)
  • Organizing media by extension with organize-project
  • Running structure audits with structure-info
  • Running editor media/timeline/export/diagnostic commands (editor:*)
  • Running additional native pipeline commands when needed

2. ffmpeg-skill — Media Processing

When: Converting, compressing, trimming, resizing, extracting audio, adding subtitles, creating GIFs, applying effects Invoke: /ffmpeg-skill Skill path: .claude/skills/qcut-toolkit/ffmpeg-skill/SKILL.md

Handles:

  • Format conversion (MP4, MKV, WebM, MP3, etc.)
  • Video compression (-crf), resizing (scale=), trimming (-ss/-t)
  • Audio extraction, subtitle burn-in, text overlays
  • GIF creation, speed changes, merging/concatenation
  • Streaming (HLS, DASH, RTMP) and complex filtergraphs

3. ai-content-pipeline — AI Content Generation & Analysis

When: Generating images/videos/avatars, transcribing audio, analyzing video, running AI pipelines Invoke: /ai-content-pipeline Skill path: .claude/skills/qcut-toolkit/ai-content-pipeline/SKILL.md

Handles:

  • Text-to-image (FLUX, Imagen 4, Nano Banana Pro, GPT Image)
  • Image-to-video (Veo 3, Sora 2, Kling, Hailuo)
  • Avatar/lipsync generation (OmniHuman, Fabric, Multitalk)
  • Speech-to-text transcription with word-level timestamps (Scribe v2)
  • Video analysis with Gemini 3 Pro
  • YAML pipeline orchestration with parallel execution
  • Motion transfer between images and videos

4. seedance — Video Prompt Engineering

When: Writing video prompts, Seedance/即梦 workflows, AI video prompt generation, video descriptions (Chinese or English) Invoke: /seedance Skill path: .claude/skills/qcut-toolkit/seedance/SKILL.md

Handles:

  • Seedance 2.0 (即梦) prompt generation in Chinese
  • Multi-modal video prompts (text-to-video, image-to-video, video extension)
  • Short drama (短剧), advertising video, and cinematic prompt templates
  • Prompt engineering best practices for ByteDance video models

5. qcut-mcp-preview-test — MCP Preview Testing

When: Testing MCP app preview, toggling "MCP Media App" mode, debugging iframe rendering, troubleshooting mcp:app-html events or /api/claude/mcp/app Invoke: /qcut-mcp-preview-test Skill path: .claude/skills/qcut-toolkit/qcut-mcp-preview-test/SKILL.md

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-donghaozhang-qcut-toolkit": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.