← 返回 Skills 市场
406
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install video-narrator
功能描述
Generate SenseAudio TTS narration tracks for videos, including timestamped segments, style variants, and editor-ready voiceover exports. Use when users need...
安全使用建议
This skill appears coherent for generating voiceover tracks, but before installing: 1) Verify the origin and trustworthiness of the SenseAudio service (https://senseaudio.cn) and obtain an API key with least privilege. 2) Confirm your environment's installer mapping for 'uv'—ensure it will install requests and pydub from official PyPI rather than fetching code from an untrusted host. 3) Keep the API key out of logs and examples as the skill recommends. 4) Because pydub relies on ffmpeg, ensure your ffmpeg binary is the expected trusted system package. 5) If you need stronger assurance, review any runtime code the skill will actually execute (there are no code files bundled here) or run it first in an isolated/test environment.
功能分析
Type: OpenClaw Skill
Name: video-narrator
Version: 1.0.1
The skill is a legitimate integration for the SenseAudio TTS service (api.senseaudio.cn) designed to generate video narration. The provided Python code and instructions in SKILL.md follow standard practices for API interaction, environment variable usage, and audio processing with pydub, showing no signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (video narration, timestamped segments, editor exports) align with requested items: SENSEAUDIO_API_KEY, python3, ffmpeg, requests, and pydub — all reasonable for producing and assembling TTS audio for video.
Instruction Scope
SKILL.md instructions are scoped to preparing timed scripts, calling the SenseAudio TTS API, decoding returned audio, and optionally assembling clips locally. There are no instructions to read unrelated system files, exfiltrate extra data, or post data to endpoints outside senseaudio.cn.
Install Mechanism
Declared installs are two Python packages (requests, pydub) — typical and proportionate. The installer kind is 'uv' in metadata (unusual label in this manifest) but the packages themselves are standard PyPI libraries; no arbitrary URL downloads or archive extraction are used.
Credentials
Only a single credential is required (SENSEAUDIO_API_KEY) and it is clearly tied to the service the skill integrates with. The SKILL.md explicitly instructs to send the key only in the Authorization header and warns against logging or embedding it.
Persistence & Privilege
Skill is not always-enabled, does not request permanent system presence, and does not instruct modifications to other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-narrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-narrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated metadata to clarify required environment variables, binaries (python3, ffmpeg), and Python library dependencies.
- Description and workflow now emphasize timestamped segmentation, editor-friendly exports, and multiple style/voice variants.
- Strict notes on credential handling: API key must use the SENSEAUDIO_API_KEY environment variable; never place credentials in query strings or logs.
- Expanded and clarified TTS API parameters, audio formats, and model constraints according to official SenseAudio documentation.
- Improved example code for segment synthesis and local track assembly, with commentary on recommended workflows and timing strategies.
- Output and safety instructions refined for clarity and security in production use.
v1.0.0
- Major update: Migrated from "screen-narrator" (macOS live narration) to "SenseAudio Video Narrator" for professional video narration.
- Added support for API-based narration generation with timing and style matching.
- New implementation guide for preparing scripts, choosing narration style, and generating synchronized audio tracks.
- Advanced features: emphasis, pacing control, multiple narration takes, and background music integration.
- Updated API credentials and documentation to reflect the new SenseAudio platform.
元数据
常见问题
Video Narrator 是什么?
Generate SenseAudio TTS narration tracks for videos, including timestamped segments, style variants, and editor-ready voiceover exports. Use when users need... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 406 次。
如何安装 Video Narrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-narrator」即可一键安装,无需额外配置。
Video Narrator 是免费的吗?
是的,Video Narrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video Narrator 支持哪些平台?
Video Narrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Narrator?
由 scikkk(@scikkk)开发并维护,当前版本 v1.0.1。
推荐 Skills