Skill collection

worldwonderer/video-recap-skills

6 agent skills across 1 categories, read straight from the repository tree.

pitechen592★ across the radarProfile →
6
Skills published
1
Categories
6
Ship scripts
423
Stars on the repo
Tracked on the radar · 423 · +23 this weekRepository facts and velocity →
Media & Video · 6
All in category →
video-assemble合成视频解说最终成片:把旁白音频铺到源视频上,按旁白窗口压低原声,生成 SRT / ASS 字幕并可烧录, 最后做响度标准化。作为最终合成阶段使用。输入源视频、tts_meta.json 与旁白位置; 输出 recap…scriptsvideo-recap从输入视频端到端生成中文解说成片。用户提供 .mp4 / .mov / .mkv / .webm,并要求添加旁白、 配音、总结、短剧/电视剧/电影/纪录片/科普解说时使用。负责编排 video-* 技能链:视频理解 →…scriptsvideo-understanding把视频分析为结构化理解索引:场景检测、ASR 转写、逐场景 VLM 观察、静音窗口、融合时间线和写作 brief。 用于理解、索引或总结视频,也作为后续创作前的分析阶段。输入视频文件;输出 scenes.json、…scriptsvideo-script对已完成分析的视频进行导演与剪辑策划,再写带时间戳的中文解说并校验。work_dir 已包含 agent_narration_brief.md 与 vlm_analysis.json…scriptsvideo-cut把长视频按 Agent 选择的原片区间剪成短片。作为两阶段创作流程中的剪辑环节,读取 clip_plan.json 与源视频, 输出 edited_source.mp4;随后 Agent 按输出时间线写…scriptsvideo-voiceover把带时间戳的 narration.json 合成为中文解说音频。使用 MiMo TTS(mimo-v2.5-tts)逐段生成语音, 按时间窗动态适配语速并处理响度;输入输出时间线上的旁白,产出 tts_segments…scripts
About this collection
How many skills does worldwonderer/video-recap-skills publish?

6 that pass our gate — each has a real description and a SKILL.md we could read.

How do I install one?

Every skill page carries its own command — `npx skills add worldwonderer/video-recap-skills --skill <name> --agent claude-code`. Swap the agent for codex, cursor or copilot.

Keep going