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...
Security Analysis
high confidenceThis is an instruction-only placeholder skill for text-to-video workflows; it does not request credentials, install anything, or perform unexpected actions and is internally consistent with its stated purpose.
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).
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.
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.
The skill declares no required environment variables, credentials, or config paths — consistent with a placeholder that should not need access to external secrets.
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.
Guidance
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.
Latest Release
v1.0.0
t2v 1.0.0 Changelog - Initial placeholder skill for text-to-video (t2v) workflows on skills.video. - Clearly informs users that no concrete API or endpoint is implemented yet. - Provides temporary behavior guidelines and outlines current limitations. - Includes an implementation checklist for future API integration. - Suggests related skills for other video generation tasks.
Popular Skills
Published by @skills-video on ClawHub