← 返回 Skills 市场
xtopher86

Comfyui anfrage

作者 Xtopher86 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2951
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install comfyui-request
功能描述
Send a workflow request to ComfyUI and return image results.
使用说明 (SKILL.md)

comfyui-request

Purpose

Send a workflow request to a running ComfyUI instance and return the generated image URL or base64 data.

Configuration

  • COMFYUI_HOST: Host/IP of the ComfyUI server (default 192.168.179.111).
  • COMFYUI_PORT: Port of the ComfyUI server (default 28188).
  • COMFYUI_USER: Optional username for basic auth.
  • COMFYUI_PASS: Optional password for basic auth.

These can be set via environment variables or a .env file in the skill directory.

Usage

{
  "action": "run",
  "workflow": { ... }   // JSON workflow object
}

The skill will POST to http://{host}:{port}/run and return the response JSON.

Example

{
  "action": "run",
  "workflow": {
    "nodes": [ ... ],
    "edges": [ ... ]
  }
}

Notes

The skill expects the ComfyUI server to expose the /run endpoint and return a JSON object containing an image field with a URL or base64 string.

安全使用建议
This skill's code appears to perform the expected ComfyUI request/poll flow, but the documentation and declared requirements disagree with the implementation. Before installing: (1) confirm you want the default host/port (192.168.179.111:28188) or set COMFYUI_HOST/PORT to your own server; (2) note the SKILL.md says it posts to /run but the code uses /prompt and /history — if your ComfyUI API differs, the skill may fail; (3) the package declares curl as required but the script does not use it — you can remove that requirement or verify why it was declared; (4) if you plan to provide COMFYUI_USER/PASS, ensure credentials are only stored in a secure place; (5) test the CLI in a safe environment against your ComfyUI endpoint to confirm behavior, and consider asking the skill author to correct the documentation or code so endpoints and expectations match.
功能分析
Type: OpenClaw Skill Name: comfyui-request Version: 1.0.0 The skill's behavior is fully aligned with its stated purpose of interacting with a ComfyUI server. It reads configuration (host, port, optional username/password) from environment variables and uses them to make HTTP requests to the specified ComfyUI endpoint. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The `SKILL.md` and `bin/cli.js` files clearly define and implement the intended functionality without any high-risk behaviors.
能力评估
Purpose & Capability
The code implements sending a prompt to a local ComfyUI-like HTTP API (/prompt), polling /history/{prompt_id}, and returning image info and view URLs — this matches the stated purpose of requesting ComfyUI workflows. However the SKILL.md text claims the skill POSTs to /run and expects an 'image' field, which does not match the implementation. The skill also hardcodes a default LAN IP (192.168.179.111) and port (28188) which is plausible for local testing but may be surprising to users.
Instruction Scope
The SKILL.md instructs POSTing to /run and expecting an 'image' field (or base64) but the CLI actually POSTs to /prompt, expects a prompt_id in the response, polls /history/{prompt_id}, and extracts images from outputs. This mismatch could lead to unexpected behavior. The SKILL.md also suggests using a .env file in the skill directory; the code reads environment variables but there is no install step that creates or documents such a file.
Install Mechanism
There is no install spec and no remote downloads. The skill is instruction + a small CLI script (Node) — nothing writes arbitrary archives to disk or pulls external code at install-time.
Credentials
The skill does not require any secrets by default. It supports optional COMFYUI_HOST/PORT/USER/PASS and timeout/poll env vars which are reasonable. However the skill metadata and registry list required binaries as node and curl; the included Node script does not call curl, so declaring curl as required is unnecessary and disproportionate. Also the default COMFYUI_HOST is a specific private IP — verify that this default is intended for your environment.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or system-wide settings. It executes as a CLI invoked by the agent and only makes HTTP calls to the configured host/port.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install comfyui-request
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /comfyui-request 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of comfyui-request. - Send workflow requests to a running ComfyUI instance. - Receive generated image URL or base64 data in the response. - Supports host, port, and optional basic authentication configuration via environment variables or .env file. - Communicates with the ComfyUI server via the /run endpoint.
元数据
Slug comfyui-request
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Comfyui anfrage 是什么?

Send a workflow request to ComfyUI and return image results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2951 次。

如何安装 Comfyui anfrage?

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

Comfyui anfrage 是免费的吗?

是的,Comfyui anfrage 完全免费(开源免费),可自由下载、安装和使用。

Comfyui anfrage 支持哪些平台?

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

谁开发了 Comfyui anfrage?

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

💬 留言讨论