Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

video-auto-narration视频自动旁白

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

3,269

周安装

139

GitHub Stars

公开资料未说明

下载量

1,145
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-auto-narration(视频自动旁白)
来源仓库:https://github.com/ryanzhang-oss/video-auto-narration
安装命令:
openclaw skills install video-auto-narration
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install video-auto-narration

简介

用于为无声屏幕录制视频自动生成演示风格旁白。

  • 通过关键帧分析与内容理解编写配音脚本。
  • 适合软件教程、产品演示等教育类视频制作。
  • 输出质量依赖画面复杂度与文字准确性匹配程度。
  • 建议人工校对脚本以确保专业表达无误。video-auto-narration 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
video-narration
description
>
metadata
openclaw
emoji
🎬
requires
anyBins

Video Narration Skill

You generate professional voiceover narration for silent screen-recording demo videos.

Workflow

1. Analyze the Video

Extract key frames and understand what is happening on screen:

# Extract one frame every 5 seconds
./scripts/extract-frames.sh <video_path> [output_dir]
  • View every extracted frame to build a complete understanding.
  • Identify the narrative arc: what is the setup, the action, the key moments, and the result.

2. Write the Voiceover Script

Write a presentation-style narration — not a dry description. Follow this structure:

SectionPurpose
ContextTell the audience what they're about to see and why it matters
BackgroundExplain the setup / scenario
Prompt / ActionShow what the user actually did (keep it minimal)
WalkthroughNarrate each major step, highlighting insights and turning points
ResultLand the payoff — what was found, what was fixed, why it's impressive

Guidelines:

  • Use conversational, confident language — like presenting to peers.
  • Use short punchy sentences for emphasis. Vary sentence length for rhythm.
  • Highlight "aha moments" — the points where something surprising or clever happens.
  • Name specific tools, commands, and values when they matter to the story.
  • End with a memorable one-liner that captures the value.
  • Total word count must fit the video duration (~2.5 words/second at normal pace).

Save the script as <video_name>_voiceover.md alongside the video.

3. Generate TTS Audio

Use the generate script to synthesize each narration segment:

./scripts/generate-tts.sh <script_sections_file> <output_dir> [voice] [rate]

Or generate directly via Python with edge-tts:

  • Voice: en-US-GuyNeural (natural male) or en-US-AvaNeural (natural female)
  • Rate: Adjust between +0% and +10% to fit the video duration
  • Generate each section as a separate audio segment for precise timing control
  • Concatenate segments with ~0.4s silence gaps between them
  • Verify total duration matches the video (±2 seconds)

4. Merge Audio onto Video

./scripts/merge-audio.sh <video_path> <narration_audio> [output_path]
  • Preserves the original video codec (copy, no re-encode)
  • Encodes audio as AAC at 192kbps
  • Uses -shortest to match the shorter of video/audio
  • Verify the output has both video and audio streams

Timing Strategy

  1. Generate all segments, measure each duration
  2. Sum total speech time vs video duration
  3. If speech is >105% of video: tighten the script or increase rate
  4. If speech is <85% of video: the pacing may feel rushed — add detail or slow the rate
  5. Concatenate with 0.3–0.5s gaps, target total within ±2s of video

Prerequisites

Install dependencies if not present:

pip3 install edge-tts   # Microsoft neural TTS (free, no API key)
brew install ffmpeg      # or apt-get install ffmpeg

Output

The skill produces:

  1. <name> (with narration).mov — the video with baked-in voiceover
  2. <name>_voiceover.md — the timestamped script for reference or re-recording

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.61%
按下载量换算923

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills