agentsclimarketplace

Agnes generate image

Skill oh-summy/skills/skills/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.

Install
npx -y skills add oh-summy/skills --skill agnes-generate-image

Assembled 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. Default 1024x768.
  • --image: Optional reference image (local path or URL) for image-to-image.
  • --response-format: base64 (default) or url. 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 is agnes-image-2.1-flash.

Steps

  1. Confirm the prompt and optional reference image.
  2. Run the helper script in this skill directory:
    bash scripts/generate_image.sh --prompt "a cat in space" --size 1024x1024
    
  3. 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/images on macOS/Linux, or %USERPROFILE%\AgnesAI\images when 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 url returns 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

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/

scripts/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.