| name | get_progress |
| description | Get progress percentage for a prompt; uses queue/history fallback if /progress is unavailable.
|
| homepage | https://github.com/steliosot/comfy-agent |
| metadata.clawdbot.os | ["darwin","linux"] |
| metadata.clawdbot.requires.bins | ["python3"] |
| metadata.clawdbot.requires.env | ["COMFY_URL","COMFY_AUTH_HEADER"] |
| metadata.clawdbot.files | ["skill.py","skill.yaml","scripts/*"] |
| metadata.clawdbot.tags | ["comfyui","skill","monitoring","progress"] |
| metadata.clawdbot.category | ops |
| metadata.clawdbot.input_type | application/json |
| metadata.clawdbot.output_type | application/json |
| metadata.clawdbot.output_can_feed_into | [] |
| metadata.clawdbot.accepts_input_from | [] |
| metadata.clawdbot.priority | 70 |
get_progress
Get generation progress percentage. On this server, when /progress is unavailable, returns heuristic values:
- pending: 5%
- running: 20%
- completed: 100%