AI-powered image generation is transforming how creators build visual content. With ClickAround Creator Pro's image-generation skill pack, you get two powerful capabilities in one open-source package: Gemini NanoBanana for AI image creation and Seedance for image-to-video conversion. This article walks through what these skills do, how they work, and why they're valuable for developers and content creators.
The image-nanobanana skill enables AI image generation using Google's Gemini models. It's designed specifically for creating vertical (9:16) images optimized for Shorts, Reels, and other social media formats. The skill automatically applies style prefixes like "Ghibli" or "Educational" to your prompts, ensuring consistent artistic direction across your generated images.
Key features of the NanoBanana image generation:
This skill integrates seamlessly with TypeScript projects and requires only the @google/generative-ai SDK and your Google Gemini API key. The implementation is clean and well-documented, making it easy to integrate into existing projects or adapt for new use cases.
While static images are powerful, motion adds another dimension to storytelling. The image-seedance skill bridges this gap by converting your AI-generated images into short video clips using Seedance 1.5 technology via Atlas Cloud API.
Key features of the Seedance image-to-video conversion:
cameraFixed: true to prevent hallucinations and ensure stable resultsThe Seedance integration uses a simple TypeScript interface that's easy to implement in any project. You just need the axios library and your Atlas Cloud API key. The implementation includes proper error handling and polling mechanisms to manage the asynchronous nature of video generation.
The true power of the image-generation pack emerges when you combine both skills in a workflow. Here's how it works:
This end-to-end workflow eliminates the need for separate tools and APIs, providing a unified solution that's both cost-effective and developer-friendly. The TypeScript implementation ensures type safety and makes debugging straightforward.
To install the image-generation skill pack in Claude Code, simply run:
/plugin marketplace add https://github.com/clickaround/marketplace
/plugin install image-generation@clickaround
You'll need to set up two environment variables:
GOOGLE_GEMINI_API_KEY for NanoBanana image generationATLAS_CLOUD_API_KEY for Seedance video generationBoth skills are completely open source under the MIT license, meaning you can use them freely in personal and commercial projects without restrictions.