media-generation

Generate and retrieve images, videos, and stock images via configurable functions.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill media-generation-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-generation
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/skills/media-generation
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill media-generation-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation and retrieval of visual content by generating AI-based images and videos and fetching stock images, reducing turnaround time for media assets.

Core Features & Use Cases

  • Generate custom AI images and short videos from text prompts.
  • Retrieve stock images for authentic visuals and quick prototyping.
  • Use Case: Produce hero visuals for onboarding screens or marketing assets without leaving the app.

Quick Start

Ask the AI to generate a 16:9 hero image and a 6-second stock video for the homepage.

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 and short videos from text prompts for my app?

You can generate AI images and short videos from text prompts by calling the standardized functions generateImage, generateImageAsync, and generateVideo with configurable prompts and aspect ratios for deterministic outputs.

Can I retrieve stock images for quick prototyping alongside AI-generated media?

Yes, stock image retrieval is supported through the stockImage function, which fetches authentic stock images for quick prototyping and marketing assets without leaving your app.

Does this media generation workflow integrate with React Native and web projects?

Yes, the media generation functions are designed for easy integration into React Native or web projects, exposing standardized inputs and deterministic outputs suitable for app and campaign workflows.

What's the best way to produce hero visuals for onboarding screens automatically?

The best way to produce hero visuals is by using generateImage with a text prompt and configurable aspect ratio, automating AI-based image creation for onboarding screens and marketing assets.

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

You configure aspect ratios and output paths by passing standardized inputs to the generation functions, ensuring deterministic outputs and easy integration into your application workflows.