← 返回 Skills 市场
5048
总下载
2
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install comfyui-runner
功能描述
Start/stop/status for a ComfyUI instance.
安全使用建议
Install only if you want a status-only ComfyUI health checker. Set COMFYUI_HOST and COMFYUI_PORT to your own trusted instance, do not expect run or stop to work in this version, and avoid adding credentials to a .env file unless a later reviewed version actually uses them.
功能分析
Type: OpenClaw Skill
Name: comfyui-runner
Version: 1.0.0
The skill is designed to check the status of a ComfyUI instance. While the `SKILL.md` documentation mentions 'run' and 'stop' actions, the `bin/cli.js` code explicitly restricts execution to only the 'status' action, returning an error for any other input. The 'status' action performs a simple HTTP GET request to a configurable host and port (defaulting to a private IP) on the '/health' endpoint. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts, or obfuscation. The code's actual behavior is more limited and less risky than the documentation suggests.
能力评估
Purpose & Capability
The stated purpose includes run and stop, but the CLI rejects every action except status; this is a functionality mismatch rather than evidence of unsafe behavior.
Instruction Scope
The skill accepts a small action input and contains no prompt overrides, hidden instructions, autonomous workflows, or pressure to bypass user control.
Install Mechanism
The package exposes a Node CLI with no install scripts, postinstall hooks, dependency downloads, or remote bootstrap behavior.
Credentials
The CLI reads COMFYUI_HOST and COMFYUI_PORT and sends one HTTP GET to /health, which fits a status checker; the default target is a disclosed private LAN IP, so users should configure it intentionally.
Persistence & Privilege
No persistence, privilege escalation, background process, or credential use was found. The documentation mentions optional basic-auth values and a .env file, but the code does not read COMFYUI_USER or COMFYUI_PASS.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install comfyui-runner - 安装完成后,直接呼叫该 Skill 的名称或使用
/comfyui-runner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of comfyui-runner.
- Start, stop, and check the status of a local ComfyUI instance.
- Supports configuration via environment variables or `.env` file for host, port, and optional basic auth.
- Uses `curl` to interact with the ComfyUI `/health` endpoint.
- Simple JSON actions: "run", "stop", and "status".
元数据
常见问题
comfyui-runner 是什么?
Start/stop/status for a ComfyUI instance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5048 次。
如何安装 comfyui-runner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install comfyui-runner」即可一键安装,无需额外配置。
comfyui-runner 是免费的吗?
是的,comfyui-runner 完全免费(开源免费),可自由下载、安装和使用。
comfyui-runner 支持哪些平台?
comfyui-runner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 comfyui-runner?
由 Xtopher86(@xtopher86)开发并维护,当前版本 v1.0.0。
推荐 Skills