prompt-translator

Solid

把一条 AI 视频提示词从源模型(如 Sora 2)的写法风格转换为目标模型(如 Kling 3.0 / Wan 2.7 / Veo 3.1 等)的最佳实践写法。基于 110 条 10 场景 × 11 模型对照基准数据(prompts/data/cross-model-matrix.json),不是凭直觉重写,而是查表式 in-context learning。10 场景:产品 / 双人对话 / 物理动作 / 图生视频 / 多人会议 / 恐怖 / 自然延时 / 抽象 / 武侠 / 萌宠。用于"Sora 已 EOL 帮我把这条提示词改成 Veo"、"我有 Kling 提示词想跑 Wan"、"跨模型 A/B 测试"、"把英文 prompt 优化成 Kling 中文版"等触发场景。

AI & Automation 240 stars 63 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# prompt-translator 跨模型提示词转换器。**关键差异**:不是凭 AI 直觉重写,而是**查 110 条对照基准做 in-context learning**。 ## 何时不用此 skill - 用户从零开始写一条新提示词(不是转换) → 用 `seedance-prompter` / `kling-prompter` / `happyhorse-prompter` 或 `model-selector` - 用户问"用哪个模型好" → 用 `model-selector` - 已有提示词出问题但不换模型 → 用 `seedance-debugger` ## 核心数据资产 **[`prompts/data/cross-model-matrix.json`](../../prompts/data/cross-model-matrix.json)** — 这就是 translator 的"训练数据": - **10 个核心场景**:产品广告 / 情感重逢 / 滑板动作 / 图生视频 / 多人会议 / 恐怖悬疑 / 自然延时 / 抽象艺术 / 武侠决斗 / 萌宠爆款 - **每个场景 × 11 模型 = 110 条对照 prompt**,每条严格遵循对应模型的官方公式 - 这构成"同一场景在 11 模型上的最佳写法对照",**就是 translator 的查找表** ## 工作流程 ### 步骤 1:接收输入 最少需要: - **源模型** (如 Sora 2 / Kling 3.0 / Wan 2.7) - **源 prompt** (用户的现有提示词) - **目标模型** (用户想转到哪个) 可选: - 转换偏好(更简洁 / 更详细 / 保留中文) ### 步骤 2:分析源 prompt 的语义内容 提取**核心场景元素**(与具体写法风格无关的): - 主体(subject):是谁/什么 - 场景(scene):在哪/什么环境 - 动作(motion):发生了什么时序事件 - 情绪(mood):整体氛围 - 镜头(camera):怎么拍 - 音频(audio):需要什么声音 - 对白(dialogue):有无台词 - 风格(style):视觉锚点 这一步是**剥离风格,提取语义**。把 Sora 的 `Style: → Cinematography: → Actions:` 分层结构里的实际内容,抽象成"核心场景描述"。 ### 步骤 3:查 110 条基准对照表找最相似场景 读取 [`prompts/data/cross-model-matrix.json`](../../prompts/data/cross-model-matrix.json),在 10 个场景里找**与用户输入最相似的 1-2 个场景**: | 用户输入像... | 参考场景 | |---|---| | 产品旋转 / 静态主体特写 | scene-1-perfume | | 双人对白 / 情感叙事 | scene-2-reunion | | 户外动作 / 物理运动 | scene-3-kickflip | | 图生视频(有参考图) | scene-4-i2v-cafe | | 多人对话 / 室内会议 | scene-5-meeting | | 恐怖悬疑 / 慢推进氛围 | scene-6-horror-balloon | | 自然延时 / 无人景观 | scene-7-mountain-sunrise | | 抽象艺术 /...

Details

Author
cclank
Repository
cclank/lanshu-awesome-ai-video-kit
Created
6 days ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

model-selector

根据用户的视频需求(场景、时长、音频、语言、平台限制、预算、是否需要本地部署/角色一致性等),从 16 个主流 AI 视频模型(12 商业 + 4 开源)中推荐最匹配的 1-3 个,并解释为什么。覆盖商业:Seedance 2.0、HappyHorse 1.0、Kling 3.0、Sora 2、Veo 3.1、**Gemini Omni**(2026-05 新)、Runway Gen-4.5/Aleph、Pika 2.5、Hailuo 02、Hunyuan Video 1.5、Wan 2.7、即梦 AI;开源:LTX-Video 0.9.7、Mochi 1、CogVideoX 5B、Higgsfield Soul。用于"用哪个 AI 视频模型好"、"Sora 还是 Kling"、"国内有什么模型"、"哪个免费"、"哪个支持中文"、"哪个能编辑已有视频"、"哪个能本地部署"、"哪个角色一致性最强"等触发场景。

240 Updated today
cclank
AI & Automation Listed

better-prompt

当用户明确要求"优化 prompt"、"改进提示词"、"润色指令"或"将简陋 prompt 转换为最佳实践版本"时使用。基于 OpenAI 和 Anthropic 官方最佳实践,对用户提供的简陋 prompt 进行结构化优化,输出符合社区标准的高质量版本。

36 Updated yesterday
huangwb8
AI & Automation Listed

prompt-optimize

Expert prompt engineering skill that transforms Claude into "Alpha-Prompt" - a master prompt engineer who collaboratively crafts high-quality prompts through flexible dialogue. Activates when user asks to "optimize prompt", "improve system instruction", "enhance AI instruction", or mentions prompt engineering tasks.

335 Updated today
aiskillstore
AI & Automation Listed

prompt-engineering

Transform task descriptions into optimized LLM prompts. Trigger: user says "帮我优化 prompt"、"写 prompt"、"设计提示词"、"prompt engineering".

0 Updated 2 days ago
afine907
AI & Automation Listed

seedance

This skill should be used when the user asks to "generate video prompts", "create Seedance prompts", "write video descriptions", mentions "Seedance", "seedance", "即梦", "即梦平台", "视频提示词", "视频生成", "AI视频", "短剧", "广告视频", "视频延长", or discusses video prompt engineering, AI video generation, or Seedance 2.0 workflows.

335 Updated today
aiskillstore