# Send Clips Machine to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clips-machine",
    "name": "Clips Machine",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Mayank8290/clips-machine",
    "canonicalUrl": "https://clawhub.ai/Mayank8290/clips-machine",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clips-machine",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clips-machine",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "clips_machine.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clips-machine",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:30:31.994Z",
      "expiresAt": "2026-05-08T21:30:31.994Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clips-machine",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clips-machine",
        "contentDisposition": "attachment; filename=\"clips-machine-1.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clips-machine"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clips-machine"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clips-machine",
    "downloadUrl": "https://openagent3.xyz/downloads/clips-machine",
    "agentUrl": "https://openagent3.xyz/skills/clips-machine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clips-machine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clips-machine/agent.md"
  }
}
```
## Documentation

### Clips Machine

Transform long videos into viral short-form clips. Auto-detect the best moments, add trendy captions, export for TikTok/Reels/Shorts.

100% FREE tools - Runs entirely on your machine.

Love this skill? Support the creator and help keep it free: Buy Me a Coffee

### What This Skill Does

Input any long video (YouTube URL, podcast, stream, local file)
Transcribe with timestamps using Whisper (free, local)
Detect viral-worthy moments using AI analysis
Cut the best 30-60 second segments
Caption with animated, trendy text styles
Export in vertical 9:16 format ready for upload

### Quick Start

Turn this podcast into viral clips: https://youtube.com/watch?v=xyz

Extract the 5 best moments from my-interview.mp4 and add captions

### From YouTube URL

/clips-machine https://youtube.com/watch?v=VIDEO_ID

### From Local File

/clips-machine /path/to/video.mp4

### Custom Number of Clips

/clips-machine VIDEO --clips 10

### Caption Styles

/clips-machine VIDEO --style [style]

Available styles:

hormozi - Alex Hormozi style (bold, word-by-word highlight) - Most Viral
minimal - Clean white text
karaoke - Word-by-word color change
news - Lower third style
meme - Impact font, top/bottom

### How Viral Detection Works

The AI analyzes the transcript looking for:

Hook Potential - Strong opening statements
Emotional Peaks - Passion, excitement, surprise
Quotable Lines - Memorable one-liners
Controversial Takes - Debate-worthy opinions
Surprising Facts - "Did you know" moments
Actionable Advice - Clear takeaways

Each moment gets a "virality score" from 1-100.

### Output Structure

~/Videos/OpenClaw/clips-[video-name]/
├── transcript.json      # Full transcript with timestamps
├── viral_moments.json   # Detected moments with scores
├── clip_001.mp4         # First viral clip (vertical, captioned)
├── clip_002.mp4         # Second viral clip
├── clip_003.mp4         # ...
└── summary.md           # Overview of all clips

### Supported Sources

SourceExampleYouTubehttps://youtube.com/watch?v=...TikTokhttps://tiktok.com/@user/video/...Twitter/Xhttps://twitter.com/user/status/...Twitch VODhttps://twitch.tv/videos/...Local MP4/path/to/file.mp4

### Requirements

FFmpeg (brew install ffmpeg)
yt-dlp (brew install yt-dlp)
Whisper.cpp (brew install whisper-cpp)

### Setup

# Install dependencies
brew install ffmpeg yt-dlp whisper-cpp

# Or on Linux
sudo apt install ffmpeg
pip install yt-dlp
# Build whisper.cpp from source

### Monetization

MethodPotentialClip service for creators$50-150/videoMonthly retainer$500-2,000/clientPodcast clipping agency$2,000-5,000/moSell this skill$100-300 on ClawHub

### Podcast to Clips

Take this 2-hour podcast and find the 10 best moments:
https://youtube.com/watch?v=PODCAST_ID
Make them Hormozi-style with bold captions.

### Interview Highlights

/clips-machine interview.mp4 --clips 5 --style minimal

### Gaming Stream

Extract funny moments from my Twitch VOD:
https://twitch.tv/videos/12345
Add meme-style captions

### Support This Project

If this skill saved you time or made you money, consider buying me a coffee!

Buy Me a Coffee

Every coffee helps me build more free tools for the community.

Built for OpenClaw | Powered by Whisper + FFmpeg | Support the Creator
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Mayank8290
- Version: 1.2.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T21:30:31.994Z
- Expires at: 2026-05-08T21:30:31.994Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clips-machine)
- [Send to Agent page](https://openagent3.xyz/skills/clips-machine/agent)
- [JSON manifest](https://openagent3.xyz/skills/clips-machine/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clips-machine/agent.md)
- [Download page](https://openagent3.xyz/downloads/clips-machine)