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.
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.
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.
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:
true to prevent hallucinations and ensure stable resultsThe 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.
Integrating these skills into your project is incredibly simple:
/plugin marketplace add https://github.com/clickaround/marketplace/plugin install image-generation@clickaroundGOOGLE_GEMINI_API_KEY and ATLAS_CLOUD_API_KEY environment variablesThat's it! You're ready to start generating images and converting them to video within your Claude Code environment.
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.
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.
⭐ 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