← 返回 Skills 市场
admirobot

ComfyUI图像生成

作者 admirobot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tvdr-comfyui-gen
功能描述
提供基于 ComfyUI 的图像生成,强制使用正确提示词字段,避免重复生成,具备工作流与错误检查机制。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tvdr-comfyui-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tvdr-comfyui-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本,ComfyUI图像生成技能
元数据
Slug tvdr-comfyui-gen
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ComfyUI图像生成 是什么?

提供基于 ComfyUI 的图像生成,强制使用正确提示词字段,避免重复生成,具备工作流与错误检查机制。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 ComfyUI图像生成?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tvdr-comfyui-gen」即可一键安装,无需额外配置。

ComfyUI图像生成 是免费的吗?

是的,ComfyUI图像生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ComfyUI图像生成 支持哪些平台?

ComfyUI图像生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ComfyUI图像生成?

由 admirobot(@admirobot)开发并维护,当前版本 v1.0.0。

💬 留言讨论