← 返回 Skills 市场
kelvincai522

ComfyUI

作者 kelvincai522 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
6022
总下载
3
收藏
39
当前安装
2
版本数
在 OpenClaw 中安装
/install comfyui
功能描述
Run local ComfyUI workflows via the HTTP API. Use when the user asks to run ComfyUI, execute a workflow by file path/name, or supply raw API-format JSON; supports the default workflow bundled in assets.
安全使用建议
Install only if you intend this agent to manage a local ComfyUI setup. Prefer running downloads with --no-pget or installing pget yourself from a verified source, use trusted model URLs with hashes when available, avoid --overwrite on untrusted files, and review workflow JSON before running it.
功能分析
Type: OpenClaw Skill Name: comfyui Version: 1.0.1 The skill is classified as suspicious due to the `scripts/download_weights.py` file. This script attempts to download and install the `pget` binary from a remote GitHub release URL (`https://github.com/replicate/pget/releases/latest/download/pget_{sysname}_{machine}`) to `~/.local/bin` if it's not already present, and then executes it. While this functionality is explicitly described in `SKILL.md` and intended for legitimate parallel downloads of model weights, the capability to download and execute a remote binary represents a significant supply chain risk and broad permission, even if the immediate intent is not malicious. The `assets/tmp-workflow.json` also contains a sensitive prompt, though the agent is instructed to edit workflows based on user input, not to exfiltrate this data.
能力评估
Purpose & Capability
Running local ComfyUI workflows, editing workflow JSON, downloading model weights, and helping start/install ComfyUI are coherent with the image-generation purpose, but the capability set goes beyond a simple local workflow runner.
Instruction Scope
The skill can activate on generic image-generation requests while also instructing the agent to clone ComfyUI, install dependencies, start a local server, run supplied workflow JSON, and download external model files; those higher-impact actions are not gated by a clear confirmation step.
Install Mechanism
scripts/download_weights.py downloads the latest pget executable from GitHub into ~/.local/bin, chmods it executable, and runs it by default without a pinned version, checksum, or signature verification, although --no-pget is available.
Credentials
The model downloader accepts arbitrary URLs and writes into ~/ComfyUI/models; its decoded filename handling can allow encoded path separators or parent-directory segments to escape the intended model subfolder.
Persistence & Privilege
The skill does not request sudo or credentials, but it can make persistent changes under ~/ComfyUI and ~/.local/bin and may leave a local ComfyUI server running.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install comfyui
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /comfyui 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Weight downloads with pget, install-if-missing; server install instructions
v1.0.0
Initial release
元数据
Slug comfyui
版本 1.0.1
许可证
累计安装 183
当前安装数 39
历史版本数 2
常见问题

ComfyUI 是什么?

Run local ComfyUI workflows via the HTTP API. Use when the user asks to run ComfyUI, execute a workflow by file path/name, or supply raw API-format JSON; supports the default workflow bundled in assets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6022 次。

如何安装 ComfyUI?

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

ComfyUI 是免费的吗?

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

ComfyUI 支持哪些平台?

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

谁开发了 ComfyUI?

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

💬 留言讨论