media-generation

Generate images and videos from text prompts with configurable outputs.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ItsJupiter000/hot-outreach --skill media-generation-itsjupiter000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-generation
Source: https://github.com/ItsJupiter000/hot-outreach/tree/main/.local/skills/media-generation
Command: npx skills add https://github.com/ItsJupiter000/hot-outreach --skill media-generation-itsjupiter000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solves the problem of automatically creating and retrieving media assets from descriptive prompts.

Core Features & Use Cases

  • Image generation: generate custom images from text prompts with PNG output and configurable aspect ratios.
  • Video generation: produce short AI-driven videos from prompts with adjustable resolution and duration.
  • Stock image retrieval: fetch stock imagery by description and return file paths for design use.

Quick Start

Describe the media concept and request a PNG output path to generate the asset.

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 from text prompts for design workflows?

To generate custom images from text prompts, you provide a descriptive prompt and configure the aspect ratio to receive a PNG output file path. This allows you to automatically create and retrieve custom visual assets for design and marketing workflows.

Can I fetch stock imagery by description instead of generating AI images?

Yes, you can fetch stock imagery by providing a descriptive prompt to retrieve relevant visual assets. The stockImage interface returns file paths for existing stock images, making it suitable when you need real-world visuals rather than AI-generated content.

What is the best way to produce short AI-driven videos from text prompts?

The best way to produce short AI-driven videos is using the generateVideo or generateVideoAsync interfaces with your descriptive prompt. You can produce video content by adjusting the resolution and duration settings to fit your product or marketing workflow requirements.

Does AI media generation support asynchronous processing for high-volume asset creation?

Yes, AI media generation supports asynchronous processing through the generateImageAsync and generateVideoAsync interfaces. These functions allow you to request asset generation without blocking your workflow, returning output paths once the media creation process completes.

How do I configure aspect ratios and output paths when generating media assets?

You configure aspect ratios and output paths by specifying these parameters alongside your descriptive prompts when calling the generation interfaces. This ensures the returned PNG image or video file matches your exact design dimensions and is saved to your desired location.