auto-clipper

auto-clipper is a skill for Claude Code from oyi77/1ai-skills. It costs 35 tokens per session (851 once invoked), scanned A, original, MIT.

A workflow for turning long videos into shorter clips for TikTok, Reels, and YouTube Shorts. It uses scene detection and analysis to identify and extract potential highlights.

In plain words
What is it for?
Use it to repurpose podcasts, webinars, and long YouTube videos into short-form clips, including batch processing of multiple videos.
Why use it?
It reduces the manual work of watching long recordings and cutting them into short pieces. It is useful when one podcast, webinar, or video needs to become several clips.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the 1ai-skills plugin — 209 skills, 4 commands shipped together

Good fit Use it to repurpose podcasts, webinars, and long YouTube videos into short-form clips, including batch processing of multiple videos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyi77/1ai-skills/auto-clipper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add oyi77/1ai-skills --skill auto-clipper
Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 209 skills, 4 commands.

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 auto-clipper

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/auto-clipper/github.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/auto-clipper)
Your own site
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/auto-clipper"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/auto-clipper/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 auto-clipper

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/auto-clipper"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/auto-clipper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 851 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
  • 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.00035 $0.00851
Opus 5 $0.00017 $0.00426
Sonnet 5 $0.00007 $0.00170
Haiku 4.5 $0.00003 $0.00085

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

Security

Grade A, and why

auto-clipper 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 7d 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.

content/video/auto-clipper/SKILL.md · 117 lines

How it starts

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

description: Convert long videos into viral Shorts, TikToks, and Reels automatically. AI-powered scene detection, highlight extraction, and smart clipping. Use when repurposing long-form content into short-form, clipping highlights, or creating shorts from existing videos. domain: content tags:

  • auto
  • clipper
  • content-creation
  • digital-content
  • media
  • video dependencies: "- faster-whisper\n - textblob\n - vadersentiment\n - moviepy\n - opencv-python\n - ffmpeg-python\n -
    \ customtkinter\n"

Auto Clipper

When to Use

Trigger phrases:

  • "clip this video" · "make shorts from this" · "turn this into TikTok"
  • "auto clip" · "extract highlights" · "repurpose long video"
  • "create Reels from" · "viral clips from" · "short-form from long-form"

Use cases:

  • Convert a podcast/webinar into multiple short clips
  • Extract highlights from long YouTube videos
  • Create TikTok/Reels from existing content
  • Auto-detect engaging moments via sentiment analysis
  • Batch process multiple long videos into shorts

When NOT to use:

  • For tasks outside this skill's scope

Production-ready AI-powered video clipper untuk content creator Indonesia.

When NOT to Use

  • When the content requires deep domain expertise you do not have
  • For legal, medical, or financial advice content
  • When real-time data is required (use live data feeds)

Overview

Auto Clipper enables content production with professional quality and consistency.

Workflow

# Example: Content generation pipeline
def generate_content(topic: str, format: str = "article"):
    outline = create_outline(topic)
    draft = write_draft(outline, format)
    edited = edit_for_quality(draft)
    optimized = optimize_for_seo(edited)
    return publish(optimized)
  1. Define brief — Set objectives, audience, and style guidelines
  2. Research and gather — Collect source material and reference content
  3. Create draft — Generate initial content following the brief
  4. Refine and edit — Polish for quality, accuracy, and engagement
  5. Publish and distribute — Deploy to target platforms
  6. Track performance — Monitor engagement and iterate

Read the full file on GitHub · 117 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. 7d ago First seen · 117 lines · 35 tokens per session scan A d5dce1f7e616

Subscribe to this mod's changes

auto-clipper is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 851 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

YouTube Automation

Automate YouTube content workflows including video management, analytics, scheduling, and channel optimization.

claude-office-skills/skills · 21 tokens

hive.image-generation

Required before calling imagegenerate. Create and edit images from a prompt — generate an image, make a picture / logo / illustration / icon / banner / poster / thumbnail / hero image / mockup / product shot / social graphic, or edit / restyle / combine existing images from reference images. Uses OpenAI gpt-image-2…

aden-hive/hive · 149 tokens

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens

music-search

Search cloud drives for downloadable music resources (songs, albums, lossless audio). Use this skill when the user wants to download a specific song or album. Do NOT use for general music information, lyrics, or recommendations.

netease-youdao/LobsterAI · 47 tokens

create_profile_style_skill

A workflow for turning a person's video-editing habits into a reusable editing skill file. It examines choices such as pacing, storytelling, audio, subtitles, colour, transitions, and recurring editing rules.

FireRedTeam/FireRed-OpenStoryline · 64 tokens

wegent-video-generation

Use this skill when the user asks to generate or create a video. Supports text, image, video, and audio reference materials according to the selected video model.

wecode-ai/Wegent · 32 tokens