Comfy Generate Audio banner
Comfy-Org Comfy-Org

Comfy Generate Audio

Development community

Description

Generate audio using Comfy Cloud based on the user's description: $ARGUMENTS Follow these steps exactly: **Step 0 — Route partner-API requests directly.** If the user named a provider, model, or capability (e.g. "ElevenLabs", "Stability Audio", "Sonilo"), do one `search_nodes` lookup with the named term. If the matching node's category starts with `partner/`, try `partner_generate` first — see its tool description for the currently-wired model ids. Pass `type: "audio"` plus the partner's model

Installation

Installs to ~/.claude/skills/comfy-org-comfy-skills-comfy-generate-audio/SKILL.md

Terminal
mkdir -p ~/.claude/skills/comfy-org-comfy-skills-comfy-generate-audio && curl -fsSL https://raw.githubusercontent.com/Comfy-Org/comfy-skills/HEAD/skills/comfy-generate-audio.md -o ~/.claude/skills/comfy-org-comfy-skills-comfy-generate-audio/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository