← 返回 Skills 市场
mory128

Video Caption

作者 mory128 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-caption
功能描述
add video clips into captioned videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. YouTubers and content creators use it for adding sub...
安全使用建议
This skill appears to do what it says: it uploads video files to mega-api-prod.nemovideo.ai and uses a NEMO_TOKEN to authenticate (or obtains a short-lived anonymous token). Before installing/using: 1) Confirm you are comfortable uploading your video content to that external domain and review the provider's privacy/data-retention policy (no homepage was provided). 2) Prefer using a scoped token or the anonymous token flow for non-sensitive content rather than a long-lived secret in your environment. 3) Ask the publisher to clarify where session_id and tokens are stored (memory vs disk) and whether ~/.config/nemovideo/ is actually used (registry metadata omitted it). 4) Be aware the agent may read local file paths to attach uploads and may try to detect the install path—ensure the agent only accesses files you explicitly upload. If any of these points are unacceptable or unclear, request more details from the skill author before enabling it.
功能分析
Type: OpenClaw Skill Name: video-caption Version: 1.0.0 The skill instructions in SKILL.md direct the agent to upload user video files to an external third-party API (mega-api-prod.nemovideo.ai) and to 'auto-detect' its installation path for telemetry purposes. While these actions support the stated goal of cloud-based video captioning, the automated transmission of local data to a remote endpoint and the requirement for environment inspection constitute high-risk behaviors. No evidence of clear malicious intent or unauthorized credential theft was identified, but the reliance on external processing of local files is a significant risk surface.
能力评估
Purpose & Capability
Name/description match the behavior in SKILL.md: it uploads video files, requests a session token, and calls a remote render API. The required primary env var (NEMO_TOKEN) is appropriate for authenticating to the stated service.
Instruction Scope
Instructions direct the agent to POST to mega-api-prod.nemovideo.ai, create an anonymous token if NEMO_TOKEN is absent, upload local files via multipart form (files=@/path), and save session_id. Uploading local video files is expected for the feature, but users should understand videos and metadata will be transmitted to the external service. The SKILL.md also asks the agent to 'auto-detect' platform from an install path — that implies file-system/agent-path access which is out-of-band for a pure UI action and could be clarified.
Install Mechanism
This is an instruction-only skill with no install spec and no binaries to download, which minimizes installation risk.
Credentials
Only NEMO_TOKEN is declared as required, which aligns with the API auth model. The SKILL.md frontmatter also references a config path (~/.config/nemovideo/) that could be used to locate local config—this is not declared in the registry metadata and is a minor inconsistency to clarify. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
always is false and the skill does not request system-wide or cross-skill modifications. It does instruct the agent to 'save session_id' (presumably in memory/session), which is normal for API sessions; the storage location and lifetime are not specified and should be clarified.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-caption
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-caption 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
video-caption 1.0.0 - Initial release for video-to-caption workflow via cloud GPU. - Supports MP4, MOV, AVI, WebM uploads up to 500MB. - Automatic subtitle generation, dual-language support, and cloud rendering to 1080p MP4. - Full workflow: upload, edit, view credits, track status, and export—all handled via intuitive commands. - Anonymous usage enabled with free token; seamless session and export management. - Detailed error handling and real-time progress updates.
元数据
Slug video-caption
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Video Caption 是什么?

add video clips into captioned videos with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. YouTubers and content creators use it for adding sub... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 Video Caption?

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

Video Caption 是免费的吗?

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

Video Caption 支持哪些平台?

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

谁开发了 Video Caption?

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

💬 留言讨论