← All skills
Tencent SkillHub · AI

Seedance 3x3 Optimizer

将普通剧情文本重写成适配 Seedance 的“3x3 法则”视觉化脚本(对峙/爆发/终结或和谐/裂痕/决裂,共 9 段)。当用户说“按 3x3/33 法则优化剧情”“把这段故事改成更有画面感的 Seedance 文本”“做成可直接粘贴的视频生成脚本”时使用。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

将普通剧情文本重写成适配 Seedance 的“3x3 法则”视觉化脚本(对峙/爆发/终结或和谐/裂痕/决裂,共 9 段)。当用户说“按 3x3/33 法则优化剧情”“把这段故事改成更有画面感的 Seedance 文本”“做成可直接粘贴的视频生成脚本”时使用。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/3x3-patterns.md, scripts/optimize_story.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Seedance 3x3 Optimizer

来源参考:https://x.com/ponyodong/status/2021534195659816995

快速流程

判断剧情类型:action(动作冲突)或 emotion(情感冲突)。 提取输入中的核心信息:角色、场景、冲突、关键动作、结局。 运行脚本生成 9 段视觉化文本(每段 50-120 字)。 返回结果时附上可选参数建议(风格、镜头节奏、颜色对比)。

使用脚本

python3 /home/ubuntu/.openclaw/workspace/skills/seedance-3x3-optimizer/scripts/optimize_story.py \ --story "少年在宗门大比被羞辱,最终拔剑逆袭" \ --mode action \ --title "宗门逆袭" \ --style "玄幻电影感" 输出默认为 Markdown,可直接粘贴到 Seedance。 如需 JSON: python3 /home/ubuntu/.openclaw/workspace/skills/seedance-3x3-optimizer/scripts/optimize_story.py \ --story "兄妹因理念不同最终分道扬镳" \ --mode emotion \ --json

结果要求(重写标准)

不写抽象判断词(如“很强”“很伤心”),改写为可见细节(眼神、呼吸、环境反应、光线变化、物体状态)。 每一段都要有至少一个“可拍到”的元素: 镜头/距离(推近、远景、背影、特写) 物理细节(碎石、雨雾、衣角、汗水、裂纹) 光色对比(冷暖、明暗、金紫等) 九段形成完整曲线,不要九段都在同一情绪强度。

段落模板

action:对峙(1-3) → 爆发(4-6) → 终结(7-9) emotion:和谐(1-3) → 裂痕(4-6) → 决裂(7-9) 更细模板见:references/3x3-patterns.md

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/3x3-patterns.md Docs
  • scripts/optimize_story.py Scripts