← 返回
内容创作 Key 中文

Video Intent Studio

Guide staged text-to-video generation from a rough user idea to ranked video type options, parameter tuning, prompt preview, and final Volcengine Ark video g...
引导分阶段的文生视频生成:从粗略的用户想法出发,逐步完成视频类型选项排序、参数调整、提示词预览,并最终生成火山引擎方舟视频。
xxxxxxxxxxxxxxxxxxx20gex
内容创作 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 453
下载
💾 29
安装
1
版本
#latest

概述

Video Intent Studio

Follow a user-led workflow for video generation. Do not choose the final prompt for the user. Suggest options, keep the current prompt transparent, and ask for confirmation before generation.

Core behavior

  • Respond in the user's language. Default to Chinese if the user is writing in Chinese.
  • Keep the workflow layered: intent -> ranked video types -> parameter tuning -> prompt confirmation -> generation.
  • Present 3 to 5 options at the type-selection step. Keep the option set stable and only reorder by relevance.
  • Show the current prompt preview whenever parameters change.
  • Let the user revise or exit at every stage.
  • Keep a simple state object in memory or scratch space:
state = {
    "user_input": "",
    "selected_type": None,
    "params": {
        "duration": 8,
        "ratio": "16:9",
        "motion": "medium",
        "style": "original",
        "brightness": "normal",
        "subtitle": "off",
        "dream_filter": "off",
    },
    "final_prompt": "",
    "stage": "init",
}

Skill directory and script paths

When this SKILL.md is loaded, resolve the skill directory from the absolute path of this file.

  • Suggestion and prompt builder:
  • /scripts/video_agent_backend.py
  • Final generator:
  • /scripts/generate_ark_video.py
  • Type catalog and defaults:
  • /references/video-types.md
  • Usage walkthrough and examples:
  • /references/usage-guide.md

Use absolute paths when running the scripts.

Recommended workflow

  1. Capture the user's raw idea.
    • Keep the original wording in state as user_input.
    • Do not rewrite it into a final prompt yet.
  1. Rank video types.
    • Run:
python "<skill-dir>/scripts/video_agent_backend.py" suggest --input "user idea"
  • Present the top 3 to 5 results as numbered options.
  • For each option, include:
  • type name
  • one-sentence use case
  • default duration and ratio
  • short reason why it matches
  1. After the user chooses a type, build a prompt preview.
    • Run:
python "<skill-dir>/scripts/video_agent_backend.py" build ^
  --input "user idea" ^
  --type cinematic-story
  • Show:
  • current prompt preview
  • current parameter summary
  • a short numbered list of tunable options
  1. If the user adjusts settings, rerun build with explicit parameters.
    • Supported parameters:
    • --duration 5|8|10|12
    • --ratio 9:16|16:9|1:1|4:3
    • --motion light|medium|strong
    • --style realistic|anime|cinematic|original
    • --brightness moody|normal|bright
    • --subtitle off|on
    • --dream-filter off|on
    • --notes "extra user constraint"
  1. Before generation, show the final prompt and ask for confirmation.
    • Use a short confirmation question such as:
    • "Final prompt and parameters are ready. Generate now?"
  1. After explicit confirmation, generate the video.
    • Run:
python "<skill-dir>/scripts/generate_ark_video.py" ^
  --prompt "final prompt text" ^
  --output "C:\path\to\result.mp4"
  1. Report success or failure clearly.
    • On success, give the downloaded file path and task id if available.
    • On failure, bucket the issue into one of:
    • API key or auth problem
    • network or polling problem
    • task failed remotely
    • response did not include a downloadable video URL

Important implementation notes

  • The bundled generator script intentionally mirrors the existing HTTP + polling pattern already used in this workspace.
  • The current API request sends a text prompt payload only. Duration, ratio, motion, style, and other controls are encoded into the prompt text unless you later extend the API payload.
  • The generator script reads credentials from environment variables first:
  • ARK_API_KEY
  • VOLCENGINE_ARK_API_KEY
  • Optional environment variables:
  • ARK_VIDEO_MODEL
  • ARK_VIDEO_TASKS_URL

Conversation rules

  • Do not skip the type-selection step unless the user explicitly says they already know the type.
  • Do not ask broad open-ended questions if a numbered choice is possible.
  • If the user says "more realistic", "more cinematic", "shorter", "vertical", or similar, treat that as a parameter update and keep moving.
  • If the user says "generate", "go", or "就这样生成", show the final prompt once and ask for one explicit confirmation unless they already confirmed in the same message.

When to read references

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 06:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,213
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,502
developer-tools

ArXiv Scholar Search

xxxxxxxxxxxxxxxxxxx20gex
利用arXiv API进行学术论文发现、相关性筛选及结构化输出。适用于主题搜索、最新论文发现等场景。
★ 0 📥 1,361