一键导入
polym-eval-prompt-optimizer
Optimize prompts for Seedream, Seedance, Gemini, Sora, and Veo. Use when the user wants a stronger image/video generation prompt.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Optimize prompts for Seedream, Seedance, Gemini, Sora, and Veo. Use when the user wants a stronger image/video generation prompt.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Research BytePlus products, APIs, SDKs, setup, quotas, regions, pricing, and troubleshooting using the bundled official documentation index, then verify claims on live docs. Use for requests for BytePlus documentation or official links.
Batch-generate Seedance 2.0 Mini videos via the BytePlus console BFF (Mini has no public API). Covers T2V, image/video reference (I2V/R2V), first/last frame, and human portraits. Triggers: "seedance mini", "dreamina mini", "用 mini 出视频".
Generate textured 3D models (GLB + PBR) from an image and/or text prompt via Volcengine Ark Seed3D (doubao-seed3d). Submits the async task, polls to completion, and downloads the .glb. Domestic Volcengine Ark only, not BytePlus overseas.
Generate videos with BytePlus Seedance. Use for Seedance text-to-video, image-to-video, camera control, and draft video workflows.
Generate images with BytePlus Seedream 4.x/4.5. Use for Seedream text-to-image, AI art, product images, and batch image generation.
Creates polished explainer videos from docs, URLs, PDFs, screenshots, or text. Use for product demos, announcement reels, repo videos, and requests like "make an explainer video" or "turn this repo into a video".
| name | polym-eval-prompt-optimizer |
| description | Optimize prompts for Seedream, Seedance, Gemini, Sora, and Veo. Use when the user wants a stronger image/video generation prompt. |
Optimize generation prompts for image and video AI models.
优化这个提示词:<your prompt>
帮我写一个适合 Seedream 的电商产品图提示词
把这个中文描述转成 Seedance 视频提示词:<description>
| Model | Type | Key Formula |
|---|---|---|
| Seedream 4.5 | Image | Subject + Action + Environment + Aesthetics |
| Seedance 1.5 Pro | Video | Subject + Movement + Environment + Camera + Aesthetics + Sound |
| Seedance 1.0 Pro | Video | Subject + Movement + Environment + Camera + Aesthetics |
| Seedance 1.0 Lite | Video | Subject + Movement + Environment + Camera |
| Gemini / Imagen | Image | Subject + Style + Technical specs |
| Sora | Video | Subject + Action + Setting + Style |
| Veo | Video | Subject + Motion + Scene + Cinematics |
When the user wants to optimize a prompt, apply the appropriate formula below. Always output:
Formula: Subject + Action + Environment + Aesthetics
Scenarios:
A sleek black wireless headphone, placed on a white surface, soft studio lighting from above, minimal shadow, professional product photography, 8K detailA young woman enjoying morning coffee by a sunlit window, warm golden hour lighting, lifestyle photography, cozy and aspirational moodAction + Object + Characteristic; Keep [person's face/pose/background] exactly the sameA poster with the title "INNOVATION" in bold sans-serif font, centered, white text on dark blue backgroundFormula: Subject + Movement + Environment + Camera + Aesthetics + Sound
Key rules:
Sound format:
In a [emotion] tone, [speed] speed, [language]: "[dialogue text]"
Background music: [style], [pacing], [mood]
Shot format:
Shot 1: [wide/medium/close-up]. [scene]. [action]. [dialogue if any]
Shot 2: Cut to [shot type]. [description]...
Formula: Subject + Movement + Environment + Camera + Aesthetics
Formula: Subject + Movement + Environment + Camera
# Optimize an image prompt
python3 skills/polym-eval-prompt-optimizer/scripts/optimize_prompt.py \
--prompt "一个女孩站在花园里" \
--model seedream \
--scenario ecommerce
# Optimize a video prompt
python3 skills/polym-eval-prompt-optimizer/scripts/optimize_prompt.py \
--prompt "产品展示视频" \
--model seedance-1.5-pro \
--scenario ecommerce
# Environment variables
export BYTEPLUS_API_KEY=your_key
export BYTEPLUS_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
export OPTIMIZER_MODEL_ID=your_llm_model_id # e.g. Seed-1.8 or GPT-5.4