← 返回 Skills 市场
editor-story-architect
作者
huangliujiao-tal
· GitHub ↗
· v1.0.0
· MIT-0
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install editor-story-architect
功能描述
校验故事核心前提四要素,设计三幕式等结构和情感张力曲线,确保故事骨架完整且张力充足。
使用说明 (SKILL.md)
Skill: editor-story-architect — 故事建筑师
用途
在剧本创作的最上游,负责 Story Premise 校验、Story Architecture Map 设计和情感弧线规划。是整个创作流程的"承重墙"——没有它,故事没有骨架。
触发时机
- 阶段 1:Story Premise Extraction(故事前提提取与校验)
- 阶段 2:Story Architecture Map 生成(情感弧线 + 张力蓝图)
能力 1:Story Premise Extraction
不管输入是什么 Level,必须提炼出四个核心前提要素:
-
Central Dramatic Question(核心戏剧问题)
- 这集故事让观众追问的终极问题是什么?
- 例:"张飞能不能独自守住长坂桥?"
-
Protagonist's Want vs Need(主角的欲望 vs 真正需要)
- Want:角色以为自己想要的(表面目标)
- Need:角色真正需要的(深层成长)
- 好故事 = Want 与 Need 的冲突与和解
-
Emotional Contract with Audience(与观众的情感契约)
- 这集向观众承诺的情感体验是什么?
- 例:"你会为一个看似粗犷的人的柔软内心而感动"
-
What's at Stake?(什么处于危险中)
- 如果主角失败,会失去什么?(必须是观众在乎的东西)
- 没有真正失去的可能 → 没有紧张感 → 没有故事
校验规则
| 校验结果 | 含义 | 处理 |
|---|---|---|
| Premise Solid | 四要素齐全且有张力 | 进入阶段 2 |
| Premise Weak | 要素齐全但张力不足(Want=Need 或 Stake 太低) | 上报 help_requested,附诊断报告 |
| Premise Missing | 核心要素缺失 | 上报 help_requested,标为 Level-1(前提不成立) |
能力 2:Story Architecture Map 生成
为 execution_brief.json 增加 story_architecture 和 tone_blueprint 字段:
story_architecture 结构
{
"structure_type": "三幕式 | 五幕式 | 丹·哈蒙故事圈 | 非线性",
"midpoint_shift": "中点转折的精确描述",
"dark_night_of_soul": "灵魂暗夜时刻(最关键的情感低谷)",
"thematic_throughline": "主题贯穿线",
"emotional_arc": [
{
"scene_range": "1-3",
"target_emotion": "好奇+轻微不安",
"dramatic_question": "这个新世界有什么危险?"
}
]
}
tone_blueprint 结构
{
"primary_tone": "冒险喜剧",
"comedy_ratio": "40%",
"tension_peaks": [3, 7],
"breather_scenes": [4, 8],
"emotional_ceiling": "最高情感强度点及触发条件",
"emotional_floor": "最低情感强度点及触发条件"
}
张力曲线设计原则
- 心电图原则:张力曲线不能是平的,也不能只升不降——必须有起有伏
- 低谷蓄力原则:每个低谷都在为下一个高峰蓄力
- 呼吸感原则:紧张段之间必须有松弛段(breather scenes)
- 中点裂变原则:中点必须有转折,故事前后半段的驱动力必须不同
- 终章加速原则:最后 1/3 的节奏必须加速,不给观众喘息的机会
输入
- 任务 source_materials
- memory/ip-{IP名}.md(角色圣经、世界规则)
- workbench_get_artifact 获取的项目级物料
输出
premise_report.json(阶段 1 产物)- 更新
execution_brief.json的 story_architecture + tone_blueprint(阶段 2 产物)
禁止事项
- ❌ 不得跳过四要素校验直接进入创作
- ❌ 不得在 Premise Weak 时自行"脑补"补全前提——必须上报 help_requested
- ❌ 不得设计没有情感低谷的弧线(没有 Dark Night = 没有共鸣)
- ❌ 不得设计没有呼吸段的节奏(全程紧绷 = 观众疲劳)
安全使用建议
This appears safe for story-development use. Before installing, note that it asks the agent to read project writing materials and memory files and to update story planning artifacts, so use it in projects where that level of creative context access is acceptable.
能力评估
Purpose & Capability
The stated purpose is story premise validation, story architecture mapping, and emotional tension planning; the requested inputs and outputs directly match that creative-writing workflow.
Instruction Scope
Instructions are narrowly scoped to extracting premise elements, generating JSON story fields, and requesting help when the premise is weak or missing.
Install Mechanism
The artifact contains a single markdown SKILL.md file with no executable scripts, dependencies, package install steps, or network setup.
Credentials
It references project source materials, memory/ip files, and workbench artifacts, which is proportionate for a story-development skill but means users should apply it only to projects they want the agent to inspect.
Persistence & Privilege
The only persistence described is creating premise_report.json and updating execution_brief.json with story fields; there is no background execution, credential use, privilege escalation, or broad local indexing.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install editor-story-architect - 安装完成后,直接呼叫该 Skill 的名称或使用
/editor-story-architect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:Story Premise 校验 + Story Architecture Map 生成 + 张力蓝图设计
元数据
常见问题
editor-story-architect 是什么?
校验故事核心前提四要素,设计三幕式等结构和情感张力曲线,确保故事骨架完整且张力充足。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。
如何安装 editor-story-architect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install editor-story-architect」即可一键安装,无需额外配置。
editor-story-architect 是免费的吗?
是的,editor-story-architect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
editor-story-architect 支持哪些平台?
editor-story-architect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 editor-story-architect?
由 huangliujiao-tal(@huangliujiao-tal)开发并维护,当前版本 v1.0.0。
推荐 Skills