media-generation

Generate and retrieve AI images, videos, and stock visuals.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill media-generation-crajkumarsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-generation
Source: https://github.com/CRAJKUMARSINGH/M3_Bridge/tree/main/.local/skills/media-generation
Command: npx skills add https://github.com/CRAJKUMARSINGH/M3_Bridge --skill media-generation-crajkumarsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate and retrieve media assets efficiently, enabling teams to rapidly produce AI-generated images, videos, and stock visuals without manual asset creation.

Core Features & Use Cases

  • Generate custom images from text prompts with strict PNG output constraints and optional parameters like aspectRatio and negativePrompt.
  • Generate short videos from descriptions with controllable duration and aspect ratios, including asynchronous background workflows.
  • Retrieve stock images by description with simple limits and orientation preferences for authentic visuals in marketing and product projects.
  • Use cases include UI asset creation, marketing campaigns, product demos, and placeholder visuals for development.

Quick Start

Describe a visual concept and generate a 16:9 hero image using the generateImage function.

Frequently Asked Questions about media-generation

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

FAQPage Schema
How do I generate AI images from text prompts for marketing visuals?

Generate AI images by providing a text prompt to the generateImage function, which supports custom aspect ratios, negative prompts, and strict PNG output constraints for marketing visuals.

Can I generate videos asynchronously for UI asset creation?

Yes, use generateVideoAsync to generate videos asynchronously in the background, supporting controllable duration and aspect ratios for UI asset creation workflows.

What is the best way to retrieve authentic stock images for product demonstrations?

Retrieve authentic stock images for product demonstrations using the stockImage function by providing a description with limits and orientation preferences.

Does this media generation skill support negative prompts and aspect ratio control?

Yes, media generation supports optional negative prompts and aspect ratio control for both synchronous and asynchronous image and video generation tasks.

How do I manage outputPath and workflow tracking when generating AI videos?

Manage outputPath ending in .png and workflow tracking through robust output management features included in the generateVideo and generateVideoAsync functions.

Can I use synchronous generation for placeholder visuals in development?

Yes, use synchronous generateImage and generateVideo functions to rapidly produce placeholder visuals for development with controlled output formats.