← 返回 Skills 市场
jpengcheng523-netizen

video-transcriber

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-video-transcriber
功能描述
Transcribe speech from videos
使用说明 (SKILL.md)

Video Transcriber

Transcribe speech from videos

When to Use

  • User needs ai related functionality
  • Automating transcription tasks
  • Video operations

Usage

python3 scripts/video_transcriber.py --input \x3Cinput> --output \x3Coutput>

Configuration

Set required environment variables:

export TRANSCRIPTION_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}
安全使用建议
This skill's README tells you to run a local Python script and to set TRANSCRIPTION_API_KEY, but the package you were given contains no script and the metadata doesn't declare that env var. That could be sloppy packaging or an attempt to make the agent fetch/run external code. Before installing or providing any API key: (1) ask the publisher for the missing script or a full source listing, (2) verify which transcription service the API key is for and only provide a scoped/test key, (3) prefer running in a sandbox, and (4) avoid giving high-privilege credentials. If the author can't explain the mismatches, treat the skill as unsafe.
功能分析
Type: OpenClaw Skill Name: jpeng-video-transcriber Version: 1.0.0 The skill bundle contains metadata and documentation for a video transcription tool. The instructions in SKILL.md are consistent with the stated purpose and do not contain any indicators of prompt injection, malicious commands, or data exfiltration. While the execution script (scripts/video_transcriber.py) is referenced, it was not provided for analysis; however, the documentation itself is benign.
能力评估
Purpose & Capability
The name/description (video transcription) matches the requested TRANSCRIPTION_API_KEY in SKILL.md, which is appropriate for a transcription service. However, the registry metadata declares no required env vars or credentials while the instructions explicitly require TRANSCRIPTION_API_KEY — an inconsistency that should be explained by the author.
Instruction Scope
SKILL.md tells the agent to run `python3 scripts/video_transcriber.py`, but the skill bundle contains no scripts or code. That means the instructions either assume code exists elsewhere (not provided) or will cause the agent to fetch or generate code at runtime — a behavior that broadens scope and risk. The instructions also ask for an API key but give no guidance about the vendor/service or where the key will be sent.
Install Mechanism
There is no install spec and no code files — lowest install risk. However, the missing script increases runtime ambiguity (agent may try to obtain or run external code).
Credentials
SKILL.md requires a TRANSCRIPTION_API_KEY (reasonable for a transcription integration) but the skill metadata lists no required env vars or primary credential. The discrepancy between declared requirements and runtime instructions is a red flag.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation behavior. It does not request persistent system-wide configuration or declare elevated privileges in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jpeng-video-transcriber
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jpeng-video-transcriber 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jpeng-video-transcriber: - Transcribes speech from video files using AI. - Provides a command-line script for easy usage and automation. - Outputs transcription results in JSON format. - Requires API key configuration via environment variable. - Suitable for automating video transcription tasks.
元数据
Slug jpeng-video-transcriber
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

video-transcriber 是什么?

Transcribe speech from videos. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 video-transcriber?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-video-transcriber」即可一键安装,无需额外配置。

video-transcriber 是免费的吗?

是的,video-transcriber 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

video-transcriber 支持哪些平台?

video-transcriber 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 video-transcriber?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论