Nano Image

Generate high-quality images for free using Gemini 2.0, perfect for UI mockups, logos, and concept art.

Install
cmdop skills install agensi-nano-image

Nano Image is an agent skill that adds text-to-image generation capabilities by connecting to Google’s Gemini 2.0 Flash image generation pipeline. When an agent invokes the skill with a text prompt, the skill handles API communication, base64 decoding of the response, and saving the resulting file to a local directory at ~/.claude-image-gen. Output files are standard PNG or JPG format, making them immediately usable in web projects, presentations, or other workflows.

The skill uses Python’s urllib standard library for HTTP communication, which keeps the dependency footprint small. It creates the output directory automatically if it does not exist, so no manual setup of the file system is required before first use. Built-in rate-limit handling is included to stay within Google’s free-tier quotas and avoid API access issues.

According to the description, the skill targets diverse visual styles including photorealism, vector art, 3D renders, and logos. This makes it applicable to tasks such as generating UI mockup placeholders, concept art for presentations, or illustrative assets for written content. No package registry entry, version number, or license is published for this skill at this time, so integrators should verify compatibility with their environment before deploying.

Use cases

  • Generate placeholder images for UI mockups directly from a prompt
  • Create logo concepts or icon drafts as PNG or JPG files
  • Produce concept art or illustrations for blog posts and presentations
  • Automate image asset creation in a local development workflow
  • Generate 3D render-style visuals or photorealistic images from text descriptions

When to use it

  • An agent needs to produce image files from text prompts without manual external tooling
  • The workflow requires local file output in PNG or JPG format
  • The use case involves diverse styles such as photorealism, vector art, or logos
  • A lightweight dependency footprint is important for the deployment environment

When not to use it

  • The deployment environment has no access to Google's Gemini API
  • The workflow requires image formats other than PNG or JPG
  • No verified package version or license information is acceptable for production compliance requirements
  • The agent runtime cannot write to the local filesystem at ~/.claude-image-gen
  • High-volume generation beyond Google's free-tier quota is required