# Download Image

> Download ComfyUI image outputs to local files using deterministic names.

- Skill: `steliosot/download-image` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add steliosot/download-image`
- Raw SKILL.md: https://api.skillmd.com/api/skills/steliosot/download-image/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: steliosot (https://skillmd.com/u/steliosot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/steliosot/download-image

---


# download_image

Download ComfyUI image outputs to local files using deterministic names.

## Usage

```bash
python3 skills/infra/download_image/scripts/run.py --args '{}' --pretty
```

Pass JSON kwargs for `run(...)` via `--args`:

```bash
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.

