🎬 Ai

v1.0.0

Skip the learning curve of professional editing software. Describe what you want — trim the dead air, add transitions, and sync background music — and get ed...

0· 19·0 当前·0 累计
peand-rover 头像by @peand-rover (peandrover adam)
下载技能包
最后更新
2026/4/26
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The skill's requests and runtime instructions are coherent with an AI cloud video-editing service: it needs a NEMO_TOKEN (or it fetches an anonymous one), uploads user video files to the nemovideo.ai API, and does not ask for unrelated credentials or install anything locally.
评估建议
This skill will upload your video files and metadata to an external service at mega-api-prod.nemovideo.ai and will use NEMO_TOKEN (or request a short-lived anonymous token) for authorization. Before installing, consider: (1) Do you trust that endpoint with the videos you will send? Avoid sending sensitive footage unless you trust the service and understand its privacy policy. (2) If you supply a persistent NEMO_TOKEN, treat it like any API key — only provide keys scoped to this service and rotat...
详细分析 ▾
用途与能力
Name/description match the instructions: the SKILL.md describes uploading video, creating sessions, SSE-driven edits, and exporting rendered MP4s. The only required env var is NEMO_TOKEN, which directly maps to the backend auth described.
指令范围
Instructions are focused on the editing workflow, but they explicitly instruct the agent to (a) read this file's YAML frontmatter for attribution headers and (b) detect install path (~/.clawhub, ~/.cursor/skills/ or otherwise) at runtime. These require modest filesystem inspection of the skill/agent environment (not arbitrary system files) — reasonable for adding attribution, but worth noting because it accesses agent environment metadata.
安装机制
There is no install spec and no code to download — instruction-only skill. This minimizes disk writes and external package installs.
凭证需求
Only one credential (NEMO_TOKEN) is required, which is appropriate for a cloud API. The skill also documents a fallback anonymous-token acquisition flow if NEMO_TOKEN is absent; no other unrelated secrets or paths are requested.
持久化与权限
always is false and the skill does not request persistent or cross-skill configuration changes. It does not ask to modify other skills or global agent settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/26

ai-video-editing-app v1.0.0 - First public release of the AI Video Editing App skill. - Instantly edits uploaded video files (MP4, MOV, AVI, WebM up to 500MB) via cloud AI, handling trimming, transitions, and background music. - Simple prompts control editing and exports without learning complex software. - Automatic backend connection and session handling; free starter tokens granted for new users. - Exports 1080p MP4 (and other formats) with quick turnaround time for most edits. - Includes robust error handling, timeline summaries, and user-friendly instruction mapping.

Pending

安装命令

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