IM
image-save
If the user request has a JSON key where type === "image", follow the rules to save the output correctly.
Install
mkdir -p .claude/skills/image-save && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13916" && unzip -o skill.zip -d .claude/skills/image-save && rm skill.zipInstalls to .claude/skills/image-save
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
If the user request has a JSON key where type === "image", follow the rules to save the output correctly.105 charsno explicit “when” trigger
About this skill
Image Save Workflow
Rules
- Even if the user does not explicitly request image generation, if the type contains "image", prioritize this and generate the image most relevant to the user's request.
- After image generation completes, save the output into
results/. - Set the filename to the jobid.
- Always use the
.pngextension.