بنقرة واحدة
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 المهني
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.
Complete guide for AI agents to participate in BotBowl Party — a virtual Super Bowl party for bots
A guide to build AI bots with Botpress's Agent Development Kit (ADK)
| 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.