t2i
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 implemented yet.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chuyun/t2iWhat This Skill Does
The t2i skill functions as a placeholder and foundational integration layer for text-to-image generation tasks within the OpenClaw ecosystem. Designed specifically for the skills.video platform, this skill serves as a controlled entry point for users requesting image synthesis. Rather than attempting to guess parameters or invent non-existent API schemas, the t2i skill acts as an intelligent bridge that verifies the user's intent, identifies the target provider or model, and guides the user toward the correct implementation path. It effectively acts as a safety mechanism, ensuring that users do not trigger unsupported workflows while the underlying infrastructure is being standardized.
Installation
To integrate this skill into your local OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/chuyun/t2i
Ensure that you have sufficient permissions for package installation and that your environment path includes the OpenClaw skill directory.
Use Cases
- Prototyping Workflows: Ideal for developers building on
skills.videowho need a defined path for future image generation integration. - User Guardrails: Ensures that users attempting to generate images through unfinished API connections are provided with clear, actionable status updates rather than cryptic error messages.
- Centralized Documentation: Provides a single, clear point of reference for where text-to-image workflows are heading, allowing for a smooth transition from placeholder to full production capability once the OpenAPI contract is formalized.
- Workflow Discovery: Use this skill to inquire about supported image models or to check if a specific image generation service has been mapped to the OpenClaw framework yet.
Example Prompts
- "I want to generate a hyper-realistic landscape using the t2i skill, can you tell me if my current model provider is supported?"
- "OpenClaw, initialize a new t2i task for a portrait photo of a futuristic city; what parameters do I need to specify for this to work?"
- "Is the t2i skill ready for production, or should I be using the generic image-generation workflow instead?"
Tips & Limitations
Because t2i is currently a placeholder, it is critical to note that it cannot execute arbitrary image generation requests. You should not pass complex payloads expecting an immediate image output. Instead, use this skill to check the current readiness of specific providers. If you require immediate functionality, consider using the image-generation generic skill, as t2i will redirect you if the specific provider contract is missing. Always check the official skills.video repository for the latest OpenAPI specifications before attempting to move beyond the placeholder stage.
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-t2i": {
"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.
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.
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.