mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 03:23:40 +00:00
Replace all legacy python scripts/ references with comfyui-skill CLI commands across the GitHub Pages site. Update getting-started, architecture, FAQ, index, and use-cases pages. Remove SEO Checklist from nav. Add internal docs to .gitignore.
1.3 KiB
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"}'
Project Links
- GitHub Repository
- CLI Tool (PyPI)
- English README
- Chinese README
- [ComfyUI Native Routes Reference]({{ '/comfyui-native-routes/' | relative_url }})