muapi-youtube-shorts

Featured

Auto-generate viral 9:16 YouTube Shorts (or TikTok / Reels clips) from a long-form video. Thin platform-aware wrapper around the AI Clipping skill — picks sensible defaults for short-form social platforms (9:16, 30–60s sweet spot) and delegates the actual highlight extraction + crop to muapi.ai's `/ai-clipping` endpoint.

API & Backend 3,515 stars 398 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# YouTube Shorts Generator **Long video → ranked vertical short clips, tuned for short-form social.** This skill is a platform-aware preset over the [AI Clipping](../../edit/ai-clipping/) primitive. It picks the right aspect ratio and clip count for the target platform and delegates highlight extraction, dedupe, and face-tracked auto-crop to muapi.ai's managed `/ai-clipping` endpoint. Reference implementation: https://github.com/SamurAIGPT/AI-Youtube-Shorts-Generator Underlying API: https://muapi.ai/playground/ai-clipping --- ## When to Use This vs. AI Clipping | Use this skill when… | Use [AI Clipping](../../edit/ai-clipping/) directly when… | |:---|:---| | Target is YouTube Shorts / TikTok / Reels | You want full control over aspect / count | | You want platform-tuned defaults | You want raw timestamps (`--coords-only`) | | You'd rather pass `--platform tiktok` than think about ratios | You're integrating into a custom renderer | --- ## Agent Execution Protocol ### Step 1 — Collect Inputs | Input | Default | Notes | |:---|:---|:---| | `--source` | — | YouTube URL, hosted mp4 URL, or local file | | `--platform` | `shorts` | `shorts` \| `tiktok` \| `reels` \| `feed` (sets ratio + count defaults) | | `--num-clips` | platform default | Override clip count | | `--aspect-ratio` | platform default | Override aspect ratio | If the user gave only a URL, run with platform defaults — don't block. --- ### Step 2 — Verify Prerequisites - `muapi-cli` installed and authed (`...

Details

Author
SamurAIGPT
Repository
SamurAIGPT/Generative-Media-Skills
Created
3 years ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category