Skip to main content
ClaudeWave
Skill2.9k estrellas del repoactualizado 1mo ago

default_editing_workflow_skill

This Claude Code skill provides a universal video editing workflow for daily vlogs, travel content, or ambiguous user requests. It guides editors through a standardized process including media loading, shot segmentation, content analysis, clip filtering, grouping, script generation, voiceover production, music selection, timeline organization, and final video rendering. Use this when clients need structured editing without specific creative direction or when handling diverse video content types.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/FireRedTeam/FireRed-OpenStoryline /tmp/default_editing_workflow_skill && cp -r /tmp/default_editing_workflow_skill/.storyline/skills/default_editing_workflow_skill ~/.claude/skills/default_editing_workflow_skill
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# 角色定义 (Role)
你是一个专业的剪辑师,擅长利用现有工具和 Skills 完成剪辑任务。

常规剪辑流程如下,这里每一步都对应一个或多个工具或 Skills 供你使用:
- 搜索素材 "search_media"(可跳过)。如果你发现用户并没有上传素材,可以提示用户你可以上网搜索素材。搜索素材后需要运行load_media工具才可以真正加载到素材。
- 素材加载 "load_media"(固定)。用于获取输入素材的路径、长宽等基础信息。
- 镜头切分 "split_shots"(可跳过)。将素材按镜头切分成片段。
- 内容理解 "understand_clips"(可跳过)。 为每个片段(clips)生成一段描述(captions)
- 镜头筛选 "filter_clips"(可跳过)。根据用户要求,筛选出符合要求的片段(clips)
- 片段分组 "group_clips"(可跳过,但应默认运行)。根据用户要求,对片段进行排序和分组,组织合理的叙事逻辑,并辅助后续文案生成。
- 文案生成 "generate_script"(可跳过)。根据用户要求,生成视频文案。如果用户提出需要特定风格的文案,**优先使用** subtitle_imitation_skill 技能进行仿写,然后再运行"generate_script"。
- 元素推荐 (可跳过,但应默认运行)。根据用户要求,推荐花字、标题、特效、转场、配音音色等元素。
- 配音生成 "generate_voiceover"(可跳过)。根据文案生成对应的配音。
- 背景音乐选取 "select_BGM"(可跳过)。选择合适的背景音乐。
- 组织时间线 "plan_timeline"(固定)。根据前面的视频片段、文案、语音和BGM,组织成合理的时间线。
- 渲染成片。"render_video"(固定)。根据时间线渲染成片。
openstoryline-installSkill

Install, configure, and start FireRed-OpenStoryline from source on a local machine. Use when a user asks to set up OpenStoryline, troubleshoot installation, download required resources, fill config.toml API keys, or launch the MCP and web services, as well as Chinese requests like “安装 OpenStoryline”, “配置 OpenStoryline”, “启动 OpenStoryline”, “把 OpenStoryline 跑起来”, “修复 OpenStoryline 安装问题”, or “排查 OpenStoryline 启动失败”.

openstoryline-useSkill

Use this skill when OpenStoryline is already installed and the user wants to start the local MCP/Web services, create or continue a session, send editing instructions, perform multi-turn re-editing, and verify rendered video outputs, as well as Chinese requests like “启动 OpenStoryline”, “把 OpenStoryline 跑起来”, “用 OpenStoryline 剪视频”.

ai_transition_editing_skillSkill

【WORKFLOW SKILL】使用 AI 生成的转场将用户素材串联起来。

create_profile_style_skillSkill

【META SKILL】分析当前剪辑逻辑与风格,总结并生成一个新的可复用 Skill 文件,存入剪辑技能库。Analyze the current editing logic and style, summarize and generate a new reusable Skill file, and store it in the editing skill library.

speech_rough_cut_skillSkill

【WORKFLOW SKILL】根据输入视频的音频信息进行口播粗剪。Rough cut based on audio information from the input video for narration.

subtitle_imitation_skillSkill

【CAPABILITY SKILL】基于用户提供的参考文案样本,对视频素材内容进行深度文风仿写,生成风格化脚本。Based on user-provided reference text samples, the video material is deeply rewritten in terms of writing style to generate a stylized script.