muapi-drone-style-video

Generate aerial drone-perspective videos from text prompts or reference images via the muapi CLI.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-drone-style-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-drone-style-video
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/motion/drone-style-video
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-drone-style-video

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating aerial drone footage traditionally requires expensive equipment, pilots, and location access. This Skill lets you generate cinematic drone-style videos — reveals, orbits, flyovers, and top-down shots — directly from text descriptions using the MuAPI video generation models.

Core Features & Use Cases

  • Four Shot Types: Choose from reveal (ascend and reveal), orbit (360-degree circle), flyover (forward tracking), or top-down (bird's eye) camera movements.
  • Text or Image Input: Generate from a text description with veo3.1-text-to-video, or animate a reference aerial image with veo3.1-image-to-video.
  • Post-Processing Options: Extend results with ambient audio via mmaudio-v2-video-to-video or upscale with ai-video-upscaler-pro.
  • Use Case: A real estate marketer needs an orbit shot of a luxury villa by the ocean. Provide the subject and shot type, and the Skill builds the prompt and submits the generation request.

Quick Start

Ask the agent to generate a drone orbit video of a mountain valley at sunrise in 16:9 using this skill.

Frequently Asked Questions about muapi-drone-style-video

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

FAQPage Schema
How do I generate drone-style aerial video with AI?

Provide a location or subject description and pick a shot type (reveal, orbit, flyover, or top-down). The Skill builds a cinematic prompt and submits it to the veo3.1-text-to-video model through the muapi CLI.

How to turn a reference image into aerial drone footage?

Pass an aerial or location reference image as the reference_image input. The Skill switches to the veo3.1-image-to-video model and animates the image with the selected drone camera movement.

What drone camera movements does this skill support?

Four shot types are supported: reveal (camera ascends and reveals the subject), orbit (360-degree circular rotation), flyover (low forward tracking pass), and top-down (static bird's eye view).

Can I add audio or upscale the generated drone video?

Yes. After generation you can add wind or ambient audio using the mmaudio-v2-video-to-video model, or upscale the result with ai-video-upscaler-pro, both through the muapi CLI.

What do I need to run the muapi drone video skill?

You need the muapi CLI installed and a configured MUAPI_API_KEY via muapi auth configure. If a model lacks a CLI alias, the Skill falls back to direct curl calls against the MuAPI REST endpoint.