speech_rough_cut_skill

speech_rough_cut_skill is a skill for Claude Code, Codex from FireRedTeam/FireRed-OpenStoryline. It costs 39 tokens per session (353 once invoked), scanned A, original, Apache-2.0.

A video-editing workflow for making a rough cut of spoken footage from its audio and speech transcript. A rough cut is an early edit that keeps useful spoken sections and removes unnecessary parts.

In plain words
What is it for?
Use it to transcribe footage with timestamps, create a speech-based rough cut, suggest on-screen text, and produce a timeline that preserves the source audio.
Why use it?
It reduces the manual work of finding speech, splitting the footage, and removing redundant narration while keeping the original audio. It also checks whether the resulting spoken text remains complete and natural.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to transcribe footage with timestamps, create a speech-based rough cut, suggest on-screen text, and produce a timeline that preserves the source audio.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fireredteam/firered-openstoryline/speech_rough_cut_skill
About the project

FireRed-OpenStoryline is an AI video-editing agent that turns natural-language instructions into planned and coordinated editing actions. It is for beginners, creative users, and developers who want help searching media, generating scripts, selecting music or narration, and assembling videos through conversation. The catalogue contains reusable Style Skills for guiding consistent video-production workflows.

FireRedTeam/FireRed-OpenStoryline · 3,387 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add FireRedTeam/FireRed-OpenStoryline --skill speech_rough_cut_skill
Clone the repo
git clone --depth 1 https://github.com/FireRedTeam/FireRed-OpenStoryline

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for speech_rough_cut_skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/fireredteam/firered-openstoryline/speech_rough_cut_skill/github.svg)](https://agentmods.dev/skills/fireredteam/firered-openstoryline/speech_rough_cut_skill)
Your own site
<a href="https://agentmods.dev/skills/fireredteam/firered-openstoryline/speech_rough_cut_skill"><img src="https://agentmods.dev/badge/skills/fireredteam/firered-openstoryline/speech_rough_cut_skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for speech_rough_cut_skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/fireredteam/firered-openstoryline/speech_rough_cut_skill"><img src="https://agentmods.dev/badge/skills/fireredteam/firered-openstoryline/speech_rough_cut_skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 353 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00353
Opus 5 $0.00019 $0.00177
Sonnet 5 $0.00008 $0.00071
Haiku 4.5 $0.00004 $0.00035

Measured 10d ago against content hash 4580df65a3bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

speech_rough_cut_skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.storyline/skills/speech_rough_cut_skill/SKILL.md · 21 lines

What it actually says

角色定义 (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,重新执行粗剪。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 21 lines · 39 tokens per session scan A 4580df65a3bf

Subscribe to this mod's changes

speech_rough_cut_skill is a skill published in the GitHub repository FireRedTeam/FireRed-OpenStoryline (3,387 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 353 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wegent-video-generation

Use this skill when the user asks to generate or create a video. Supports text, image, video, and audio reference materials according to the selected video model.

wecode-ai/Wegent · 32 tokens

pireel

Edit videos in Pireel Studio through the pireel MCP server — first-run setup, local and stock media import, transcript editing, multi-source montage, multiple editable outputs, storyboarding, designed graphics, captions, themes and export. Read this whenever the user wants to install/connect Pireel or edit, cut…

pireel/pireel-agent · 111 tokens

video-cut

Edit raw footage into a finished cut by conversation, fully local. Drop clips in a folder, describe the video you want, get edit/final.mp4 back. Local-first raw-footage video editor — the editorial counterpart to the generative Remotion/launch-video skills. Uses a two-layer reading system (local fasterwhisper…

broomva/skills · 294 tokens

officecli-pitch-deck

Use this skill when the user is building a fundraising / investor pitch deck — seed, Series A / B / C, convertible note, SAFE round, strategic raise. Trigger on: 'pitch deck', 'investor deck', 'Series A deck', 'Series B deck', 'Series C deck', 'fundraising deck', 'seed pitch', 'VC deck', 'raising capital', 'term sheet…

iOfficeAI/OfficeCLI · 163 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

agentscope-ai/QwenPaw · 152 tokens