📦 Ai — AI

v1.0.0

免费 Youtubeedit 用此技能将 YouTube 视频链接编辑成剪辑版 YouTube 视频。支持 MP4、MOV、WebM、AVI,最大 500 MB。YouTuber 用它进行剪辑与再利用……

0· 17·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的既定用途(对 YouTube 链接进行云端 AI 编辑)与说明大体一致,但仍存在不一致之处及若干行为(自动创建匿名令牌、读取安装路径/配置、缺少源码/主页),在安装或用于私密内容前需谨慎。
评估建议
Before installing or using this skill, consider: (1) It uploads your videos (or YouTube links) to an external service (mega-api-prod.nemovideo.ai) — don't use with sensitive or copyrighted material you can't share. (2) If you don't supply NEMO_TOKEN, the skill will automatically create an anonymous token by calling the backend and may store session state locally; ask where tokens/session IDs are stored and for how long. (3) The skill reads the skill frontmatter and attempts to detect install pat...
详细分析 ▾
用途与能力
The skill claims to edit YouTube links and export edited MP4s using a remote backend (mega-api-prod.nemovideo.ai) and the SKILL.md contains matching API endpoints for session creation, upload, render, credits, and SSE. This is coherent with the stated purpose. However, the frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata at the top said 'Required config paths: none' — that mismatch is unexplained.
指令范围
Runtime instructions direct the agent to generate anonymous tokens (POST to an external API) if NEMO_TOKEN is not present, create and store session_id, upload user-provided video links/files, and poll render status. They also instruct reading the skill's YAML frontmatter and detecting the agent install path to set attribution headers. Reading install paths and local config for attribution is not clearly necessary for core editing functionality and expands filesystem access. The instructions also explicitly tell the agent to suppress showing raw API responses or token values to the user, which reduces transparency.
安装机制
Instruction-only skill with no install spec and no code files — nothing is written or installed on disk by an installer. This is the lowest install risk.
凭证需求
Only one credential (NEMO_TOKEN) is declared as required and is the primary credential for the backend API, which is proportionate. Caveat: the skill will automatically create an anonymous NEMO_TOKEN if none is provided, which means it will make outbound network calls and obtain a bearer token on the user's behalf. The frontmatter's config path (~/.config/nemovideo/) is declared inside the SKILL.md but the registry metadata omitted config paths — an inconsistency that could affect where session data or tokens might be stored.
持久化与权限
The skill is not always-enabled and does not request elevated platform privileges. It does instruct the agent to store a session_id and to reuse tokens for subsequent requests (normal for an API client). Autonomous invocation is allowed by default (platform normal) but combined with automatic token generation and external uploads this increases the practical impact if misused.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

ai-free-youtube 1.0.0 — 初始版本 - 即时编辑并导出最大 500MB 的 YouTube 视频,支持 MP4、MOV、WebM、AVI。 - 完全免费:AI 视频编辑在云端 GPU 运行,单任务约 1–2 分钟。 - 一键认证:自动获取免费匿名 token(100 积分/7 天)。 - 支持通过 YouTube 链接或本地文件上传、裁剪、加字幕并直接导出。 - 根据用户输入自动路由导出、积分、状态与上传操作。 - 清晰的错误处理与基于会话的简洁流程,确保快速可靠的视频编辑。

无害

安装命令

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