{
  "schemaVersion": "1.0",
  "item": {
    "slug": "comfy-cli",
    "name": "Comfy Cli",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/johntheyoung/comfy-cli",
    "canonicalUrl": "https://clawhub.ai/johntheyoung/comfy-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/comfy-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=comfy-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "comfy-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:47:31.903Z",
      "expiresAt": "2026-05-06T13:47:31.903Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=comfy-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=comfy-cli",
        "contentDisposition": "attachment; filename=\"comfy-cli-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "comfy-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/comfy-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/comfy-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/comfy-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/comfy-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/comfy-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "comfy-cli",
        "body": "CLI tool for managing ComfyUI installations, custom nodes, and models."
      },
      {
        "title": "Quick start",
        "body": "comfy install                          # Install ComfyUI + ComfyUI-Manager\ncomfy launch                           # Start ComfyUI server\ncomfy node install ComfyUI-Impact-Pack # Install a custom node\ncomfy model download --url \"https://civitai.com/api/download/models/12345\""
      },
      {
        "title": "Installation",
        "body": "comfy install                          # Interactive GPU selection\ncomfy install --nvidia                 # NVIDIA GPU\ncomfy install --amd                    # AMD GPU (Linux ROCm)\ncomfy install --m-series               # Apple Silicon\ncomfy install --cpu                    # CPU only\ncomfy install --restore                # Restore deps for existing install\ncomfy install --pr 1234                # Install specific PR\ncomfy install --version latest         # Latest stable release\ncomfy install --version 0.2.0          # Specific version\n\nGPU options: --nvidia, --amd, --intel-arc, --m-series, --cpu\n\nCUDA versions (NVIDIA): --cuda 12.9, --cuda 12.6, --cuda 12.4, --cuda 12.1, --cuda 11.8\n\nOther flags: --skip-manager, --skip-torch-or-directml, --skip-requirement, --fast-deps"
      },
      {
        "title": "Launch",
        "body": "comfy launch                           # Foreground mode\ncomfy launch --background              # Background mode\ncomfy launch -- --listen 0.0.0.0       # Pass args to ComfyUI\ncomfy stop                             # Stop background instance\ncomfy launch --frontend-pr 1234        # Test frontend PR"
      },
      {
        "title": "Workspace selection",
        "body": "Global flags (mutually exclusive):\n\ncomfy --workspace /path/to/ComfyUI ... # Explicit path\ncomfy --recent ...                     # Last used instance\ncomfy --here ...                       # Current directory\ncomfy which                            # Show selected instance\ncomfy set-default /path/to/ComfyUI     # Set default"
      },
      {
        "title": "Custom nodes",
        "body": "comfy node show                        # List installed nodes\ncomfy node simple-show                 # Compact list\ncomfy node install <name>              # Install from registry\ncomfy node install <name> --fast-deps  # Fast dependency install\ncomfy node reinstall <name>            # Reinstall node\ncomfy node uninstall <name>            # Remove node\ncomfy node update all                  # Update all nodes\ncomfy node disable <name>              # Disable node\ncomfy node enable <name>               # Enable node\ncomfy node fix <name>                  # Fix node dependencies\n\nSnapshots:\n\ncomfy node save-snapshot               # Save current state\ncomfy node save-snapshot --output snapshot.json\ncomfy node restore-snapshot snapshot.json\ncomfy node restore-dependencies        # Restore deps from nodes\n\nDebugging:\n\ncomfy node bisect                      # Binary search for broken node\ncomfy node deps-in-workflow workflow.json  # Extract deps from workflow\ncomfy node install-deps --workflow workflow.json  # Install workflow deps\n\nPublishing:\n\ncomfy node init                        # Init scaffolding\ncomfy node scaffold                    # Create project via cookiecutter\ncomfy node validate                    # Validate before publishing\ncomfy node pack                        # Package node\ncomfy node publish                     # Publish to registry"
      },
      {
        "title": "Models",
        "body": "comfy model list                       # List available models\ncomfy model download --url <url>       # Download from URL\ncomfy model remove <name>              # Remove model\n\nSources: CivitAI, Hugging Face, direct URLs\n\nTokens for gated models:\n\n--civitai-token or config civitai_api_token\n--hf-token or config hf_api_token"
      },
      {
        "title": "Run workflows",
        "body": "comfy run --workflow workflow_api.json\ncomfy run --workflow workflow.json --wait --verbose\ncomfy run --workflow workflow.json --host 192.168.1.10 --port 8188\n\nRequires running ComfyUI instance."
      },
      {
        "title": "ComfyUI-Manager",
        "body": "comfy manager disable-gui              # Hide manager in UI\ncomfy manager enable-gui               # Show manager in UI\ncomfy manager clear                    # Clear startup actions"
      },
      {
        "title": "Update",
        "body": "comfy update all                       # Update ComfyUI + nodes\ncomfy update comfy                     # Update ComfyUI only"
      },
      {
        "title": "Other commands",
        "body": "comfy env                              # Show config and paths\ncomfy --version                        # Print CLI version\ncomfy pr-cache list                    # List cached PR builds\ncomfy pr-cache clean                   # Clear expired caches\ncomfy standalone                       # Create standalone Python bundle\ncomfy tracking enable|disable          # Manage analytics\ncomfy feedback                         # Submit feedback"
      },
      {
        "title": "Config",
        "body": "Location:\n\nLinux: ~/.config/comfy-cli/config.ini\nmacOS: ~/Library/Application Support/comfy-cli/config.ini\nWindows: %APPDATA%\\Local\\comfy-cli\\config.ini\n\nKeys: default_workspace, default_launch_extras, civitai_api_token, hf_api_token"
      },
      {
        "title": "Tips",
        "body": "--skip-prompt for non-interactive mode (CI/scripts)\nBackground mode tracks PID for clean comfy stop\nSnapshots preserve exact node versions for reproducibility\ncomfy node bisect binary-searches to find which node broke your setup\nPR cache avoids rebuilding frontend PRs you've tested before"
      }
    ],
    "body": "comfy-cli\n\nCLI tool for managing ComfyUI installations, custom nodes, and models.\n\nQuick start\ncomfy install                          # Install ComfyUI + ComfyUI-Manager\ncomfy launch                           # Start ComfyUI server\ncomfy node install ComfyUI-Impact-Pack # Install a custom node\ncomfy model download --url \"https://civitai.com/api/download/models/12345\"\n\nInstallation\ncomfy install                          # Interactive GPU selection\ncomfy install --nvidia                 # NVIDIA GPU\ncomfy install --amd                    # AMD GPU (Linux ROCm)\ncomfy install --m-series               # Apple Silicon\ncomfy install --cpu                    # CPU only\ncomfy install --restore                # Restore deps for existing install\ncomfy install --pr 1234                # Install specific PR\ncomfy install --version latest         # Latest stable release\ncomfy install --version 0.2.0          # Specific version\n\n\nGPU options: --nvidia, --amd, --intel-arc, --m-series, --cpu\n\nCUDA versions (NVIDIA): --cuda 12.9, --cuda 12.6, --cuda 12.4, --cuda 12.1, --cuda 11.8\n\nOther flags: --skip-manager, --skip-torch-or-directml, --skip-requirement, --fast-deps\n\nLaunch\ncomfy launch                           # Foreground mode\ncomfy launch --background              # Background mode\ncomfy launch -- --listen 0.0.0.0       # Pass args to ComfyUI\ncomfy stop                             # Stop background instance\ncomfy launch --frontend-pr 1234        # Test frontend PR\n\nWorkspace selection\n\nGlobal flags (mutually exclusive):\n\ncomfy --workspace /path/to/ComfyUI ... # Explicit path\ncomfy --recent ...                     # Last used instance\ncomfy --here ...                       # Current directory\ncomfy which                            # Show selected instance\ncomfy set-default /path/to/ComfyUI     # Set default\n\nCustom nodes\ncomfy node show                        # List installed nodes\ncomfy node simple-show                 # Compact list\ncomfy node install <name>              # Install from registry\ncomfy node install <name> --fast-deps  # Fast dependency install\ncomfy node reinstall <name>            # Reinstall node\ncomfy node uninstall <name>            # Remove node\ncomfy node update all                  # Update all nodes\ncomfy node disable <name>              # Disable node\ncomfy node enable <name>               # Enable node\ncomfy node fix <name>                  # Fix node dependencies\n\n\nSnapshots:\n\ncomfy node save-snapshot               # Save current state\ncomfy node save-snapshot --output snapshot.json\ncomfy node restore-snapshot snapshot.json\ncomfy node restore-dependencies        # Restore deps from nodes\n\n\nDebugging:\n\ncomfy node bisect                      # Binary search for broken node\ncomfy node deps-in-workflow workflow.json  # Extract deps from workflow\ncomfy node install-deps --workflow workflow.json  # Install workflow deps\n\n\nPublishing:\n\ncomfy node init                        # Init scaffolding\ncomfy node scaffold                    # Create project via cookiecutter\ncomfy node validate                    # Validate before publishing\ncomfy node pack                        # Package node\ncomfy node publish                     # Publish to registry\n\nModels\ncomfy model list                       # List available models\ncomfy model download --url <url>       # Download from URL\ncomfy model remove <name>              # Remove model\n\n\nSources: CivitAI, Hugging Face, direct URLs\n\nTokens for gated models:\n\n--civitai-token or config civitai_api_token\n--hf-token or config hf_api_token\nRun workflows\ncomfy run --workflow workflow_api.json\ncomfy run --workflow workflow.json --wait --verbose\ncomfy run --workflow workflow.json --host 192.168.1.10 --port 8188\n\n\nRequires running ComfyUI instance.\n\nComfyUI-Manager\ncomfy manager disable-gui              # Hide manager in UI\ncomfy manager enable-gui               # Show manager in UI\ncomfy manager clear                    # Clear startup actions\n\nUpdate\ncomfy update all                       # Update ComfyUI + nodes\ncomfy update comfy                     # Update ComfyUI only\n\nOther commands\ncomfy env                              # Show config and paths\ncomfy --version                        # Print CLI version\ncomfy pr-cache list                    # List cached PR builds\ncomfy pr-cache clean                   # Clear expired caches\ncomfy standalone                       # Create standalone Python bundle\ncomfy tracking enable|disable          # Manage analytics\ncomfy feedback                         # Submit feedback\n\nConfig\n\nLocation:\n\nLinux: ~/.config/comfy-cli/config.ini\nmacOS: ~/Library/Application Support/comfy-cli/config.ini\nWindows: %APPDATA%\\Local\\comfy-cli\\config.ini\n\nKeys: default_workspace, default_launch_extras, civitai_api_token, hf_api_token\n\nTips\n--skip-prompt for non-interactive mode (CI/scripts)\nBackground mode tracks PID for clean comfy stop\nSnapshots preserve exact node versions for reproducibility\ncomfy node bisect binary-searches to find which node broke your setup\nPR cache avoids rebuilding frontend PRs you've tested before"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/johntheyoung/comfy-cli",
    "publisherUrl": "https://clawhub.ai/johntheyoung/comfy-cli",
    "owner": "johntheyoung",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/comfy-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/comfy-cli",
    "agentUrl": "https://openagent3.xyz/skills/comfy-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/comfy-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/comfy-cli/agent.md"
  }
}