Skills
Skill 23 of 34
Inspect and run ComfyUI workflows on RunComfy GPU deployments. Use for workflow inputs, deployment selection, serverless inference, request status and output retrieval.
2 minutes · 413 words · 4 sections
Install
npx skills add runcomfy-com/skills --skill comfyui-workflowsnpx skills add runcomfy-com/skills/plugin marketplace add runcomfy-com/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use RunComfy’s connected MCP tools. Authenticate through the client’s sign-in control when required; never ask for credentials in chat. General questions about local ComfyUI do not require account access or a cloud run.
list_deployments and select the deployment the user owns and intends to use. Use get_deployment with include_payload: true for its actual workflow graph, inputs, defaults, GPU configuration and current state; the default response omits the full payload.submit_request contract. Follow the exposed input contract rather than assuming every ComfyUI file field accepts an arbitrary URL. Do not publish private inputs without permission.get_balance and current deployment pricing/configuration to explain the available cost estimate. GPU startup, execution and keep-warm time may affect charges; a job timestamp alone does not establish billed runtime.submit_request, using the actual deployment ID and schema-valid overrides. Prefer asynchronous completion when the tool exposes it.get_request_status and retrieve get_request_result for that ID. These tools are for deployment requests; hosted Model API jobs use the separate get_model_request_* tools.cancel_request for a user cancellation or an agreed stopping condition. Explain that cancellation may not undo already incurred charges.call_instance_proxy only for a specific authorized action whose route and effect are understood; it is not a read-only debugging shortcut.ComfyUI workflows (opens in a new tab) · Serverless API documentation (opens in a new tab)
Inspect and run ComfyUI workflows on RunComfy GPU deployments. Use for workflow inputs, deployment selection, serverless inference, request status and output retrieval. Review the actual workflow schema and GPU settings before paid execution or deployment changes.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 15 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: */SKILL.md, plugins/runcomfy/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by RunComfy, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./runcomfy-com/skills.md, and each skill at its own .md URL.