← Back to Skills Marketplace
199
Downloads
1
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install 04-text-to-image
Description
Generate 9:16 vertical high-definition images from text prompts for short drama storyboards, character portraits, and scene illustrations.
README (SKILL.md)
文生图生成技能
功能介绍
根据提示词生成 9:16 竖屏短剧高清画面,适用于短剧关键帧制作。
输入参数
- prompt:生成提示词(必填)
- negative_prompt:负面提示词(可选)
输出结果
- image_url:生成图片地址
使用场景
- 短剧分镜画面生成
- 短视频素材制作
- 小说IP可视化
技术说明
支持通用文生图模型,需配置 API_KEY、API_BASE、MODEL_NAME。
Usage Guidance
This skill forwards your prompt and optional negative_prompt to whatever API_BASE you configure using the provided API_KEY and MODEL_NAME. Before installing, ensure the API endpoint is trustworthy and that you don't reuse high-privilege credentials. Treat prompts as potentially sensitive (they may include IP or private data). Expect minimal error handling in the code (network errors or unexpected responses could propagate). If you need stricter privacy, use an API endpoint/policy that guarantees non-retention or use a dedicated key with limited permissions.
Capability Analysis
Type: OpenClaw Skill
Name: 04-text-to-image
Version: 1.0.3
The skill is a standard implementation of a text-to-image generator. The code in skill.js correctly uses environment variables (API_KEY, API_BASE) to make a POST request to a configured endpoint, and the SKILL.md documentation accurately describes the tool's functionality without any suspicious instructions or prompt-injection attempts.
Capability Assessment
Purpose & Capability
Name/description (text-to-image, 9:16 images) align with the code and manifest: the skill posts prompt + negative_prompt to an external txt2img endpoint and returns image_url.
Instruction Scope
SKILL.md instructs configuring API_KEY, API_BASE, and MODEL_NAME — exactly the values the runtime code reads. The instructions do not ask the agent to access unrelated files, credentials, or system state.
Install Mechanism
No install spec and a single small skill.js file; nothing is downloaded or written to disk by an installer.
Credentials
The skill requires API_KEY, API_BASE, and MODEL_NAME — these are appropriate for a generic T2I integration. Note: supplying an API_BASE and key means prompts (which may contain private IP or copyrighted content) are sent to that external service, so the endpoint must be trusted and the key should have limited scope.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It requires no persistent privileges beyond calling an external API.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install 04-text-to-image - After installation, invoke the skill by name or use
/04-text-to-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated skill description and documentation for improved clarity and brevity.
- Renamed skill to "文生图生成技能".
- Simplified input/output parameter explanations.
- Expanded and updated usage scenarios.
- Added configuration requirements in the technical notes.
- Removed the _meta.json file.
v1.0.2
- Updated manifest.json with minor adjustments.
- No user-facing changes to functionality or documentation.
v1.0.1
- Added metadata file (_meta.json) for improved skill management and documentation.
- No changes to core functionality or user-facing documentation.
v1.0.0
- 首次发布:支持文本生成9:16竖屏高清关键帧图片
- 输入支持正向与负向提示词,提高生成精准度
- 输出为高清图片URL,方便后续使用
- 适配短剧/漫剧分镜、角色立绘、场景图等多种应用场景
- 支持灵活切换多种主流文生图模型
Metadata
Frequently Asked Questions
What is 04 Text To Image?
Generate 9:16 vertical high-definition images from text prompts for short drama storyboards, character portraits, and scene illustrations. It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.
How do I install 04 Text To Image?
Run "/install 04-text-to-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 04 Text To Image free?
Yes, 04 Text To Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 04 Text To Image support?
04 Text To Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 04 Text To Image?
It is built and maintained by GHwyever (@ghwyever); the current version is v1.0.3.
More Skills