Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.
Design & media
Openclaw Comfyui Api Runner
Try itSafe ComfyUI image generation. Use saved or ad-hoc server profiles, paste/upload raw workflow JSON, submit, poll, and serve downloaded outputs locally.
What it does
What it does Connects to a remembered server profile or ad-hoc connection settings Accepts a workflow as a pasted JSON string, uploaded file, stdin, or built-in template Submits the workflow to ComfyUI Polls until done and downloads **all** output images Saves images under Returns downloaded file…
The skill document
ComfyUI Safe Connector
Small safe runner for ComfyUI.
What it does
- Connects to a remembered server profile or ad-hoc connection settings
- Accepts a workflow as a pasted JSON string, uploaded file, stdin, or built-in template
- Submits the workflow to ComfyUI
- Polls until done and downloads all output images
- Saves images under
generated/ - Returns downloaded file paths and browser view URLs for each output
Workflow keywords
Saved workflows can include keywords in their .meta.json. Use the keyword, not the prompt, to pick the right template.
Examples:
IL-Ikastrious→anime,cartoon,illustration,ikastrious- use for anime/cartoon image requests
Main command
Run from the skill root:
./comfy.sh --health
./comfy.sh --list-profiles
./comfy.sh --save-profile home --base-url http://127.0.0.1 --port 8188
./comfy.sh --gen --workflow-file /path/to/workflow.json
./comfy.sh --gen --workflow-stdin < workflow.json
./comfy.sh --gen --workflow-json '{...json...}'
./comfy.sh --poll
./comfy.sh --watch
comfy.sh is the supported entrypoint (instead of calling the Python runner directly).
Server profiles
Profiles live in:
~/.config/openclaw/comfyui-runner.json
Supported fields:
servers(list of server entries)base_urlportapi_keyusernamepassworddefault_serverdefault_workflow
Use:
--profile NAMEto use one for this run--save-profile NAMEto remember the current connection--set-profile NAMEto make a saved profile active--set-default-server NAMEto set the default server--set-default-workflow NAMEto set the default workflow--delete-profile NAMEto remove one
Env vars override saved profiles:
COMFYUI_PROFILECOMFYUI_BASE_URLCOMFYUI_PORTCOMFYUI_API_KEYCOMFYUI_USERNAMECOMFYUI_PASSWORD
Workflow input
Preferred for this skill:
--workflow-filefor uploaded JSON files--workflow-stdinfor pasted JSON--workflow-jsonfor direct JSON strings
Built-in templates still work via the positional template id, but raw JSON is the default safe path. If a keyword matches exactly one saved workflow, you can pass the keyword instead of the template id.
Output
poll/watchwrite downloaded files togenerated/- return JSON includes
view_url,local_path, andoutputs[] - image files can be sent directly into Discord or another channel if you want delivery there
- server profiles are remembered in
~/.config/openclaw/comfyui-runner.json
Safety
- No shell interpolation of workflow contents
- JSON is parsed, not executed
- API key support is optional
- Use only trusted ComfyUI servers
Related skills
Post videos, photos, text, and documents to 10 social platforms through a single REST API call.
Save, search, and manage personal notes and knowledge bases in Get笔记 on explicit request.
Read and write Excel workbooks, worksheets, ranges, tables, and charts in OneDrive through Microsoft Graph with managed OAuth.
Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.
Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.
More from genortg
Browse all skillsUnified orchestration: plugin-driven model routing, session hooks, project context automation, sidecar dashboard
Comprehensive multi-modal gateway for ComfyUI enabling audio generation with ACE-Step 1.5 and photorealistic image creation via SDXL workflows.
Complete project orchestration: model routing, coding workflow, scripts, session logging, decision tracking, price checks
Full design grilling session. I interview you relentlessly about every aspect of your plan until we reach shared understanding. At the end, I generate CONTEX...
Send push notifications via ntfy.sh or self-hosted ntfy server. Supports priorities, titles, tags, icons, and attachments.
Tell the agent to zoom out and give broader context or a higher-level perspective on a section of code. Use when you're unfamiliar with a code area or need t...