Agnes generate image
Cross-agent AI skills for Claude, Codex, OpenCode, Kimi Code, and more. Install all at once or pick only what you need.
npx -y skills add oh-summy/skills --skill agnes-generate-imageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate or edit an image with Agnes AI. Supports text-to-image and image-to-image via agnes-image-2.1-flash.
SKILL.md
2.2 KB, 557 tokens by cl100k_base, as published. Nobody here has run it
Agnes Generate Image
Generate or edit images with agnes-image-2.1-flash.
When to use
- The user asks for an image, icon, banner, mockup, product photo, or edited image.
- The user provides a reference image and wants a variation or edit.
Inputs
--prompt: Text description of the desired image.--size: Output size, e.g.1024x768,1024x1024,768x1024. Default1024x768.--image: Optional reference image (local path or URL) for image-to-image.--response-format:base64(default) orurl. Base64 mode saves images locally.--n: Number of images. Default 1.--output-dir: Directory for saved images. Default is~/AgnesAI/images.--no-open: Do not open the output folder after saving.--model: Optional model override. Default isagnes-image-2.1-flash.
Steps
- Confirm the prompt and optional reference image.
- Run the helper script in this skill directory:
bash scripts/generate_image.sh --prompt "a cat in space" --size 1024x1024 - Return the generated image URL(s) or saved file paths to the user.
Example
bash scripts/generate_image.sh \
--prompt "A minimalist logo of a rocket, vector style, blue gradient" \
--size 1024x1024 \
--response-format url
Output location
By default (--response-format base64) the generated image is saved to --output-dir and the folder is opened automatically.
- Default:
~/AgnesAI/imageson macOS/Linux, or%USERPROFILE%\AgnesAI\imageswhen running under Git Bash on Windows. - Custom:
bash scripts/generate_image.sh --output-dir ./my_images ... - Skip opening the folder: add
--no-open. - URL-only mode:
--response-format urlreturns a public URL without saving locally.
Templates / references
references/templates.md— prompt templates for creative design, marketing, social media, product shots, style transfer, thumbnails/banners, etc.
API reference
- Model:
agnes-image-2.1-flash - Docs: https://agnes-ai.com/zh-Hans/docs/agnes-image-21-flash
Setup
Set AGNES_API_KEY as an environment variable or in a .env file.
What ships with it: 3 files
9.0 KB alongside SKILL.md, 1 of them executable
references/
- templates.md3.0 KB
scripts/
- generate_image.shruns5.8 KB
- .env.example149 B