Placeholder skill for text-to-image workflows on skills.video. Use when the user is asking about t2i generation and the concrete API contract has not been im...
Security Analysis
high confidenceThis is an instruction-only placeholder skill for text-to-image workflows that does not request credentials, install anything, or perform unexpected actions — it is internally consistent but not functional for production use.
The name/description match the provided instructions: a placeholder t2i workflow. It requests no binaries, credentials, or config paths, which is appropriate for a placeholder/instruction-only skill.
SKILL.md limits behavior to telling the user the skill is a placeholder and searching for provider OpenAPI/docs. It does not instruct reading local files, accessing unrelated env vars, or sending data to external endpoints beyond checking for API docs, so scope is appropriate.
No install spec and no code files are present (instruction-only). This is low-risk and consistent with a placeholder skill.
The skill declares no required environment variables, credentials, or config paths. The runtime instructions don't reference hidden credentials. Any network lookups for OpenAPI/docs are reasonable for discovering an API contract.
always is false and the skill does not request persistent system presence or modify other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other red flags.
Guidance
This skill is a safe, non-functional placeholder: it won't install software or ask for credentials, and at runtime it should just report that it's incomplete and ask for the model/endpoint if needed. Do not rely on it for production image generation — prefer the fully implemented 'image-generation' skill or wait until this skill has a confirmed OpenAPI contract and concrete request templates. Also expect that resolving the missing API contract will require network access to provider docs or an openapi.json; if you prefer no network lookups, do not enable this skill.
Latest Release
v1.0.0
- Initial placeholder skill for text-to-image (t2i) workflows on skills.video. - Clearly communicates that t2i is not yet implemented and avoids making unsupported requests. - Lists temporary user-facing behaviors and guidance for handling unsupported features or missing API details. - Outlines next steps for building out the skill, including API integration and error handling. - References related placeholder skills for image and video generation tasks.
Popular Skills
Published by @skills-video on ClawHub