image-generation: AI Image Generation & Image-to-Video Skills

The image-generation skill pack brings powerful AI image creation capabilities to your Claude Code workflow. This open-source package includes two complementary technologies: Gemini NanoBanana for high-quality AI image generation and Seedance for converting static images into engaging short video clips.

Gemini NanoBanana Image Generation

NanoBanana is an optimized version of Google's Gemini model specifically tuned for creative image generation tasks. The skill pack provides a complete TypeScript implementation with automatic style prefixing for different content types like Ghibli-style animations or educational illustrations.

Key features:

Seedance Image-to-Video Conversion

Take your AI-generated images to the next level with Seedance 1.5, a state-of-the-art image-to-video model that creates smooth, natural motion from static images. The skill pack integrates with Atlas Cloud API for reliable, cost-effective video generation at just $0.11 per clip.

Key features:

Getting Started

To install the image-generation skill pack in your Claude Code environment:

/plugin marketplace add https://github.com/clickaround/marketplace
/plugin install image-generation@clickaround

The package is completely free and open source under the MIT license. All dependencies are clearly documented and the implementation follows modern TypeScript best practices.