skills/gemini-image/SKILL.md
Generate images using AI when user wants to create pictures, draw, paint, or generate artwork. Supports text-to-image and image-to-image generation.
npx skillsauth add acking-you/myclaude-skills gemini-imageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when user expresses intent to generate images (e.g., "draw a...", "generate an image...", "create a picture...").
config/secrets.md to get API Key| Mode | Prompt Format | Example |
|------|---------------|---------|
| Text-to-Image | description text | a cute orange cat |
| Image-to-Image | image_URL description | https://xxx.jpg draw similar style |
| Multi-Image Reference | URL1 URL2 description | https://a.jpg https://b.jpg merge these two |
For image-to-image, upload local images first. See tips/image-upload.md.
curl -s -X POST "https://api.apicore.ai/v1/images/generations" \
-H "Authorization: Bearer API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "model_name",
"prompt": "prompt_text",
"size": "aspect_ratio",
"n": 1
}'
Extract data[0].url from response and return to user.
tips/image-upload.md - Image upload methodstips/chinese-text.md - Chinese text handling tipsdevelopment
Write precise technical implementation docs (developer or user) with clear structure, accurate flows, render-safe Mermaid diagrams, and audience-appropriate detail; avoid boilerplate; include a meaningful Code Index for developer docs.
documentation
Generate technical design documents with proper structure, diagrams, and implementation details. Default language is English unless user requests Chinese.
development
Write code-driven technical blog posts with data-flow narrative, rich Mermaid visuals, and citation-backed claims. Covers source code deep dives, architecture analysis, and doc-driven comparisons.
development
Structured web research with multi-source validation. Output reports with complete citation links. Focus on key results, verify information quality.