一键导入
comfyui-runner
Start/stop/status for a ComfyUI instance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start/stop/status for a ComfyUI instance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
X/Twitter CLI for reading, searching, posting, and engagement via cookies.
Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.
Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.
Expert guide for designing iOS, macOS, watchOS, tvOS, and visionOS apps following Apple Human Interface Guidelines. Use when building Apple platform apps or interfaces, implementing SF Symbols, designing with iOS components, following accessibility guidelines, or creating native Apple experiences. Covers design principles, patterns, components, typography, color, layout, navigation, and platform-specific conventions.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
| name | comfyui-runner |
| description | Start/stop/status for a ComfyUI instance. |
| metadata | {"clawdbot":{"emoji":"🧩","requires":{"bins":["node","curl"]},"entry":"bin/cli.js"}} |
Start, stop, and check the status of a local ComfyUI instance.
COMFYUI_HOST: Host/IP of the ComfyUI server (default 192.168.179.111).COMFYUI_PORT: Port of the ComfyUI server (default 28188).COMFYUI_USER: Optional username for basic auth.COMFYUI_PASS: Optional password for basic auth.These can be set via environment variables or a .env file in the skill directory.
{
"action": "run" | "stop" | "status"
}
run: Starts the ComfyUI server if not already running.stop: Stops the ComfyUI server.status: Returns whether the server is reachable.{"action": "status"}
This skill assumes the ComfyUI binary is available in the system PATH or in the same directory as the skill. It uses curl to ping the /health endpoint.