{
  "schemaVersion": "1.0",
  "item": {
    "slug": "comfyui-api",
    "name": "Comfyui-Api",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/qqliaoxin/comfyui-api",
    "canonicalUrl": "https://clawhub.ai/qqliaoxin/comfyui-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/comfyui-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=comfyui-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "comfyui.py",
      "skill.json"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/comfyui-api"
    },
    "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/comfyui-api",
    "agentPageUrl": "https://openagent3.xyz/skills/comfyui-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/comfyui-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/comfyui-api/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": "ComfyUI Skill - 智能图像生成",
        "body": "自动检测 URL 设置，直接输入提示词即可生成图片。"
      },
      {
        "title": "自动检测",
        "body": "用户输入包含 URL 时自动设置连接：\n\n设置连接 https://localhost:8188\nset url: https://localhost:8188"
      },
      {
        "title": "直接使用",
        "body": "设置连接后，直接发送提示词：\n\n生成一只可爱的猫\na beautiful sunset over mountains"
      },
      {
        "title": "REST API (HTTPS)",
        "body": "方法端点说明POST{server}/api/prompt提交工作流GET{server}/history/{id}获取结果GET{server}/view?filename=xxx获取图像"
      },
      {
        "title": "WebSocket (WSS)",
        "body": "URL: wss://{server}/ws\n发送: {\"prompt\": {...}, \"client_id\": \"xxx\"}\n接收: executing, executed, status"
      },
      {
        "title": "命令",
        "body": "命令说明set_url <url>手动设置服务器地址status检查服务器状态generate <提示词>生成图像"
      },
      {
        "title": "中文翻译",
        "body": "自动将中文提示词转换为英文：\n\n\"可爱的猫\" → \"masterpiece, best quality, high resolution, cute cat\"\n\"美丽的日落\" → \"masterpiece, best quality, high resolution, beautiful sunset\""
      },
      {
        "title": "示例",
        "body": "# 设置连接 (多种方式)\n设置连接 https://localhost:8188\nset_url https://localhost:8188\n\n# 直接生成\n生成一只可爱的猫\na beautiful sunset over mountains\n\n# 查看状态\nstatus"
      }
    ],
    "body": "ComfyUI Skill - 智能图像生成\n\n自动检测 URL 设置，直接输入提示词即可生成图片。\n\n自动检测\n\n用户输入包含 URL 时自动设置连接：\n\n设置连接 https://localhost:8188\nset url: https://localhost:8188\n\n直接使用\n\n设置连接后，直接发送提示词：\n\n生成一只可爱的猫\na beautiful sunset over mountains\n\nAPI 端点\nREST API (HTTPS)\n方法\t端点\t说明\nPOST\t{server}/api/prompt\t提交工作流\nGET\t{server}/history/{id}\t获取结果\nGET\t{server}/view?filename=xxx\t获取图像\nWebSocket (WSS)\nURL: wss://{server}/ws\n发送: {\"prompt\": {...}, \"client_id\": \"xxx\"}\n接收: executing, executed, status\n命令\n命令\t说明\nset_url <url>\t手动设置服务器地址\nstatus\t检查服务器状态\ngenerate <提示词>\t生成图像\n中文翻译\n\n自动将中文提示词转换为英文：\n\n\"可爱的猫\" → \"masterpiece, best quality, high resolution, cute cat\"\n\"美丽的日落\" → \"masterpiece, best quality, high resolution, beautiful sunset\"\n示例\n# 设置连接 (多种方式)\n设置连接 https://localhost:8188\nset_url https://localhost:8188\n\n# 直接生成\n生成一只可爱的猫\na beautiful sunset over mountains\n\n# 查看状态\nstatus"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/qqliaoxin/comfyui-api",
    "publisherUrl": "https://clawhub.ai/qqliaoxin/comfyui-api",
    "owner": "qqliaoxin",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/comfyui-api",
    "downloadUrl": "https://openagent3.xyz/downloads/comfyui-api",
    "agentUrl": "https://openagent3.xyz/skills/comfyui-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/comfyui-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/comfyui-api/agent.md"
  }
}