Comfy-agent get_progress

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/get_progress" ~/.claude/skills/steliosot-comfy-agent-get-progress && rm -rf "$T"
manifest: skills/infra/get_progress/SKILL.md
source content

get_progress

Get generation progress percentage. On this server, when

/progress
is unavailable, returns heuristic values:

  • pending: 5%
  • running: 20%
  • completed: 100%