zclaw-prompt-to-image

Convert text prompts or URLs into images via a local Comfy UI pipeline.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/zeerd/zClaw-Skills --skill zclaw-prompt-to-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zclaw-prompt-to-image
Source: https://github.com/zeerd/zClaw-Skills/tree/main/skills/zclaw-prompt-to-image
Command: npx skills add https://github.com/zeerd/zClaw-Skills --skill zclaw-prompt-to-image

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires websocket-client, and includes scripts (resource) components.

What problem does it solve?

文生图工具通过将文本提示或网页内容转换成直观可视的图像,极大简化了从创意构思到可视化呈现的过程。

Core Features & Use Cases

  • 将任意文字输入或网页链接转换为图像,支持快速原型和视觉化表达。
  • 与 Comfy UI 集成,通过脚本直接生成图片并保存在工作区输出文件夹中。
  • Use Case: 内容创作者可将文章要点快速可视化,设计师可将灵感点转化为卡通、风格化图像等。

Quick Start

直接给出提示词或链接,系统将调用脚本生成图片并输出到工作区的 comfyui_outputs 文件夹。

Frequently Asked Questions about zclaw-prompt-to-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from text prompts using Comfy UI?

To generate images from text prompts using Comfy UI, you provide a text prompt or URL to the Skill, which then submits the input to your local Comfy UI pipeline and saves the resulting image.

Do I need a running Comfy UI instance to convert text to images?

Yes, you need a running Comfy UI instance to convert text to images. You must configure the COMFY_UI_IP and COMFY_UI_PORT environment variables to connect the script to your local pipeline.

Can I turn article links or web content into visual representations?

Yes, you can turn article links or web content into visual representations. The Skill accepts webpage URLs as input, processes the content, and generates a visual image output.

Where are the generated images saved when using a Comfy UI pipeline?

Generated images are saved in the comfyui_outputs folder within your workspace. The script submits your prompt to the pipeline and automatically retrieves the visual content to this directory.

What are the limitations of automating text-to-image generation locally?

Limitations of automating text-to-image generation locally include requiring a pre-configured Comfy UI environment and setting specific environment variables, meaning it cannot run standalone without this local infrastructure.