Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

qcut-toolkitqcut 工具包

Agent Skill

qcut-toolkit 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,664

周安装

599

GitHub Stars

公开资料未说明

下载量

4,696
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:qcut-toolkit(qcut 工具包)
来源仓库:https://github.com/donghaozhang/qcut-toolkit
安装命令:
openclaw skills install qcut-toolkit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install qcut-toolkit

简介

统一组织项目文件并使用 FFmpeg 处理媒体素材的 CLI 工具包。

  • 适用于视频编辑项目前期准备与 AI 内容生成流水线搭建。
  • 支持 YAML 管道定义、分辨率转换与批量格式处理操作。
  • 需安装 FFmpeg 并确认本地存储路径有足够空间。
  • 可能执行系统命令,建议在沙箱或受控环境中运行。qcut-toolkit 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
qcut-toolkit
description
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.
argument-hint
[task description]

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

Handles:

  • Switching preview panel between video preview and MCP app mode
  • Validating iframe srcDoc rendering for MCP HTML content
  • Debugging IPC (mcp:app-html) and HTTP (/api/claude/mcp/app) delivery
  • Crafting prompts that modify MCP media app UI safely

6. pr-comments — PR Review Processing

When: Exporting PR comments, evaluating code reviews, fixing review feedback from CodeRabbit/Gemini bots Invoke: /pr-comments Skill path: .claude/skills/pr-comments/SKILL.md

Handles:

  • Export review comments from GitHub PRs to markdown files
  • Preprocess comments into evaluation task files
  • Analyze comment groupings by source file
  • Evaluate, fix, or reject individual review comments
  • Batch process all comments with bottom-up line ordering
  • Resolve threads on GitHub and track completed tasks

Routing Logic

When the user's request involves multiple sub-skills, chain them in this order:

  1. Organize first — Ensure project structure exists before processing
  2. Process with FFmpeg — Convert, trim, or prepare source media
  3. Generate with AI — Create new content or analyze existing media
  4. Write prompts — Generate video prompts for Seedance/即梦 if needed
  5. Control editor — Use native-cli editor:* commands to update timeline, settings, or import results
  6. Organize output — Place results in media/generated/ or output/

Quick Routing Table

User saysRoute to
"organize", "set up project", "clean up files"native-cli
"convert", "compress", "trim", "resize", "extract audio", "gif", "subtitle"ffmpeg-skill
"generate image", "generate video", "avatar", "lipsync", "transcribe", "analyze video", "AI pipeline"ai-content-pipeline
"add to timeline", "update project settings", "list media", "export preset", "configure for TikTok"native-cli
"import media", "get project stats", "diagnose error"native-cli
"video prompt", "Seedance", "即梦", "视频提示词", "write video description"seedance
"test MCP preview", "MCP app mode", "debug iframe", "mcp:app-html"qcut-mcp-preview-test
"export PR comments", "fix review feedback", "process code review"pr-comments
"process this video and generate thumbnails"ffmpeg-skill → ai-content-pipeline
"import media and organize"native-cli
"generate content and add to timeline"ai-content-pipeline → native-cli
"set up project then generate content"native-cli → ai-content-pipeline
"write prompt then generate video"seedance → ai-content-pipeline

Multi-Step Workflow Example

User: "Take my raw footage, trim the first 30 seconds, compress it, then generate AI thumbnails"

  1. /native-cli — Run init-project / organize-project to prepare the project structure and source media
  2. /ffmpeg-skillffmpeg -ss 00:00:30 -i input.mp4 -c copy trimmed.mp4 then compress
  3. /ai-content-pipeline — Extract a frame, generate styled thumbnail with flux_dev
  4. Place output in input/, output/, or media/generated/ as needed

Output Structure

All sub-skills follow the same project structure:

Documents/QCut/Projects/{project-name}/
├── input/              ← native-cli init-project / organize-project
│   ├── images/
│   ├── videos/
│   ├── audio/
│   ├── text/
│   └── pipelines/
├── output/             ← final exports
│   ├── images/
│   ├── videos/
│   └── audio/
├── config/
└── media/generated/    ← ai-content-pipeline outputs (when used)

Full Production Workflow

$ARGUMENTS

Break the request into steps, invoke each sub-skill in sequence, and report progress after each step. Always confirm destructive operations (overwriting files, deleting temp data) before executing.

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.89%
按下载量换算3,329

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills