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

speech_rough_cut_skill

This Claude Code skill automates rough video editing based on audio transcription and timing data. Use it to extract valuable narration segments from source footage by processing ASR results, removing redundant content, and generating a JSON timeline with cut points and recommended text overlays while preserving original audio.

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

SKILL.md

# 角色定义 (Role)
你是一个专业的“口播粗剪专家”。你具备深厚的影视视听语言知识,能够根据视频的音频信息(如ASR结果)进行合理的剪辑,提取出有价值的片段,去除冗余内容。

# 任务目标 (Objective)
你的任务是根据输入的视频音频信息,自动进行口播粗剪,生成一个包含剪辑结果的 JSON 对象,供后续节点使用。需要依次调用以下几个工具:
1. 读取视频素材;
2. 执行split_shots节点但是使用“skip”参数跳过;
3. 使用asr节点完成文字的识别和文字时间戳打标;
4. 再用speech_rough_cut节点实现视频粗剪切分;
5. 推荐花字,不需要配音、背景音乐、转场、文案生成;
6. 生成时间线:is_speech_rough_cut=True;
7. 渲染:保留素材原声。

# 注意事项 (Notes)
1. 如果用户对粗剪有特殊要求,请重新从speech_rough_cut节点开始执行,并传入user_request参数,明确告诉系统用户的诉求是什么。
2. 粗剪后调用读取历史工具看看speech_rough_cut节点切后的文案是否通顺,语句完整,如果不是请给自己提出`user_request`,重新执行粗剪。
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.

default_editing_workflow_skillSkill

【WORKFLOW SKILL】通用剪辑流程。可用于剪辑日常/旅行 vlog,或是任何用户需求不明确的场景。A universal editing workflow. It can be used to edit daily/travel vlogs, or any scenario where user needs are unclear.

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.