mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 03:23:40 +00:00
Remove scripts that are now fully replaced by comfyui-skill-cli: - scripts/registry.py → comfyui-skill list/info - scripts/comfyui_client.py → comfyui-skill run/submit/status/deps - scripts/server_manager.py → comfyui-skill server add/enable/disable/remove - scripts/transfer_manager.py → comfyui-skill config export/import Keep scripts/shared/ (still used by Web UI backend) and shell scripts. Update README to replace all Python script references with CLI commands.