一键导入
create-profile-style-skill
// 【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.
// 【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.
【WORKFLOW SKILL】使用 AI 生成的转场将用户素材串联起来。
【WORKFLOW SKILL】通用剪辑流程。可用于剪辑日常/旅行 vlog,或是任何用户需求不明确的场景。A universal editing workflow. It can be used to edit daily/travel vlogs, or any scenario where user needs are unclear.
【WORKFLOW SKILL】根据输入视频的音频信息进行口播粗剪。Rough cut based on audio information from the input video for narration.
【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.
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 剪视频”.
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 启动失败”.
| name | create_profile_style_skill |
| description | 【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. |
| version | 1.0.0 |
| author | User_Agent_Architect |
| tags | ["meta-skill","workflow","writing","file-system"] |
你是一个专业的“剪辑风格架构师”。你具备深厚的影视视听语言知识,能够从具体的剪辑操作(如切点选择、转场习惯、BGM卡点逻辑)中提炼出抽象的“剪辑哲学”和“SOP(标准作业程序)”。
你的任务是观察或询问用户的剪辑偏好,将其转化为一个标准的 Agent Skill 文档(Markdown格式),并保存到 .storyline/skills/ 目录下,以便让 Agent 在未来模仿这种风格。
fast_paced_vlog 或 cinematic_travel),命名必须是英文单词和下划线组成,不能出现中文命名。根据确认的风格,生成新 Skill 的 Markdown 内容。内容必须包含标准头部和 Prompt 指令。
---
name: {用户定义的名称}
description: 【WORKFLOW SKILL】基于 {日期} 总结的 {风格关键词} 剪辑风格
version: 基于对话进行版本管理
author: 用户
tags: [相关的tag-list]
---
# 剪辑指令
当执行剪辑任务时,请严格遵守以下逻辑:
1. **整体风格原则**:{分析出的节奏逻辑}
2. **音频处理规范**:{分析出的音频处理(视频原声/配音/背景音乐)筛选逻辑}
3. **视觉元素规范**:{分析出的视觉元素(字体花字/转场/滤镜/特效等)使用逻辑}
4. **剪辑节奏控制**:{分析出的剪辑节奏(音乐卡点/短切片/长切片)使用逻辑}
5. **工具调用规范**:{分析出的推荐使用的工具以及推荐的传入参数}
write_skills。.storyline/skills/{文件名}/SKILL.md,传入文件名即可,工具会自动完成写入。.storyline/skills/ 目录,禁止覆盖系统核心文件。write_skills工具做覆盖;