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· 146·1 current·1 all-time
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
146downloads
0stars
4versions
Updated 1w ago
v1.0.3
MIT-0

文生图生成技能

功能介绍

根据提示词生成 9:16 竖屏短剧高清画面,适用于短剧关键帧制作。

输入参数

  • prompt:生成提示词(必填)
  • negative_prompt:负面提示词(可选)

输出结果

  • image_url:生成图片地址

使用场景

  • 短剧分镜画面生成
  • 短视频素材制作
  • 小说IP可视化

技术说明

支持通用文生图模型,需配置 API_KEY、API_BASE、MODEL_NAME。

Comments

Loading comments...