← All skills
Tencent SkillHub · Developer Tools

Comfyui-Api

Connects to a ComfyUI server to generate images from prompts, auto-detects URLs, translates Chinese prompts, and supports REST and WebSocket APIs.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connects to a ComfyUI server to generate images from prompts, auto-detects URLs, translates Chinese prompts, and supports REST and WebSocket APIs.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, comfyui.py, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

ComfyUI Skill - 智能图像生成

自动检测 URL 设置,直接输入提示词即可生成图片。

自动检测

用户输入包含 URL 时自动设置连接: 设置连接 https://localhost:8188 set url: https://localhost:8188

直接使用

设置连接后,直接发送提示词: 生成一只可爱的猫 a beautiful sunset over mountains

REST API (HTTPS)

方法端点说明POST{server}/api/prompt提交工作流GET{server}/history/{id}获取结果GET{server}/view?filename=xxx获取图像

WebSocket (WSS)

URL: wss://{server}/ws 发送: {"prompt": {...}, "client_id": "xxx"} 接收: executing, executed, status

命令

命令说明set_url <url>手动设置服务器地址status检查服务器状态generate <提示词>生成图像

中文翻译

自动将中文提示词转换为英文: "可爱的猫" → "masterpiece, best quality, high resolution, cute cat" "美丽的日落" → "masterpiece, best quality, high resolution, beautiful sunset"

示例

# 设置连接 (多种方式) 设置连接 https://localhost:8188 set_url https://localhost:8188 # 直接生成 生成一只可爱的猫 a beautiful sunset over mountains # 查看状态 status

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • comfyui.py Scripts
  • skill.json Config