media-generation

Generate and retrieve AI images, videos, and stock images with configurable prompts and output paths.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill media-generation-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-generation
Source: https://github.com/KartikSharma4448/MyPortfolio/tree/main/.local/skills/media-generation
Command: npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill media-generation-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines visual content creation by generating AI-created images, AI-generated videos, and stock images on demand, reducing reliance on manual graphics sourcing.

Core Features & Use Cases

  • Generate custom images from text prompts with options for aspect ratios and output paths.
  • Create short AI videos from descriptions with configurable duration and resolution.
  • Retrieve stock images by description with limits and orientation options.
  • Output assets to attached_assets directories or to specified paths.

Quick Start

Describe the media you want and call the appropriate function (generateImage, generateVideo, or stockImage) to create and retrieve the assets.

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?

To generate AI images from text prompts, you provide a descriptive text string and call the generateImage function. This creates custom visual assets on demand, supporting configurable aspect ratios and output paths for your marketing needs.

Can I retrieve stock images by description instead of generating them from scratch?

Yes, you can retrieve stock images by description using the stockImage function. This allows you to source existing stock assets with configurable limits and orientation options, providing an alternative to generating new AI images.

What is the best way to create short AI videos from text descriptions?

The best way to create short AI videos from text descriptions is by using the generateVideo function. It processes your text prompts to produce AI-generated videos on demand, supporting configurable duration and resolution settings.

Does this media generation approach support asynchronous asset creation?

Yes, this approach supports asynchronous asset creation through the generateImageAsync and generateVideoAsync functions. These allow you to initiate media generation tasks without blocking your current workflow.

How do I configure output locations for generated media assets?

You configure output locations for generated media assets by specifying desired output paths when calling the generation functions. By default, assets can be output to attached_assets directories or routed to your specified custom paths.

When should I use AI generated images over stock images for social media assets?

You should use AI generated images when you need highly customized, specific visuals that do not exist in stock libraries, whereas stock images are suitable for general concepts. Both methods efficiently produce social media assets on demand.