AI Agent Hub
Back to skills
AI JianYing Draft Generator icon

AI JianYing Draft Generator

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_ae897a6e/jianying-editor-skill-ai.

About this skill

Problem

Manually turning scripts, transcripts, and selected clips into JianYing drafts often leads to mismatched timestamps, overlapping segments, narration covering original audio, and inconsistent output paths. This skill is aimed at commentary-style videos where transcript/scene analysis or storyboard JSON already exists, and it makes the “storyboard to inspectable draft” path explicit.

How It Works

  • Drafts are written in the user’s project directory, not the Skill directory; unique draft names are used by default, and --overwrite requires explicit approval.
  • Narrated, original-audio, subtitle, transition, and audio rules are handled through the workflow and rules/ files.
  • storyboard_validator.py checks timestamps, overlaps, durations, and schema; jy_wrapper.py uses the draft API; draft_inspector.py inspects the generated draft.
  • mode: "original" preserves source audio; mode: "narration" adds explanatory lines. If TTS exceeds the planned duration, it warns and rewrites or extends instead of silently overlapping scenes.

Boundaries

Best for commentary, long-video summaries, and storyboard-to-draft tasks. It is not suitable when there is no transcript, no scene analysis, or timestamps cannot be confirmed. Dynamic cloud resolution is disabled by default, cloud downloads require explicit approval, and exports must be verified by inspecting the draft or resulting file before claiming success.

Use Cases

  • Convert organized narration and scene analysis into inspectable JianYing drafts.
  • Validate storyboard JSON timestamps, overlaps, and durations before drafting.
  • Preserve original audio while adding short commentary sections to long-video summaries.
  • Inspect generated tracks and warnings before confirming export steps.

Best For

  • Short-form video editors who need stable script-to-draft workflows.
  • Content editors creating long-video summaries with original audio and narration.
  • Automation engineers using storyboard JSON for validated draft generation.
  • Developers shipping video pipelines who need draft inspection and export checks.