gemini-image

Generate images using AI when user wants to create pictures, draw, paint, or generate artwork. Supports text-to-image and image-to-image generation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gemini-image" with this command: npx skills add acking-you/myclaude-skills/acking-you-myclaude-skills-gemini-image

Gemini Image Generation

Use this skill when user expresses intent to generate images (e.g., "draw a...", "generate an image...", "create a picture...").

Steps

1. Read Configuration

  • Read config/secrets.md to get API Key

2. Construct Prompt

ModePrompt FormatExample
Text-to-Imagedescription texta cute orange cat
Image-to-Imageimage_URL descriptionhttps://xxx.jpg draw similar style
Multi-Image ReferenceURL1 URL2 descriptionhttps://a.jpg https://b.jpg merge these two

For image-to-image, upload local images first. See tips/image-upload.md.

3. Call API

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
  }'

4. Return Result

Extract data[0].url from response and return to user.

Reference Docs

  • tips/image-upload.md - Image upload methods
  • tips/chinese-text.md - Chinese text handling tips

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

excalidraw

No summary provided by upstream source.

Repository SourceNeeds Review
General

article-cover

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-squash-commits

No summary provided by upstream source.

Repository SourceNeeds Review
General

gen-commit-msg

No summary provided by upstream source.

Repository SourceNeeds Review