🎬 AI Video Editor Download — AI 视频编辑器下载

v1.0.0

AI视频编辑器下载工具,提供视频编辑功能和下载服务,支持多种格式输出。

0· 47·0 当前·0 累计
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's declared purpose (cloud video editing) fits the API calls it instructs, but there are inconsistencies and small scope-creep items (config-path/metadata mismatch and filesystem/headers detection) that warrant caution before installing or using with sensitive footage.
评估建议
This skill appears to do what it claims (upload your video to a NemoVideo backend and return an edited MP4) and only needs a NEMO_TOKEN. Before installing or using it, consider: (1) Privacy: your raw footage will be uploaded to https://mega-api-prod.nemovideo.ai — do not upload sensitive/confidential content unless you trust that service and have reviewed its privacy terms. (2) Metadata mismatch: the SKILL.md references a config path (~/.config/nemovideo/) and asks the agent to detect install pa...
详细分析 ▾
用途与能力
Name/description match the runtime instructions: the SKILL.md describes uploading videos to a nemo-video backend and exporting edited MP4s, and the skill requires a NEMO_TOKEN which is appropriate for that service. However, the SKILL.md frontmatter lists a configPaths entry (~/.config/nemovideo/) while the registry metadata above claims no required config paths — this mismatch should be clarified.
指令范围
Instructions call for uploading local files or URLs to https://mega-api-prod.nemovideo.ai, creating/using a session token, sending SSE messages, polling render endpoints, and storing session_id for subsequent requests — all expected for a cloud render service. Concerning points: the skill instructs detecting an 'install path' (e.g. ~/.clawhub/, ~/.cursor/skills/) to set X-Skill-Platform headers and references a config path in YAML frontmatter; that implies reading filesystem locations for platform/config detection which is broader than strictly needed to edit a single uploaded video. The skill also instructs not to display raw API responses or tokens, which is fine but increases the risk that token handling/persistence is opaque to the user.
安装机制
There is no install spec and no code files — this is instruction-only. That reduces risk because nothing new is written to disk by an installer.
凭证需求
Only one credential (NEMO_TOKEN) is declared as required and it directly maps to the backend service the skill uses. The instructions even provide a fallback anonymous-token flow so a user-provided token is not mandatory. No unrelated secrets or large set of env vars are requested.
持久化与权限
always:false and normal autonomous invocation are used (no forced always-on privilege). The skill tells the agent to 'store the returned session_id for all subsequent requests' but doesn't specify storage scope (memory vs persistent disk). Clarify whether tokens/session_ids are persisted across agent restarts and where they're stored.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/13

Initial release of AI Video Editor Download — Edit Videos and Export Instantly. - Instantly edit and export videos by describing your desired results—no timeline dragging or desktop software needed. - Automatic authentication and session setup with free token generation on first use. - Supports uploading raw video and handling common editing queries entirely via prompt. - All video rendering is processed on remote GPU nodes, delivering fast 1080p MP4 exports (typically 1–2 minutes for short clips). - Offers status, credits, session state queries, and robust error handling. - Accepts common formats (mp4, mov, avi, webm, etc.), up to 500MB per file.

无害

安装命令

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