default_editing_workflow_skill

Orchestrates a multi-step video editing workflow from media loading to final rendering.

3.4k|400|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/FireRedTeam/FireRed-OpenStoryline --skill default-editing-workflow-skill-fireredteam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: default_editing_workflow_skill
Source: https://github.com/FireRedTeam/FireRed-OpenStoryline/tree/main/.storyline/skills/default_editing_workflow_skill
Command: npx skills add https://github.com/FireRedTeam/FireRed-OpenStoryline --skill default-editing-workflow-skill-fireredteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Editing a video involves many disconnected steps—finding footage, splitting shots, writing scripts, generating voiceovers, picking music, and assembling a timeline. This Skill provides a single guided workflow that chains all of these tools together so users can go from raw footage (or no footage at all) to a rendered video through natural conversation. ## Core Features & Use Cases - End-to-End Editing Pipeline: Coordinates media search, loading, shot splitting, content understanding, clip filtering and grouping, script generation, voiceover, BGM selection, timeline planning, and final rendering. - Flexible Step Skipping: Optional steps (search, split, understand, filter, script, voiceover, BGM) can be skipped based on user needs, while load_media, plan_timeline, and render_video are fixed. - Style Imitation Support: When users request a specific copywriting style, it prioritizes the subtitle_imitation_skill before generating the script. - Use Case: A user uploads travel footage and asks for a vlog. The Skill loads the media, splits it into shots, understands and groups the clips, generates a script and voiceover, selects background music, plans the timeline, and renders the final video. ## Quick Start Edit my uploaded travel footage into a vlog with a script, voiceover, and background music.

Frequently Asked Questions about default_editing_workflow_skill

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

FAQPage Schema
How do I edit a vlog from raw footage using AI?▼

Upload your footage and describe your goal in natural language. The workflow loads the media, splits it into shots, understands and groups clips, generates a script and voiceover, selects background music, plans a timeline, and renders the final video.

Can I create a video without uploading any footage?▼

Yes. The workflow includes a search_media step that finds and downloads matching images and video clips online. After searching, the load_media tool must run to actually load the downloaded material into the editing pipeline.

Which steps in the video editing workflow are mandatory?▼

Three steps are fixed: load_media to read input footage, plan_timeline to organize clips, script, voiceover, and BGM into a timeline, and render_video to produce the final output. All other steps are optional and skippable.

How do I generate a video script in a specific style?▼

Request the desired style when asking for the script. The workflow prioritizes the subtitle_imitation_skill to imitate that style first, then runs the generate_script tool to produce the final video copy.

What happens if I skip shot splitting or content understanding?▼

Skipping optional steps like split_shots or understand_clips is allowed, but downstream steps such as clip filtering, grouping, and script generation will have less granular material to work with, which may reduce editing precision.