← 返回 Skills 市场
edward-hsiao

Comfy Skill

作者 edward-hsiao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
700
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install comfy-skill
功能描述
Send user prompts to local ComfyUI at http://127.0.0.1:8188 using workflow.json to generate images.
使用说明 (SKILL.md)

ComfyUI 生成技能

描述

此技能可將提示詞發送至本地 ComfyUI 並生成圖片。

指令

  • generate_image(prompt: string): 接收使用者的描述並發送到 ComfyUI。

設定

  • endpoint: http://127.0.0.1:8188
  • workflow: workflow.json
安全使用建议
This skill appears coherent and limited: it will send prompts to a ComfyUI instance on localhost using the included workflow.json. Before installing, ensure you actually run and trust a ComfyUI server at 127.0.0.1:8188 (otherwise requests will fail). Review ComfyUI's configuration — if your local ComfyUI is configured to call out to remote services or expose its API beyond localhost, your prompts could be forwarded outside your machine. Because SKILL.md is terse and doesn't specify exact HTTP calls, confirm the agent's network permissions and how it will format the request so it doesn't accidentally hit a different endpoint. Finally, ensure the referenced model/checkpoint files exist locally if you expect successful image generation.
功能分析
Type: OpenClaw Skill Name: comfy-skill Version: 1.0.0 The skill bundle is a standard implementation for interacting with a local ComfyUI instance (127.0.0.1:8188) to generate images. The workflow.json contains a boilerplate Stable Diffusion 1.5 configuration, and SKILL.md defines a simple generate_image function that aligns with the stated purpose without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description claim to send prompts to a local ComfyUI at 127.0.0.1:8188 and a workflow.json is included; there are no unrelated env vars, binaries, or installs requested. The workflow references a local checkpoint name (expected for an image-generation workflow).
Instruction Scope
SKILL.md is minimal and scoped to generate_image(prompt) → send to local ComfyUI using workflow.json. It does not instruct reading unrelated files or exfiltrating data. However the instructions are vague about the exact API route/HTTP method and payload format, giving the agent discretion in how to call the local endpoint; that vagueness is a minor risk because it could lead to unexpected requests if the agent is misconfigured.
Install Mechanism
No install spec and no code files beyond workflow.json and SKILL.md. Instruction-only skills are lowest-risk because nothing is written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a local ComfyUI integration.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent elevated presence or modify other skills/configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install comfy-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /comfy-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
comfy-skill 1.0.0 - 初始版本發布 - 支援將提示詞發送至本地 ComfyUI 產生圖片 - 新增 generate_image 指令 - 可設定 ComfyUI 端點與 workflow
元数据
Slug comfy-skill
版本 1.0.0
许可证 MIT-0
累计安装 6
当前安装数 6
历史版本数 1
常见问题

Comfy Skill 是什么?

Send user prompts to local ComfyUI at http://127.0.0.1:8188 using workflow.json to generate images. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 700 次。

如何安装 Comfy Skill?

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

Comfy Skill 是免费的吗?

是的,Comfy Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Comfy Skill 支持哪些平台?

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

谁开发了 Comfy Skill?

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

💬 留言讨论