🟩 Subtitle — 字幕

v1.0.0

Generator Green Screen 只需输入需求,即可将一段2分钟绿幕演示片段转为带字幕的1080p绿幕视频。无论是为绿幕添加字幕……

0· 15·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's stated purpose (cloud subtitle/green-screen processing) largely matches its instructions, but there are small incoherences and behavior you should verify before installing—notably automatic anonymous token creation/storage and an inconsistent claim about config-path requirements.
评估建议
Before installing or enabling this skill: 1) Confirm the domain (mega-api-prod.nemovideo.ai) is the official service you expect and check their privacy/retention policy—your video files are uploaded to that domain. 2) Ask where the skill will store the anonymous token and session_id (in-memory only vs. written to ~/.config/nemovideo/) and how long those credentials are kept. 3) Decide whether you want the skill to auto-create anonymous tokens on your behalf; if not, pre-provision NEMO_TOKEN and ...
详细分析 ▾
用途与能力
The skill claims to add subtitles and export composited green-screen videos and only requires a NEMO_TOKEN to talk to a nemo video backend—this is coherent. However, the SKILL.md YAML declares a required config path (~/.config/nemovideo/) while the registry metadata shown earlier listed no required config paths. That mismatch is an internal inconsistency worth confirming.
指令范围
The runtime instructions are explicit about creating a session, uploading user video files to https://mega-api-prod.nemovideo.ai, streaming SSE responses, and polling render status. These actions are expected for a cloud render/subtitle service. Two things to notice: (1) if NEMO_TOKEN is not present the skill will automatically POST to an anonymous-token endpoint and treat the returned token as NEMO_TOKEN (i.e., it will acquire credentials on the user's behalf); (2) the doc says 'Don't display raw API responses or token values to the user,' which is reasonable for hiding secrets but also reduces transparency—ask how and where tokens/session IDs are stored and for what retention period. The instructions also derive platform headers by inspecting install paths (~/.clawhub/, ~/.cursor/skills/), which implies the agent will read its environment/paths to compute headers.
安装机制
No install spec and no code files — this is instruction-only. That is low risk from an installation standpoint because nothing arbitrary will be downloaded or written by an installer step described here.
凭证需求
Only NEMO_TOKEN is declared as a required environment variable, which is proportionate to a cloud API integration. Caveats: the skill will create an anonymous token if none is present (it expects to store that token and session_id for subsequent requests). Also the SKILL.md metadata references a local config path (~/.config/nemovideo/) which suggests the skill may read/write a config file in the user's home directory—this should be verified and justified.
持久化与权限
always:false (normal). The instructions instruct the agent to persist an anonymous token and session_id for subsequent requests and reference a potential config path. Persisting tokens/sessions and writing a config under ~/.config/nemovideo/ are legitimate for a client that resumes jobs, but this is additional persistence and should be disclosed. There's no evidence the skill modifies other skills or system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

Initial release of Subtitle Generator Green Screen. - Instantly add subtitles to green screen videos and export as 1080p MP4 via cloud rendering. - Simple workflow: upload footage, describe edits, and download results in 30–60 seconds. - Automatic authentication with free trial credits (100, valid 7 days). - Supports video, image, and audio uploads (most common formats accepted, up to 500MB). - Clear mapping of user prompts to upload, edit, preview, export, and credits actions. - Robust error handling and progress updates during processing.

无害

安装命令

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