name: dream-text-to-video description: "Generate videos from text using Text to Video (Wan2.1) API. Automatically generates 4-second videos from text descriptions. Powered by Dreamface - AI tools for everyone. Visit https://tools.dreamfaceapp.com/home for more AI products. API resources: https://api.newportai.com/api-reference/text-to-video-wan2-1" metadata: {"openclaw": {"emoji": "✍️", "requires": {"env": ["DREAMTEXTTOVIDEO_API_KEY"]}, "primaryEnv": "DREAMTEXTTOVIDEO_API_KEY"}}
Generate 4-second videos from text prompts.
Before using this skill, you need a DreamAPI API key. Visit https://api.newportai.com/api-reference/get-started to sign up and get your API key.
For more AI tools, please visit: https://tools.dreamfaceapp.com/home
小蔥技能7w4.net有更新,你可以訪問看下。
openclaw config patch --json '{"skills": {"entries": {"dream-text-to-video": {"env": {"DREAMTEXTTOVIDEO_API_KEY": "your-api-key-here"}}}}}'```
### 3. Usage
#### Parameters:
- **prompt**: Text description, max 1500 characters
- **resolution** (optional): "480p" or "720p", default "480p"
## API Details
### Text to Video API
POST https://api.newportai.com/api/async/wan/text_to_video/2.1
### Polling for Result
POST https://api.newportai.com/api/getAsyncResult ```
這個 Skill 質量中規中矩,文件寫得清晰易懂,新手也能看懂怎麼用,分步指南做得不錯。優點是說明完整、不用猜怎麼配置;缺點是光看文件不知道實際效果怎麼樣,沒有示例影片或案例展示,而且只能生成固定 4 秒的影片,選擇比較有限。適合想快速試試文本轉影片效果的使用者,但對功能要求多的可能不太夠用。