Image Generation Skills for Claude Code: NanoBanana & Seedance

As a developer working with Claude Code, you know that visual content creation is essential for modern applications — whether you're building educational tools, poetry generators, or short video creators. But generating high-quality images and converting them to video has traditionally required complex workflows and expensive APIs. Today, I'm excited to introduce the image-generation skill pack for ClickAround Creator Pro — a completely free, open-source solution that brings professional-grade image generation and image-to-video capabilities directly into your Claude Code environment.

What Is Image Generation?

The image-generation skill pack consists of two powerful, complementary capabilities:

Both skills are designed specifically for developers who want to integrate visual content generation into their applications without the complexity of managing multiple APIs or dealing with inconsistent outputs.

How NanoBanana Image Generation Works

The NanoBanana image generation service is built around Google's Gemini SDK and provides a clean TypeScript interface:

class ImageGenerationService {
  async generateImages(
    options: {
      prompt: string;
      numberOfImages: number;
      aspectRatio: string; // "9:16" for portrait
    },
    videoId: string,
    sceneIndex: number
  ): Promise<{ success: boolean; images: Array<{ data: Buffer }> }>;
}

Key features include:

To use NanoBanana, simply install the package, set your GOOGLE_GEMINI_API_KEY environment variable, and call the generateImages() method with your desired prompt and parameters.

How Seedance Image-to-Video Works

The Seedance image-to-video service converts your generated images into captivating motion clips:

class AtlasCloudClient {
  async generateVideo(options: {
    prompt: string;        // 영상 모션 설명
    image: string;         // base64 또는 URL
    duration: number;      // 초 단위 (5~10)
    orientation: string;   // "portrait" (9:16)
    cameraFixed: boolean;  // true 권장 (할루시네이션 방지)
  }): Promise<{ url: string }>;
}

Key features include:

The Seedance service uses the bytedance/seedance-v1.5-pro/image-to-video-fast model via Atlas Cloud API, which we've verified to be more cost-effective than alternatives like vast.ai.

Getting Started in 3 Steps

Integrating these skills into your project is incredibly simple:

  1. Install the marketplace: /plugin marketplace add https://github.com/clickaround/marketplace
  2. Install the skill: /plugin install image-generation@clickaround
  3. Configure your API keys: Set GOOGLE_GEMINI_API_KEY and ATLAS_CLOUD_API_KEY environment variables

That's it! You're ready to start generating images and converting them to video within your Claude Code environment.

Real-World Use Cases

Developers are already using these skills in production for several compelling applications:

The beauty of this approach is that you get professional-grade visual generation capabilities without the vendor lock-in or unpredictable pricing models of commercial services.

Why This Approach Beats Commercial Alternatives

Compared to commercial image generation services, the image-generation skill pack offers several distinct advantages:

We've focused on creating a solution that works reliably in real-world development scenarios, not just theoretical demos.

Get Started Today

⭐ Star this skill on GitHub: github.com/clickaround/image-generation — this helps us prioritize future development and improvements.

Pro Bundle (₩59,000 lifetime, all 7 packs): clickaround.lemonsqueezy.com/checkout/buy/d798e647-129e-4303-b76d-924cc4b18b50

Note: This skill pack is part of ClickAround Creator Pro — all 7 skill packs plus Discord community access and monthly Q&A sessions for ₩59,000 lifetime. Unlike subscription services, this is a one-time payment with no recurring fees.