muapi-ai-clipping

仓库创建 2023年5月25日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

极大简化短视频剪辑流程,是内容流水线的核心组件。

▸ 风险提示

调用 muapi.ai 的剪辑端点,需上传视频并承担外部处理与付费风险。

这个 Skill 做什么

一键将长视频切成多段短视频并输出亮点分数、钩子文本与 mp4 链接。

把一段长视频一键拆成多条适合竖屏平台的短片,每条有热度分(viral score)、开场钩子文本和可下载的 mp4 链接。适合做内容变现、做短视频矩阵或快速找出亮点片段,不用本地跑 Whisper 或显卡。特点是服务端做转录、亮点排名和人脸跟踪自动裁切,一步出成品。

▸ 展开 SKILL.md 英文原文

Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's `/ai-clipping` endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe, and vertical face-tracking auto-crop server-side. No local Whisper, no local LLM, no GPU.

内容创作视频摘要高亮检索转录与剪辑通用
3.9k
Stars
442
Forks
40
仓库内 Skill
+205
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/SamurAIGPT/Generative-Media-Skills/main/library/edit/ai-clipping/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/SamurAIGPT/Generative-Media-Skills/main/library/edit/ai-clipping/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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, se
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有