t2v
Placeholder skill for text-to-video workflows on skills.video. Use when the user is asking about t2v generation and the concrete API contract has not been implemented yet.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chuyun/t2vWhat This Skill Does
The t2v skill acts as the centralized placeholder and gateway for text-to-video generation workflows within the OpenClaw ecosystem. Designed specifically for integration with skills.video, this skill serves as a development framework for users and contributors looking to implement advanced video generation capabilities. At its current stage, it does not execute live video generation but provides a structured protocol for handling text-to-video requests, ensuring that users do not encounter unexpected failures or undocumented API behavior while the underlying infrastructure is being finalized.
Installation
To integrate this skill into your OpenClaw environment, use the following terminal command:
clawhub install openclaw/skills/skills/chuyun/t2v
Use Cases
- Prototyping Video Workflows: Developers can use this as a boilerplate to map new text-to-video APIs as they become available on the
skills.videoplatform. - Centralized Routing: It provides a consistent interface to redirect users to appropriate generation modules, such as
video-generation,i2v, orv2v, preventing fragmentation. - API Documentation Mapping: Use this to define and test request structures (payloads, duration parameters, and aspect ratio handling) before pushing to production.
- Error Handling Standardization: It serves as a testbed for implementing graceful fallback behaviors and informing users when a specific model or provider is not yet supported.
Example Prompts
- "Generate a 10-second cinematic video of a futuristic cyberpunk city with neon lights."
- "Can you help me set up a text-to-video workflow using the latest model on skills.video?"
- "I need to render an animation of a sunrise over the mountains using the t2v skill, please guide me through the configuration."
Tips & Limitations
Because t2v is currently a placeholder, it is not intended for generating actual video files. Always check the official documentation or the openclaw/skills repository for the latest implementation status. If your request is urgent, consider using the video-generation generic skill, which may already support basic text-to-video tasks. Ensure that when you move from the placeholder to an actual implementation, you adhere strictly to the OpenAPI contract defined for your chosen model provider. Avoid hardcoding parameters; instead, use the helper commands to extract required fields dynamically to maintain compatibility with future OpenClaw updates.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chuyun-t2v": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
ai-video
Build and execute skills.video video generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document video generation calls on open.skills.video.
i2i
Placeholder skill for image-to-image workflows on skills.video. Use when the user is asking about i2i generation and the concrete API contract has not been implemented yet.
ai-image-skills
Build and execute skills.video image generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document image generation calls on open.skills.video.
ai-image
Build and execute skills.video image generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document image generation calls on open.skills.video.
ai-video
Build and execute skills.video video generation REST requests from OpenAPI specs. Use when user needs to create, debug, or document video generation calls on open.skills.video.