One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill media-generation-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-generation
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/media-generation
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill media-generation-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly producing visual assets—custom images, short AI videos, and relevant stock imagery—without manual searching or editing.

Core Features & Use Cases

  • Custom AI Image Generation: Generate one or more images from text prompts, saving results as PNG files with configurable aspect ratios, optional background removal, and negative prompts to steer output quality.
  • AI Video Generation: Create short video clips from a prompt with selectable aspect ratio, resolution, duration, and controls for what people are allowed to appear (via personGeneration).
  • Stock Image Retrieval: Find and download stock images based on a textual description with configurable limits and orientation when realism matters more than customization.

Use Case: When building a blog or landing page, you can generate hero illustrations in a matching aspect ratio, create a short looping video thumbnail, and pull a few realistic background photos from stock to fill gaps.

Quick Start

Ask the AI to generate a PNG hero image using generateImage with images: [{ "prompt": "...", "outputPath": "attached_assets/generated_images/hero.png", "aspectRatio": "16:9" }].

Frequently Asked Questions about media-generation

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

FAQPage Schema
How do I generate a PNG image from a text prompt programmatically?

To generate a PNG image from a text prompt, you provide a required images array containing your prompt, an output path, and an optional aspect ratio. The tool processes the prompt and saves the resulting visual asset directly as a PNG file.

Can I create short AI videos with configurable aspect ratio and duration?

Yes, you can create short AI videos by providing a text prompt with selectable parameters for aspect ratio, resolution, and duration. You can also control whether people are allowed to appear in the generated video via the personGeneration setting.

What is the best way to find and download realistic stock images for a landing page?

The best way to find realistic stock images is using semantic text descriptions to query and download relevant photos. You can configure the search limit and image orientation to quickly retrieve visuals for landing pages without manual editing.

How do negative prompts steer AI image generation quality?

Negative prompts steer AI image generation by explicitly defining elements you want to avoid in the output. Supplying these optional parameters alongside your text prompt helps refine the final PNG image and improve overall visual asset quality.