Agent skill · Backend & API

muapi-youtube-shorts

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.

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill youtube-shorts --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 2.0.0
Path: library/social/youtube-shorts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 + c

What's inside
Steps it walks through
  1. When to Use This vs. AI Clipping
  2. Agent Execution Protocol
  3. Step 1 — Collect Inputs
  4. Step 2 — Verify Prerequisites
  5. Step 3 — Run the Pipeline
  6. What Happens Server-Side
  7. Platform Defaults
  8. Quick Invocation Patterns
  9. Output Schema
  10. Common Mistakes to Avoid
  11. Failure Modes
  12. Done Criteria
Ships with 1 file
  • scripts/run-youtube-shorts.sh
Commands it runs
bash library/social/youtube-shorts/scripts/run-youtube-shorts.sh \
bash run-youtube-shorts.sh --source "https://youtube.com/watch?v=VIDEO_ID"
bash run-youtube-shorts.sh --source "<URL>" --platform tiktok --view
bash run-youtube-shorts.sh --source "<URL>" --platform feed --num-clips 3
xargs -a urls.txt -I{} bash run-youtube-shorts.sh --source "{}"
muapi predict wait "$REQUEST_ID" --download ./outputs
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-youtube-shorts skill do?

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.

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill youtube-shorts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going