image-generation
SolidGenerate or edit raster images with the native image_generate tool.
AI & Automation 126 stars
11 forks Updated today MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Image Generation
Use the native `image_generate` tool when the user asks you to create, generate,
render, edit, restyle, or make a deliverable raster image.
Do not use `image_generate` to inspect or describe an existing image. Use
`vision_analyze` for image understanding.
## Workflow
1. Call `image_generate` with `action: "list"` if you need to check whether an
image provider is configured or explain missing auth/model setup.
2. For generation, pass a clear `prompt` and optional `aspectRatio`, `size`,
`quality`, and `count`. The native provider layer supports GPT Image 2,
Nano Banana 2, Grok Imagine, and FLUX.2 when those providers are configured.
3. For image-to-image edits, pass reference media paths in the
`image_generate` `image` or `images` arguments. Paths may come from
`/workspace`, `/discord-media-cache`, `/uploaded-media-cache`, or safe
current-turn Discord CDN URLs.
4. Treat provider `warnings` as user-relevant when they change requested
options such as quality, size, aspect ratio, or count.
5. Return the generated artifact directly in the final response. The tool owns
provider auth, provider quirks, file persistence, and media delivery paths.
Keep prompts concrete and visual. Include subject, composition, style, colors,
format, and any text that must appear in the image.
Details
- Author
- HybridAIOne
- Repository
- HybridAIOne/hybridclaw
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
image-generation
Generate images and iteratively edit saved image artifacts.
46,322 Updated today
HKUDS AI & Automation Solid
image-generation
Generate images and iteratively edit saved image artifacts.
78 Updated today
MemTensor AI & Automation Listed
image-generation
Generate and edit images via OpenAI's gpt-image-2 (ChatGPT Images 2.0) API. Use when the user asks to "generate an image", "create an image", "make a picture of X", "draw X", "edit this image", "remove the background from this image", "extend this image", "regenerate this image with Y", or invokes /image-generation. Outputs PNG/JPEG/WebP files to disk. Requires OPENAI_API_KEY in the environment.
2 Updated today
magnusrodseth