📥 Subtitle — 字幕

v1.0.0

使用此技能将视频文件提取为带字幕的视频文件。支持 MP4、MOV、AVI、WebM 格式,最大 500MB。内容创作者用它下载子...

0· 22·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requests and runtime instructions align with a remote subtitle-extraction service: it legitimately needs an API token and network access to upload/process videos; no unexpected credentials, installs, or privileged persistence are requested.
评估建议
This skill appears coherent for a cloud-based subtitle extraction service, but review these points before installing or using it: 1) It will send your video files (or file URLs) to https://mega-api-prod.nemovideo.ai for processing — do not upload sensitive videos unless you trust that service. 2) It uses a single API token (NEMO_TOKEN) for authorization; only provide that token if you trust the provider. If you don't have a token the skill will request an anonymous token from the same API and us...
详细分析 ▾
用途与能力
The name/description (extract video subtitles, render 1080p MP4) matches the actions described in SKILL.md (create session, upload video, request render/export). Requesting a single service token (NEMO_TOKEN) is appropriate for this API-based workflow. One minor inconsistency: the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata said no required config paths.
指令范围
Instructions are focused on establishing an API session, uploading video (multipart or URL), polling render status, and returning a download URL. They instruct reading the skill's own frontmatter and detecting an install path (~/.clawhub/, ~/.cursor/skills/) to set an attribution header — this requires checking standard user paths but does not instruct accessing unrelated files. The flow also includes obtaining an anonymous token if NEMO_TOKEN is absent (network POST).
安装机制
Instruction-only skill with no install spec and no code files — lowest-risk install surface (nothing written to disk by an installer).
凭证需求
Only NEMO_TOKEN is declared as required (primary credential), which is proportionate for a cloud API. The SKILL.md also references a config path in its metadata (possible local config read) and will use an anonymous-token fallback if no token is set. There are no unrelated credentials requested.
持久化与权限
always:false and normal autonomous invocation are used. The skill does not request permanent presence, nor does it instruct modifying other skills or system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

Initial release of Subtitle Downloader. - Extracts and downloads subtitles from video files up to 500MB (MP4, MOV, AVI, WebM supported). - Connects to cloud GPU backend for rapid processing (20–40 seconds per video). - Provides 1080p MP4 downloads, subtitle export, and translation support for content creators. - Handles authentication automatically with user token or free anonymous access. - Supports uploading, session management, credit checks, and multiple export formats. - Clear error reporting and guided user interaction throughout the workflow.

无害

安装命令

点击复制
官方npx clawhub@latest install subtitle-downloader
镜像加速npx clawhub@latest install subtitle-downloader --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库