| name | upload_image |
| description | Upload a local image to ComfyUI input storage with deterministic naming.
|
| 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","upload","transport"] |
| metadata.clawdbot.category | media-generation |
| metadata.clawdbot.input_type | image-file |
| metadata.clawdbot.output_type | application/json |
| metadata.clawdbot.output_can_feed_into | [] |
| metadata.clawdbot.accepts_input_from | [] |
| metadata.clawdbot.priority | 80 |
upload_image
Upload a local image to ComfyUI input storage with deterministic naming.
Usage
python3 skills/infra/upload_image/scripts/run.py --args '{}' --pretty
Pass JSON kwargs for run(...) via --args:
python3 skills/infra/upload_image/scripts/run.py --args '{"param":"value"}' --pretty
Inputs / Outputs
- Inputs follow
skills/infra/upload_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.