✂️ No — 否

v1.0.0

登录 Video Editor AI 用此技能将原始视频片段剪辑成已编辑的 MP4。支持 MP4、MOV、AVI、WebM,单文件最大 500 MB。 casual creators 和学生都用它剪片…

0· 16·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's behavior mostly matches a cloud-based video editor, but there are inconsistencies (required env var vs. anonymous token flow, claimed config path access, unknown source) that warrant caution before installing.
评估建议
This skill will upload any videos you give it to a third-party API (mega-api-prod.nemovideo.ai) and operate on cloud GPUs. Before installing: (1) be aware that uploaded media is sent off your device — don't send sensitive or private videos. (2) The registry claims NEMO_TOKEN is required but the skill can generate an anonymous token itself; that mismatch is odd and may be a packaging error. (3) The metadata claims access to ~/.config/nemovideo/ and the skill may persist session info locally — con...
详细分析 ▾
用途与能力
The skill claims to be a no-login video editor and its runtime instructions describe anonymous token generation and a fully cloud-hosted pipeline — which is coherent with the stated purpose. However the registry metadata declares NEMO_TOKEN as a required environment variable even though SKILL.md provides an explicit anonymous-token flow (UUID → POST → data.token) when no env var is present. That mismatch (required credential vs. documented optional flow) is an incoherence. The metadata also lists a config path (~/.config/nemovideo/) which isn't clearly necessary for the documented ephemeral session behavior.
指令范围
SKILL.md directs the agent to contact a remote API, upload user-supplied video files or URLs, start render jobs, poll for status, and download generated MP4s — all consistent with a video editor. It instructs saving a session_id and not printing tokens or raw JSON. It asks the agent to detect install path / read the skill frontmatter for attribution headers; reading those local paths/files is narrowly scoped, but does require file-system reads (skill file and possibly install path detection). The instructions do not ask the agent to read unrelated files or environment variables beyond NEMO_TOKEN.
安装机制
No install spec and no code files are present (instruction-only). This is the lowest-risk install model: nothing is downloaded or written by an installer as part of skill installation.
凭证需求
The registry requires a single credential (NEMO_TOKEN) and declares it as the primaryEnv. That is reasonable for an API-driven editor — except SKILL.md documents how to obtain an anonymous token programmatically if NEMO_TOKEN is not set, meaning the env var is not strictly necessary. This registry-vs-runtime inconsistency could confuse users and automated policy checks. The metadata's request to access ~/.config/nemovideo/ is also disproportionate for a purely ephemeral session flow unless the skill intends to persist session state locally (which isn't clearly documented). No other unrelated secrets are requested.
持久化与权限
The skill is not always-enabled and does not request elevated platform privileges. It instructs saving a session_id and references a config path (~/.config/nemovideo/), implying it may persist session state locally — but it does not explicitly require writing system-wide settings or modifying other skills. Autonomous invocation is allowed (platform default).
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Initial release of No Login AI Video Editor — Edit and Export Videos Instantly - Instantly edit and export video clips (MP4, MOV, AVI, WebM up to 500MB) to 1080p MP4 without creating an account. - Automated cloud setup provides a free temporary token and session on first use. - Upload, edit, add transitions, or adjust aspect ratio, then export videos in 30-90 seconds. - API-driven workflow supports session management, uploads, credits, state checks, and exports. - Comprehensive error handling and clear user prompts for format, file size, and credits issues. - Designed for casual creators and students wanting fast, no-login video editing.

无害

安装命令

点击复制
官方npx clawhub@latest install no-login-video-editor-ai
镜像加速npx clawhub@latest install no-login-video-editor-ai --registry https://cn.longxiaskill.com

技能文档

快速开始

把视频发给我,AI 帮你剪;或直接说需求。
试试这样说:
  • “把 2 分钟录屏剪成 1080p MP4”
  • “剪掉头尾加转场,免登录导出”
  • “学生党求免注册快速剪辑”

自动初始化

首次对话先连 API,提示“正在初始化…”。 Token:如环境变量 NEMO_TOKEN 已存在,直接跳过。 免费 token:生成 UUID 作为客户端 ID,POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header X-Client-Id: ,取响应 data.token(100 积分,7 天有效期)。 Session:POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Bearer 认证,body {"task_name":"project"},保存返回的 session_id。 确认连接成功,勿打印 token 或原始 JSON。

# No Login AI Video Editor — 无需登录即可快速剪辑导出视频 上传视频 → 描述需求 → 云端渲染 → 下载 1080p MP4,全程 30-90 秒,<60 秒片段更快。

指令与动作对照

| 用户说法 | 动作 | 跳过 SSE? | |----------|------|------------| | “导出/下载/发我视频” | → §3.5 导出 | ✅ | | “积分/余额” | → §3.3 积分 | ✅ | | “状态/进度” | → §3.4 状态 | ✅ | | “上传/发文件” | → §3.2 上传 | ✅ | | 其余(剪辑、加音乐…) | → §3.1 SSE | ❌ |

云端渲染细节

每任务排队 GPU 节点,合成图层、H.264 压缩至 1080×1920,30-90 秒返回下载链接。 会话 token 携带 job ID,提前关标签页会导致任务孤儿。 所有请求须带 Authorization: Bearer 及三个归因 Header,缺一则 402。

归因 Header(运行时读取 YAML 头):

  • X-Skill-Source: no-login-video-editor-ai
  • X-Skill-Version: 取头信息 version
  • X-Skill-Platform: 按安装路径自动检测(~/.clawhub/clawhub~/.cursor/skills/cursor,其余unknown

API 基址https://mega-api-prod.nemovideo.ai

  • 创建会话:POST /api/tasks/me/with-session/nemo_agent
  • SSE 对话:POST /run_sse
  • 上传:POST /api/upload-video/nemo_agent/me/
  • 积分:GET /api/credits/balance/simple
  • 状态:GET /api/state/nemo_agent/me//latest
  • 导出(免费):POST /api/render/proxy/lambda → 轮询 GET /api/render/proxy/lambda/status=completed,取 output.url

支持格式:mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac。

错误码

| 码 | 含义 | 处理 | |----|------|------| | 0 | 成功 | 继续 | | 1001 | token 失效 | 重新匿名获取 | | 1002 | 会话丢失 | 新建会话 |

数据来源ClawHub ↗ · 中文优化:龙虾技能库