ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chuyun/t2v
Or

What 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.video platform.
  • Centralized Routing: It provides a consistent interface to redirect users to appropriate generation modules, such as video-generation, i2v, or v2v, 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

  1. "Generate a 10-second cinematic video of a futuristic cyberpunk city with neon lights."
  2. "Can you help me set up a text-to-video workflow using the latest model on skills.video?"
  3. "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

Author@chuyun
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chuyun-t2v": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video#generation#placeholder#t2v#animation
Safety Score: 5/5