Files
ComfyUI_Skills_OpenClaw/docs/index.md
T
科林 KELINandClaude Opus 4.6 1ec7038f8d docs: add Korean/Spanish READMEs, rename zh to zh-CN, add CLI nav link
- Add README.ko.md (Korean) and README.es.md (Spanish) as P2 i18n per SEO guideline
- Rename README.zh.md → README.zh-CN.md to follow BCP 47 convention
- Add ⌨️ CLI quick-nav link to top banner across all 6 READMEs
- Update cross-references in all READMEs and docs/index.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 16:21:04 +08:00

1.3 KiB

title
title
ComfyUI Skills for OpenClaw

ComfyUI Skills for OpenClaw

Turn your ComfyUI workflows into callable skills for AI agents. Any agent that can run shell commands — Claude Code, Codex, OpenClaw — can discover, execute, and manage ComfyUI workflows through a single CLI.

Core Capabilities

  • Agent-native CLI — structured JSON output, pipe-friendly, designed for AI agents
  • Multi-server routing — manage multiple ComfyUI instances under one namespace
  • Schema-based parameters — expose a clean contract instead of raw graph nodes
  • Full lifecycle — discover, import, execute, manage workflows and dependencies in one tool
  • Web UI included — optional local dashboard for visual workflow management

Quick Start

pip install comfyui-skill-cli
comfyui-skill server status
comfyui-skill list
comfyui-skill run local/txt2img --args '{"prompt": "a white cat"}'