Install
$ agentstack add skill-meitu-meitu-skills-text-to-video ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Text To Video(文生视频)
Overview
纯文字驱动生成动态视频,涵盖 2 类场景:
- 高画质默认模式:创意视频、广告素材、文案可视化、概念演示;4–15s,比例 adaptive/16:9/4:3/1:1/3:4/9:16/21:9,480p/720p,音频默认 on。
- 高动态快速模式:追求动态效果 / 画面生动、或需 3s 短时长;3–15s,仅 16:9/1:1/9:16,720p,音频默认 off,动态效果更强。
不处理:图片驱动生成视频、音频驱动生成、视频编辑、视频加特效/改风格。
API Mapping
| 场景 | 后端 API | |------|---------| | 高画质默认模式 | video_toffee_t2v_v20 | | 高动态快速模式 | video_bonbon_txt2vid_v30 |
model 映射:
auto(默认)/ 不传 → 按路由规则决策toffee→video_toffee_t2v_v20bonbon→video_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
meitu --version≥ 2.0.6meitu auth verify --json- 确认 registry 含
text-to-video - 解析 output_dir:
openclaw.yaml→./output/;else →~/.openclaw/workspace/visual/output/text-to-video/ - 时长钳位:用户要 600s | 降低时长 / 分辨率重试 1 次 → 仍失败返回错误 |
| 内容合规拦截 | 直接返回合规提示,不重试、不降级 |
冲突规则:
- 动态 + 特殊比例 → 比例优先,走
video_toffee_t2v_v20 - 3s 时长 + 默认模式 → 时长优先,走
video_bonbon_txt2vid_v30 - 要 480p → 走
video_toffee_t2v_v20(bonbon 不支持)
Deliver
解析 --json:
ok: true→downloaded_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.md 中 text-to-video 条目。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: meitu
- Source: meitu/meitu-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.