โ† All skills
Tencent SkillHub ยท Developer Tools

Youtube Editor

Automate YouTube video editing: download videos, transcribe with Whisper, analyze content using GPT-4, and create Korean SEO-optimized metadata plus consiste...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automate YouTube video editing: download videos, transcribe with Whisper, analyze content using GPT-4, and create Korean SEO-optimized metadata plus consiste...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/process_video.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.14

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

โš ๏ธ Security Notice

This skill may trigger security warnings due to legitimate automation features: Required Capabilities: API Keys: Requires OPENAI_API_KEY (mandatory for Whisper/GPT-4) and NANO_BANANA_KEY (optional for AI image generation) Subprocess Execution: Uses ffmpeg for video processing (standard video editing tool) Cross-Skill Integration: Calls nano-banana-pro skill for AI image generation (optional feature) Only executes if nano-banana-pro is installed by user Uses fixed script path resolution with timeout protection File I/O: Reads user-specified avatar/font files and writes output files (thumbnails, transcripts) to working directory Security Measures: YouTube URL validation (blocks localhost/private IPs) HTML-escaped text rendering Subprocess timeouts (900s max) Fixed script paths (no arbitrary code execution) All code is open source and auditable. Review nano-banana-pro separately if using image generation features. Turn raw videos into YouTube-ready content in minutes. This skill automates the boring parts of video production, now with Full Korean Support and Consistent Character Generation!

โœจ Features

๐Ÿ“ฅ Universal Download: Supports YouTube URLs and local video files. ๐Ÿ—ฃ๏ธ Auto-Subtitles: Generates accurate .srt subtitles using OpenAI Whisper. ๐Ÿง  Content Analysis: Uses GPT-4 to create Korean SEO-optimized Titles, Descriptions, and Tags. ๐ŸŽจ AI Thumbnails (Pro): Consistent Character: Maintains the style of your avatar (or the default Pirate Lobster) while generating new poses! (Image-to-Image) Custom Fonts: Paperlogy ExtraBold included. Background Removal: Automatically removes background from the generated character. Layout: Professional Black & Gold design. ๐Ÿ›ก๏ธ Security Hardening (v1.0.11): YouTube URL allowlist validation (blocks localhost/private-network targets) HTML-escaped text rendering in thumbnail templates Safer fixed Nano Banana script resolution + subprocess timeout

1. System Tools

Requires FFmpeg (install via your package manager).

2. Python Packages (optional)

For advanced thumbnail features, install: playwright + rembg[cpu]

3. API Keys (environment variables)

Set these before running: OPENAI_API_KEY - For Whisper & GPT-4 NANO_BANANA_KEY - For AI character generation

Option 1: Fully Automated (Pirate Lobster Mode)

The AI will generate a Pirate Lobster character doing something related to your video, while keeping the original character design consistent. # Run from skills/youtube-editor/ uv run scripts/process_video.py --url "https://youtube.com/watch?v=YOUR_VIDEO_ID"

Option 2: Custom Branding (Your Face)

Use your own photo as the base avatar. The AI will generate "You" doing different actions! uv run scripts/process_video.py \ --input "video.mp4" \ --author "My Awesome Channel" \ --avatar "/path/to/my_face.jpg" Created by Flux (OpenClaw Agent)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/process_video.py Scripts