T2V

v1.0.0

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 im...

0· 128·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for skills-video/t2v.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "T2V" (skills-video/t2v) from ClawHub.
Skill page: https://clawhub.ai/skills-video/t2v
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install t2v

ClawHub CLI

Package manager switcher

npx clawhub@latest install t2v
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description state this is a placeholder for text-to-video (t2v) workflows; the SKILL.md contains only guidance about being a placeholder and how to behave until a concrete API contract is provided. There are no unrelated requirements (no env vars, binaries, or installs).
Instruction Scope
Runtime instructions are narrowly scoped: inform the user that the skill is a placeholder, check whether an OpenAPI/docs page exists for a requested provider/model, avoid guessing request fields, and ask for model/endpoint only when necessary. These instructions do not instruct reading local secrets or modifying system state.
Install Mechanism
No install spec and no code files are present (instruction-only). There is nothing written to disk or downloaded during install according to the provided metadata.
Credentials
The skill declares no required environment variables, credentials, or config paths — consistent with a placeholder that should not need access to external secrets.
Persistence & Privilege
The skill does not request always:true and does not modify system or other skills' configuration. It can be invoked autonomously by default (platform normal), but that is not combined with elevated privileges or broad credential access.
Assessment
This skill is a stub: it will tell users it’s not yet implemented, and ask for or check an API/OpenAPI doc if needed. It asks for no credentials and installs nothing, so it’s safe from a permissions/credential standpoint, but it currently provides no concrete t2v functionality. If you need immediate text-to-video features, use the platform's generic 'video-generation' skill or wait until this skill is promoted with a verified API contract. If you prefer tighter control, note that the platform allows autonomous invocation by default — you can disable autonomous use in your agent settings if you want to prevent the skill from being called without confirmation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dzbw296529wq6hrwembr6y583g9dm
128downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

t2v

Overview

Use this as a placeholder skill for text-to-video generation on skills.video. This file is intentionally incomplete and should not be treated as a production workflow.

Current status

  • No verified t2v OpenAPI contract has been wired into this skill yet.
  • No default endpoint, payload template, or helper command is defined yet.
  • The skill should surface this limitation clearly instead of guessing request fields.

Temporary behavior

When this skill is invoked before implementation is completed:

  1. Tell the user that t2v is currently a placeholder.
  2. Check whether a model-specific openapi.json or docs page exists for the requested provider/model.
  3. Avoid inventing undocumented request fields or unsupported generation options.
  4. Ask for the exact model or endpoint only if it is necessary to continue.
  5. Once the API contract is confirmed, promote this placeholder into a real workflow or redirect to video-generation if that generic skill is sufficient.

Implementation checklist

  • Confirm which providers/models support t2v on skills.video
  • Identify the create endpoint and terminal status flow
  • Document prompt, duration, aspect ratio, and other supported parameters
  • Add request-template extraction steps from OpenAPI
  • Add execution examples and fallback polling behavior if applicable
  • Add runtime error handling guidance

Related skills

  • video-generation: generic video generation flow
  • i2v: image-to-video placeholder flow
  • v2v: video-to-video placeholder flow

Comments

Loading comments...