Comfy-agent agentic_execute
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/infra/agentic_execute" ~/.claude/skills/steliosot-comfy-agent-agentic-execute-a391ea && rm -rf "$T"
manifest:
skills/infra/agentic_execute/SKILL.mdsource content
agentic_execute
Executes a plan payload produced by
agentic_plan.
The skill validates plan schema/version before execution and returns structured outputs:
prompt_idoutput_imagesartifacts- execution context (
, etc.)run_id