AgentStack
SKILL verified MIT Self-run

Text To Video

skill-meitu-meitu-skills-text-to-video · by meitu

使用 meitu-cli 从纯文字描述生成动态视频,覆盖高画质默认模式与高动态快速模式。当用户提到文生视频、文字生成视频、帮我生成一段视频、做一个视频、广告视频、产品宣传片、短视频时触发。

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-meitu-meitu-skills-text-to-video

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Text To Video? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Text To Video(文生视频)

Overview

纯文字驱动生成动态视频,涵盖 2 类场景:

  1. 高画质默认模式:创意视频、广告素材、文案可视化、概念演示;4–15s,比例 adaptive/16:9/4:3/1:1/3:4/9:16/21:9,480p/720p,音频默认 on。
  2. 高动态快速模式:追求动态效果 / 画面生动、或需 3s 短时长;3–15s,仅 16:9/1:1/9:16,720p,音频默认 off,动态效果更强。

不处理:图片驱动生成视频、音频驱动生成、视频编辑、视频加特效/改风格。

API Mapping

| 场景 | 后端 API | |------|---------| | 高画质默认模式 | video_toffee_t2v_v20 | | 高动态快速模式 | video_bonbon_txt2vid_v30 |

model 映射:

  • auto(默认)/ 不传 → 按路由规则决策
  • toffeevideo_toffee_t2v_v20
  • bonbonvideo_bonbon_txt2vid_v30
  • 互相降级:一方失败切另一方重试

Dependencies

  • meitu-cli: >=2.0.6
  • 凭证:CONFIG AKSK → meitu tools update;EXEC AKSK → 跑命令(见根 CONFIG.md
  • 环境变量MEITU_OPENAPI_TOOL_TASK_MODE=command

Core Workflow

Preflight → Execute → Deliver

Preflight

  1. meitu --version ≥ 2.0.6
  2. meitu auth verify --json
  3. 确认 registry 含 text-to-video
  4. 解析 output_dir:openclaw.yaml./output/;else → ~/.openclaw/workspace/visual/output/text-to-video/
  5. 时长钳位:用户要 600s | 降低时长 / 分辨率重试 1 次 → 仍失败返回错误 |

| 内容合规拦截 | 直接返回合规提示,不重试、不降级 |

冲突规则:

  • 动态 + 特殊比例 → 比例优先,走 video_toffee_t2v_v20
  • 3s 时长 + 默认模式 → 时长优先,走 video_bonbon_txt2vid_v30
  • 要 480p → 走 video_toffee_t2v_v20(bonbon 不支持)

Deliver

解析 --json

  • ok: truedownloaded_files[0].saved_path 为本地视频
  • ok: false → 输出 code + hint

落盘:mv {file} {output_dir}/{YYYY-MM-DD}_{descriptive-name}.mp4

Output

  • 格式: MP4
  • 命名: {YYYY-MM-DD}_{descriptive-name}.mp4
  • 位置: 项目 → ./output/;一次性 → ~/.openclaw/workspace/visual/output/text-to-video/

基线 Task ID

见根目录 references/task-id-baseline.mdtext-to-video 条目。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.