← Back to Skills Marketplace
admirobot

ComfyUI图像生成

by admirobot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tvdr-comfyui-gen
Description
提供基于 ComfyUI 的图像生成,强制使用正确提示词字段,避免重复生成,具备工作流与错误检查机制。
Usage Guidance
This skill appears to do what it says: edit ComfyUI workflows, submit them to a ComfyUI server, wait, and download images. Before using it: - Verify COMFYUI_SERVER is set to a ComfyUI instance you trust (the default is an internal IP); otherwise prompts and workflow JSONs can be transmitted to that server. - Review any workflow JSON files you point it at (they will be read and may include metadata or secrets). Avoid pointing it at system-wide config paths unless intended. - Use controlled output paths to avoid overwriting important files; the skill will create directories and write files with the specified names. - If you plan to run this in a multi-tenant or cloud environment, verify network access rules so the skill cannot talk to untrusted external endpoints. If you want a higher assurance review, provide the COMFYUI server address you plan to use and example workflow JSONs so I can check for sensitive fields that would be transmitted.
Capability Analysis
Type: OpenClaw Skill Name: tvdr-comfyui-gen Version: 1.0.0 The skill provides a functional interface for ComfyUI image generation but contains high-risk path traversal vulnerabilities. The `generate` and `download_image` functions in `__init__.py` and `comfyui_generator.py` accept an `output_path` parameter and perform file write/copy operations without sanitization, potentially allowing an attacker to overwrite arbitrary system files. Additionally, the code contains hardcoded internal IP addresses (192.168.18.15) and specific mount paths (/mnt/share2win), which are characteristic of environment-specific internal tools but pose a risk if deployed in untrusted environments.
Capability Assessment
Purpose & Capability
Name/description match the code and instructions: the skill edits ComfyUI workflow JSON, posts it to a ComfyUI server, waits for completion, and downloads/saves generated images. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and code stay within the generation domain: they load workflow JSONs from paths you supply (or the default), modify CLIPTextEncode nodes (using 'text'), POST the workflow to /prompt, poll /history/<id>, and fetch outputs via /view. Important to note: the full workflow JSON and prompt text are transmitted to the configured COMFYUI server (default is http://192.168.18.15:8188). If that server is remote or untrusted, prompts and any sensitive data embedded in workflows could be exposed.
Install Mechanism
No install specification; this is instruction-and-code-only. No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill does not require declared environment variables or credentials. It will read COMFYUI_SERVER from the environment if present and otherwise uses a hard-coded default (an internal IP). It reads and writes files under configurable (but by-default host-mounted) paths (/mnt/share2win, /tmp, etc.). These file and server defaults are plausible for the stated purpose but warrant user attention: ensure COMFYUI_SERVER points to a trusted server and that workflows do not contain sensitive data.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It creates output directories/files under user-specified paths (normal for a generator). It does not modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tvdr-comfyui-gen
  3. After installation, invoke the skill by name or use /tvdr-comfyui-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本,ComfyUI图像生成技能
Metadata
Slug tvdr-comfyui-gen
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ComfyUI图像生成?

提供基于 ComfyUI 的图像生成,强制使用正确提示词字段,避免重复生成,具备工作流与错误检查机制。 It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.

How do I install ComfyUI图像生成?

Run "/install tvdr-comfyui-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ComfyUI图像生成 free?

Yes, ComfyUI图像生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ComfyUI图像生成 support?

ComfyUI图像生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ComfyUI图像生成?

It is built and maintained by admirobot (@admirobot); the current version is v1.0.0.

💬 Comments