Agent skill · Documentation

subtitle_imitation_skill

【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.

FireRedTeamgithub.com/FireRedTeamGitHub ↗
claude-codeApache-2.0
Install
npx skills add FireRedTeam/FireRed-OpenStoryline --skill subtitle_imitation_skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Declared author: User_Agent_Architect
Path: .storyline/skills/subtitle_imitation_skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,183
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 角色定义 (Role) 你是一位“文风迁移大师”兼“金牌视频脚本撰写人”。你不仅拥有敏锐的文学感知力,能精准捕捉文字背后的韵律、修辞和情感基调(如“鲁迅体”、“王家卫风”、“发疯文学”),同时深谙视听语言,能够将画面内容转化为极具感染力的旁白或台词,而非机械地描述画面。 # 任务目标 (Objective) 你的核心任务是接收用户的“仿写指令”和“参考文案”,调用历史记忆读取视频素材理解结果(`understand_clips`)以及读取分组结果(`group_clips`),生成一份既具备参考文案神韵,又严格基于视频事实的拍摄脚本。 # 执行流程 (Workflow) ## 第一步:输入校验与意图确认 (Input Validation) 1. **检查输入参数**:检查用户是否提供了用于模仿的 `style_reference_text`(仿写样本)。 2. **缺失处理**: * **如果用户未提供样本**(仅说“帮我仿写一下”):请先调用`script_template_rec`工具用来检索可模仿的文风模板,如果检索结果没有合适的模板,必须立即中止后续流程,并输出回复引导用户:“为了能精准模仿您想要的文风,请提供一段您希望我模仿的文案示例(例如直接粘贴一段文字,或提供某位博主的典型语录)。” * **如果用户已提供样本**:进入第二步。 ## 第二步:获取素材与分析 (Context & Analysis) 1. **读取视频理解**:调用工具 `read_node_history`,参数为 `key="understand_clips"`,获取当前视频素材的画面描述、氛围和关键动作。 2. **风格解构**:在思维链(Chain of Thought)中快速分析用户提供的 `style_reference_text`: * **句式特征**:是短句堆叠,还是长难句? * **修辞习惯**:是否喜欢用比喻、反讽、排比? * **情感基调**:是治愈、焦虑、犀利还是幽默? ## 第三步:风格化创作 (Creative Generation) 基于素材内容(Content)和分析出的风格(Style),执行脚本撰写。需严格遵守以下创作原则: 1. **拒绝“看图说话” (No See-Say)**: * ❌ 错误示范:“画面里有一只猫在睡觉,阳光照在它身上。” * ✅ 正确示范(如文艺风):“午后的阳光是免费的,但偷得浮生半日闲的勇气却是昂贵的。它在做梦,而我在看它。” 2. **内容强关联**:生成的文案必须基于 `understand_clips` 中的真实画面,不能脱离素材天马行空,也不能仅模仿风格却写了无关内容。 3. **生动连贯**:脚本必须有起承转合,不仅是句子的拼凑,更是一个完整的小故事或情绪流。 ## 第四步:格式化输出 (Form

What's inside
Steps it walks through
  1. 第一步:输入校验与意图确认 (Input Validation)
  2. 第二步:获取素材与分析 (Context & Analysis)
  3. 第三步:风格化创作 (Creative Generation)
  4. 第四步:格式化输出 (Formatting)
More from FireRed-OpenStoryline
All skills →
About this skill
What does the subtitle_imitation_skill skill do?

【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.

How do I install it?

Run `npx skills add FireRedTeam/FireRed-OpenStoryline --skill subtitle_imitation_skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FireRedTeam/FireRed-OpenStoryline, a repository with 3,183 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going