Comfy-agent download_image
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/download_image" ~/.claude/skills/steliosot-comfy-agent-download-image && rm -rf "$T"
manifest:
skills/infra/download_image/SKILL.mdsource content
download_image
Download ComfyUI image outputs to local files using deterministic names.
Usage
python3 skills/infra/download_image/scripts/run.py --args '{}' --pretty
Pass JSON kwargs for
run(...) via --args:
python3 skills/infra/download_image/scripts/run.py --args '{"param":"value"}' --pretty
Inputs / Outputs
- Inputs follow
.skills/infra/download_image/skill.yaml - Output is JSON printed to stdout from
.run(...)
Composition
This skill is designed to compose with other single-purpose skills. Use
run_id and artifact references when chaining.