📦 Video — 视频

v1.0.0

Downloader Online 上传视频链接(MP4、WebM、MOV、AVI,最大500MB),无需拖动任何滑块,即可直接获得可发布的MP4文件。

0· 16·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's stated purpose (remote video download/rendering via a Nemo backend) matches most of its runtime instructions and the single requested credential (NEMO_TOKEN), but there are small inconsistencies and privacy/behavior implications you should understand before installing.
评估建议
This skill appears to be what it says — a thin wrapper that sends user-provided video URLs or files to a remote Nemo service for rendering and returns a download link — but you should be cautious: (1) the skill uploads content to https://mega-api-prod.nemovideo.ai, so do not use it with sensitive/private/DRM-protected video unless you trust that service; (2) it will use NEMO_TOKEN if present or request an anonymous token automatically — prefer using a throwaway or limited-scope token if possible...
详细分析 ▾
用途与能力
The name/description align with the instructions: the skill routes user URLs or uploaded files to a remote 'nemovideo' API that renders and returns downloadable media. Requesting a service token (NEMO_TOKEN) is expected. However, the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata reported no required config paths — this mismatch is unexplained and should be clarified.
指令范围
SKILL.md instructs the agent to use NEMO_TOKEN or obtain an anonymous token (via POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token), create sessions, upload user files (multipart) or URLs, and poll render endpoints. Uploading local files and sending URLs to a third-party server is central to the skill but has privacy implications (user content is transmitted off-device). The instructions also require building attribution headers including an auto-detected X-Skill-Platform from an install path and matching frontmatter version; auto-detection may require reading agent/installation paths which isn’t fully specified. No instructions ask for unrelated system secrets, but the uploader behavior and path auto-detection are notable and should be explicit.
安装机制
There is no install spec and no code files — the skill is instruction-only, which minimizes on-disk execution and supply-chain risk.
凭证需求
Only a single credential (NEMO_TOKEN) is declared as required and is used for API auth, which is proportionate. The skill will fall back to requesting an anonymous token from the service if NEMO_TOKEN is absent, which means it can operate without a user-supplied secret. The earlier-mentioned discrepancy about configPaths (present in SKILL.md metadata but not in registry fields) is a minor inconsistency to resolve.
持久化与权限
always:false and normal autonomous invocation are in effect. The skill does not request elevated system persistence or access to other skills' configs. It will create remote sessions and jobs on the Nemo backend (which can be orphaned if the client disconnects), but it does not appear to modify local system-wide settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Initial release of Video Downloader Online. - Download and save online videos (MP4, WebM, MOV, AVI, up to 500MB) easily via URL link. - Supports direct downloading as 1080p MP4 files for offline viewing or reposting. - Requires no installation; everything runs on cloud GPU servers. - Automatic session management, including free starter tokens for new users. - Clear error handling for issues like expired tokens, unsupported files, and plan upgrades. - Designed for students, content creators, and marketers seeking fast video downloads.

无害

安装命令

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