โ† All skills
Tencent SkillHub ยท Developer Tools

OpenClaw ComfyUI

Connect and control ComfyUI API efficiently using template mapping and auto-asset management for image generation and editing tasks.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connect and control ComfyUI API efficiently using template mapping and auto-asset management for image generation and editing tasks.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, comfy_client.py, manifest.json, workflows/image_z_image_turbo.json, workflows/qwen_image_edit_2511.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

ComfyUI-OpenClaw Skill ๐ŸŽจโœจ

A professional, token-saving agent skill for connecting and controlling ComfyUI via API. Designed for high efficiency, automatic asset handling, and seamless integration with OpenClaw.

๐Ÿ—๏ธ Skill Structure

Host Address: 192.168.1.38:8190 (Configured in TOOLS.md) Workflow Directory: skills/comfyui/workflows/ (Self-contained within the skill folder) Output Directory: outputs/comfy/ (Relative to workspace root) Core Script: skills/comfyui/comfy_client.py (Handles prompt injection, image uploads, and result polling)

๐Ÿ› ๏ธ Tools (CLI)

Invoke via the exec command: python3 skills/comfyui/comfy_client.py <template_id> "<prompt>" [input_image_path/orientation] [orientation]

Parameters:

template_id: gen_z: Text-to-Image (uses image_z_image_turbo.json) qwen_edit: Image-to-Image / Editing (uses qwen_image_edit_2511.json) - Supports automatic image upload. prompt: The description of the image to generate or edits to perform. input_image_path: (Optional) Local path for image-to-image tasks. orientation: (Optional) Set to portrait (720x1280) or landscape (1280x720). Defaults to portrait.

๐Ÿ’ก How to Add New Workflows

You can expand this skill easily: Place your new API-formatted JSON workflow in skills/comfyui/workflows/. Update the WORKFLOW_MAP dictionary in skills/comfyui/comfy_client.py with a new ID and the file path. (Optional) If the workflow uses unique node types, adjust the injection logic in the script's main() function.

๐Ÿš€ Token-Saving Strategy

Template Mapping: Never send full workflow JSONs in the chat. Refer to them by template_id. Vision-Saving Strategy: To minimize token usage, the agent should prioritize using the file path from metadata instead of analyzing image content via vision capabilities unless explicitly asked to describe or analyze the image. Direct Delivery: Deliver images directly to users via messaging plugins (e.g., Telegram) or local file openers (open) to avoid bloating the LLM's context window with base64 data.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • comfy_client.py Scripts
  • manifest.json Config
  • workflows/image_z_image_turbo.json Config
  • workflows/qwen_image_edit_2511.json Config