muapi-ai-clipping

muapi-ai-clipping is a skill for OpenCode from SamurAIGPT/Generative-Media-Skills. It costs 96 tokens per session (1,844 once invoked), scanned A, original, MIT.

A video tool that turns a long podcast, interview, lecture, vlog, or stream into ranked short clips.

In plain words
What is it for?
Use it with a hosted video, local file, or supported YouTube link to get highlight clips with scores, opening hooks, explanations, and video links, or just time ranges for custom rendering.
Why use it?
It removes the manual work of transcribing a video, finding strong moments, and preparing crops for short-video formats.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash library/edit/ai-clipping/scripts/run-ai-clipping.sh \.

not rated 4.3krepo +40 3d ago A scan Socket: passSnyk: warnSkillSpector: pass 96 tokens original MIT

Good fit Use it with a hosted video, local file, or supported YouTube link to get highlight clips with scores, opening hooks, explanations, and video links, or just time ranges for custom rendering.

Compare 6 skills from other repositories ↓
About the project

Generative-Media-Skills is a toolkit that lets AI agents generate, edit, and display images, videos, and audio through the muapi command-line interface. It is for users of Claude Code, Cursor, Gemini CLI, and OpenCode who need multimodal media-generation workflows. The catalogue entries are the skills that expose these media capabilities to coding agents.

SamurAIGPT/Generative-Media-Skills · 4,259 stars · on GitHub · muapi.ai

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-Skills
agentmods
npx agentmods add skills/samuraigpt/generative-media-skills/muapi-ai-clipping

Made for: OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for muapi-ai-clipping

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/muapi-ai-clipping/github.svg)](https://agentmods.dev/skills/samuraigpt/generative-media-skills/muapi-ai-clipping)
Your own site
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/muapi-ai-clipping"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/muapi-ai-clipping/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for muapi-ai-clipping

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/muapi-ai-clipping"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/muapi-ai-clipping.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,844 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 4 May 2026
  • Snyk warn 4 May 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.01844
Opus 5 $0.00048 $0.00922
Sonnet 5 $0.00019 $0.00369
Haiku 4.5 $0.00010 $0.00184

Measured 12d ago against content hash df222c2fa2c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

muapi-ai-clipping scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.opencode/skills/muapi-ai-clipping/SKILL.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Clipping

One API call: long video in → ranked vertical short clips out.

Each clip ships with a viral score (0–100), an opening hook line, a one-sentence "why it works" reason, and a hosted mp4 URL.

Underlying API: https://muapi.ai/playground/ai-clipping Reference implementation (open source): https://github.com/SamurAIGPT/AI-Youtube-Shorts-Generator


When to Use

  • Auto-clip a podcast, interview, lecture, vlog, or stream into TikTok / Reels / Shorts.
  • Extract the best 30–75s moments from any hosted video URL.
  • Get face-tracked vertical (9:16), square (1:1), or portrait (4:5) crops without running ffmpeg locally.

If you only need raw timestamps for your own renderer, set --coords-only to skip cropping and just get the highlight ranges.


Agent Execution Protocol

Step 1 — Collect Inputs

Input Required Default Notes
--video yes Hosted mp4 URL, or local file path (auto-uploaded), or YouTube URL (if backend supports it)
--num-clips no 3 Number of highlights to extract
--aspect-ratio no 9:16 9:16 | 1:1 | 4:5
--coords-only no off Return just the highlight time ranges, skip cropping

If the user gave only a video URL, run with defaults — don't block on questions.


Step 2 — Verify Prerequisites

  • muapi-cli installed and authed (muapi auth configure)
  • MUAPI_API_KEY available (env var or muapi auth status passes)

That's it. No ffmpeg, no Python, no Whisper install, no LLM keys. Everything runs server-side.


Step 3 — Run the Skill

bash library/edit/ai-clipping/scripts/run-ai-clipping.sh \
  --video "https://example.com/podcast.mp4" \
  --num-clips 5 \
  --aspect-ratio 9:16 \
  --view

The script:

  1. Resolves --video to a hosted URL (uploads local files via muapi upload file if needed).
  2. Calls muapi edit clipping with the supported parameters.
  3. Polls until the job is done (or returns the request_id immediately under --async).
  4. Prints a ranked summary and, if --output-json is set, writes the full result.

Read the full file on GitHub · 195 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 195 lines · 96 tokens per session scan A df222c2fa2c8

Subscribe to this mod's changes

muapi-ai-clipping is a skill published in the GitHub repository SamurAIGPT/Generative-Media-Skills (4,259 stars, last pushed 3d ago), licensed MIT. It adds 96 tokens to every session and 1,844 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

muapi-director

Turn ONE topic, talking-head video, or photo into a finished Vox-style paper-collage explainer / ad video on the MuAPI platform (api.muapi.ai) + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Three input modalities: a topic (B-roll), a talking-head video (A-roll mode), or…

Anil-matcha/vox-ai-motion-graphics-generator · 99 tokens

deapi

AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create videos, generate embeddings. 10-20x cheaper than OpenAI/Replicate.

deapi-ai/claude-code-skills · 54 tokens

wechat-article-writer

A Chinese-language content-creation workflow for public-account and social-media writing. It supports article drafting, cover images, illustrations, process diagrams, style analysis, and adapting writing to selected styles.

xstongxue/best-skills · 105 tokens

gemini-watermark-remover

Remove visible Gemini image watermarks from local image files by calling the project's CLI. Use when the user wants an agent to clean one or more local Gemini-generated images and save de-watermarked output files.

GargantuaX/gemini-watermark-remover · 47 tokens

remotion-upgrade

Upgrade Remotion, and related packages.

guanyang/open-agent-hub · 12 tokens

infographic-creator

Create beautiful infographics based on given text content. Use when users request to create infographics.

antvis/chart-visualization-skills · 24 tokens