Video Wrapper Skills banner
op7418 op7418

Video Wrapper Skills

AI community

Description

为访谈视频添加综艺风格视觉特效的 Claude Skill。AI 分析字幕内容生成建议,用户审批后自动渲染。A Claude Skill for adding variety-show-style visual effects to interview videos. The AI analyzes subtitle content to generate suggestions

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🎬 Video Wrapper

**Add Variety Show Style Visual Effects to Interview/Podcast Videos**

AI-powered subtitle analysis, automatic effect suggestions, one-click professional visual rendering

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) [![Claude Skills](https://img.shields.io/badge/Claude-Skills-blueviolet.svg)](https://claude.ai)

[Quick Start](#-quick-start) • [Features](#-features) • [Demo](#-demo) • [Use Cases](#-use-cases) • [Architecture](./ARCHITECTURE.md)

[中文文档](./README_CN.md)


✨ Features

🎨 8 Visual Components

  • Key Phrases - Short phrases highlighting core ideas
  • Lower Thirds - Display guest name and title
  • Chapter Titles - Topic transition title cards
  • Term Cards - Professional terminology explanations
  • Quote Callouts - Highlight memorable quotes
  • Animated Stats - Dynamic number displays
  • Bullet Points - Core takeaways summary
  • Social Bars - Follow call-to-action

🎭 4 Visual Themes

  • Notion 🟡 - Warm knowledge style
  • Cyberpunk 💜 - Neon futuristic
  • Apple ⚪ - Minimalist business
  • Aurora 🌈 - Gradient flowing

🤖 Smart Workflow

  1. 📝 AI analyzes subtitle content
  2. 💡 Auto-generates effect suggestions
  3. ✅ User approves configuration
  4. 🎬 One-click video rendering

🛠️ Dual Rendering Engines

Engine Tech Stack Features
Browser 🌐 Playwright + HTML/CSS/Anime.js High quality, complex animations (Recommended)
PIL 🎨 Python PIL Pure Python, no browser required

🚀 Quick Start

Installation

**Method 1: One-Click Install (Recommended)**

npx skills add https://github.com/op7418/Video-Wrapper-Skills

**Method 2: Manual I