media-generation

Generate images, music, sound effects, and speech from text descriptions.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ckrono-prog/Kotlin-Code-Builder --skill media-generation-ckrono-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-generation
Source: https://github.com/ckrono-prog/Kotlin-Code-Builder/tree/main/.local/skills/media-generation
Command: npx skills add https://github.com/ckrono-prog/Kotlin-Code-Builder --skill media-generation-ckrono-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, pillow, numpy, soundfile, pydub, gTTS, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for efficient and creative media generation, providing tools for visual content creation, music composition, and voice synthesis.

Core Features & Use Cases

  • Image Generation: Create custom images with text descriptions and specific parameters.
  • Stock Images: Retrieve high-quality stock images based on descriptions.
  • Music Generation: Synthesize original music tracks from text prompts.
  • Sound Effects: Create short audio effects from text descriptions.
  • Text-to-Speech: Convert text into spoken audio with custom voice settings.
  • Use Case: For a marketing campaign, you could use this Skill to generate a series of custom images for your social media posts, create a background music track from a text description, and produce a voice-over for your video advertisements.

Quick Start

Generate a custom image by saying: "generateImage(images: [{prompt: 'A vibrant cityscape at dawn', outputPath: 'cityscape.png'}])".

Frequently Asked Questions about media-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate custom images and sound effects from text prompts?

To generate custom images and sound effects from text prompts, provide descriptive text and output paths to the respective generation functions. This AI-driven media generation supports creating visual content, synthesizing audio, and converting text to speech with specific parameters.

Can I use text-to-speech and music generation together for video voice-overs?

Yes, you can use text-to-speech and music generation together for video voice-overs. The Skill synthesizes original music tracks from text descriptions and produces spoken audio with custom voice settings, enabling complete audio asset creation for marketing campaigns.

What libraries are required for AI image generation and music synthesis?

AI image generation and music synthesis require libraries including openai, pillow, numpy, soundfile, pydub, and gTTS. These dependencies support various image processing, music synthesis, and speech processing tasks within the Skill.

How do I retrieve high-quality stock images based on a specific description?

To retrieve high-quality stock images based on a specific description, provide the descriptive text to the stock image retrieval tool. This feature fetches existing visual assets that match your text prompts without generating new images from scratch.

Does this Skill support batch image generation with custom parameters?

Yes, the Skill supports batch image generation with custom parameters. You can pass an array of image objects containing distinct text prompts and output paths to the generateImage function to create multiple custom images simultaneously.