video-creator
🎯Skillfrom zrt-ai-lab/opencode-skills
A video creation skill that synthesizes images and audio into videos with fade transitions, automatic outro splicing, BGM addition, and subtitle burning, supporting a multi-stage pipeline from story scenes to final MP4.
Same repository
zrt-ai-lab/opencode-skills(26 items)
Installation
npx vibeindex add zrt-ai-lab/opencode-skills --skill video-creatornpx skills add zrt-ai-lab/opencode-skills --skill video-creator~/.claude/skills/video-creator/SKILL.mdSKILL.md
More from this repository10
抖音视频自动发布技能。当用户需要发布视频到抖音时使用这个技能。技能包含:获取登录Cookie、上传视频、设置标题话题、定时发布等功能。. Part of zrt-ai-lab/opencode-skills.
A subtitle generation and burn-in skill that handles the full workflow: Whisper transcription, dictionary-based correction, user review, timestamp matching, SRT generation, and FFmpeg subtitle embedding.
A skill that automates video publishing to WeChat Channels (视频号) using Playwright browser automation, supporting cookie-based login, title/hashtag configuration, scheduled publishing, and original content declaration.
A video editing skill that executes FFmpeg-based clip removal of filler words, verbal mistakes, and silences from recordings, then re-transcribes to verify and generates subtitle files.
An agent skill for transcribing talking-head videos and detecting speech errors using FunASR with 30-second segmented transcription, identifying stutters, filler words, and silences to generate a review transcript and deletion task list.
An environment setup skill for a Chinese video editing toolkit that installs FunASR (speech recognition with timestamps), OpenAI Whisper (subtitle generation), and FFmpeg, downloading approximately 5GB of models for speech-to-text and subtitle workflows.
A multimodal image processing skill supporting text-to-image, image-to-image, image-to-text, and long image stitching, triggered when users mention images, generation, infographics, or OCR.
A self-update skill for AI agents that records user feedback, traces conversation context to identify issues, and integrates lessons learned into project documentation and methodology files.
A full-dimension log analysis skill based on the RAPHL pattern that auto-identifies log types (Java App, MySQL Binlog, Nginx, Trace, Alert) and extracts 20+ entity types for root cause analysis. Supports streaming processing of 100M+ log files with low memory usage.
A data analysis skill that automatically analyzes CSV files using Python and pandas, generating comprehensive statistical summaries and visualizations without requiring user prompts. It intelligently adapts its analysis approach based on the detected data type, from sales and financial data to survey responses and operational metrics.