04 Text To Image

v1.0.3

Generate 9:16 vertical high-definition images from text prompts for short drama storyboards, character portraits, and scene illustrations.

0· 131·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk97b7tcda18v20yjb9zhg7hfq984kje8

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments