Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill enables AI agents to execute registered ComfyUI workflows via a dedicated CLI. It is designed for automation builders who need to integrate precise image generation, stylistic requirements, and batch processing into agentic workflows.
By combining CLI execution for latency-sensitive tasks with the official local Comfy MCP for orchestration, it allows agents to import and sync saved workflows for repeatable visual output.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
I’m using
OpenClaw installation with pip
Installs: ComfyUI Skills for OpenClaw repository bundle · OpenClaw
Before you start
Python 3.10+
A running ComfyUI server
Platform: macOS, Linux, or Windows; the documented clone commands use bash syntax
Run from: ~/.openclaw/workspace/skills/comfyui-skill-openclaw
In a terminal, clone the repository into OpenClaw's documented skills directory and enter the cloned project root.
cd ~/.openclaw/workspace/skills
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill-openclaw
cd comfyui-skill-openclaw
From the project root in the terminal, install the required CLI with pip.
pip install comfyui-skill-cli
Manually edit config.json in the project root to define the ComfyUI server. The documented local example uses server id local, URL http://127.0.0.1:8188, enabled true, output directory ./outputs, and local as the default server.
With the ComfyUI server running, execute this complete verification block in a terminal from the project root.
Installs: ComfyUI Skills for OpenClaw repository bundle · Claude Code
Before you start
Python 3.10+
A running ComfyUI server
Platform: macOS, Linux, or Windows; the documented clone commands use bash syntax
Run from: ~/.claude/skills/comfyui-skill
In a terminal, clone the repository into Claude Code's documented skills directory and enter the cloned project root.
cd ~/.claude/skills
git clone https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git comfyui-skill
cd comfyui-skill
From the project root in the terminal, install the required CLI with pip.
pip install comfyui-skill-cli
Manually edit config.json in the project root to define the ComfyUI server. The documented local example uses server id local, URL http://127.0.0.1:8188, enabled true, output directory ./outputs, and local as the default server.
With the ComfyUI server running, execute this complete verification block in a terminal from the project root.
Absolute path replacing [absolute/path/to/workflow.json] with a ComfyUI API-format workflow export
Configured config.json
Running ComfyUI server
Use the comfyui-skill-openclaw skill to import the ComfyUI API-format workflow at [absolute/path/to/workflow.json] for later reuse. Run all shell commands from the project root, then list the registered workflows and report whether the imported workflow appears. Do not execute the workflow yet.