Comfy-agent run_curated_workflow
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/steliosot/comfy-agent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/workflows/txt2img/run_curated_workflow" ~/.claude/skills/steliosot-comfy-agent-run-curated-workflow && rm -rf "$T"
manifest:
skills/workflows/txt2img/run_curated_workflow/SKILL.mdsource content
run_curated_workflow
Executes
skills/workflows/<family>/<skill_id>/workflow.json using the shared curated runtime.
<!-- AUTO-METADATA-START -->
Routing Metadata
- Family:
txt2img - Input modalities:
text_prompt - Output modalities:
application/json - Model families:
other - Node count:
None - Complexity score:
None - Resource profile:
unknown - Estimated runtime:
depends on runtime parameters and server resources - Max latent resolution hint:
xNoneNone - Max sampler steps hint:
None
Detected Models
- None detected.
Detected Custom Nodes
- None detected.
Runtime Warnings
- Hand-authored skill (no embedded workflow.json); metadata is inferred and may be approximate.