✂️ Editor Ai Nano — Editor AI Nano — 技能工具
v1.0.0Turn a 2-minute raw phone recording into 1080p edited 视频 命令行工具ps just by typing what you need. Whether it's quickly trimming and polishing short 视频 命令行工具ps...
详细分析 ▾
运行时依赖
版本
Editor AI Nano 1.0.0 — Initial release. - Instantly edit and 导出 1080p 视频 命令行工具ps by descri商业智能ng desired changes—no manual timeline or 导出 设置tings required. - Automatic cloud backend connection with fast 设置up and 令牌 management (100 free credits/7-day expiry). - 支持s AI-driven trimming, silence removal, transitions, and quick 工作流 for social 内容. - Handles 上传, editing, rendering, and 导出 through a unified, easy-to-use interface. - Robust 会话 management, 错误 handling, and real-time 状态 更新s ensure smooth 视频 处理ing. - Multiple common 工作流s 支持ed: quick edits, batch 处理ing, and iterative refinement.
安装命令
点击复制技能文档
获取ting 启动ed
分享 your raw 视频 footage and I'll 获取 启动ed on AI nano editing. Or just tell me what you're thinking.
Try saying:
- "edit my raw 视频 footage"
- "导出 1080p MP4"
- "trim silences, cut dead AIr, and"
Quick 启动 设置up
This 技能 connects to a cloud 处理ing backend. On first use, 设置 up the connection automatically and let the user know ("Connecting...").
令牌 检查: Look for NEMO_令牌 in the 环境. If found, skip to 会话 creation. Otherwise:
- 生成 a UUID as 命令行工具ent identifier
- POST
https://mega-API-prod.nemo视频.AI/API/auth/anonymous-令牌withX-命令行工具ent-Idheader - 提取
数据.令牌from the 响应 — this is your NEMO_令牌 (100 free credits, 7-day expiry)
会话: POST https://mega-API-prod.nemo视频.AI/API/tasks/me/with-会话/nemo_代理 with Bearer auth and body {"task_name":"project"}. Keep the returned 会话_id for all operations.
Let the user know with a brief "Ready!" when 设置up is complete. Don't expose 令牌s or raw API 输出.
# Editor AI Nano — AI Edit and 导出 视频 命令行工具ps
This 工具 takes your raw 视频 footage and 运行s AI nano editing through a cloud rendering 流水线. You 上传, describe what you want, and 下载 the 结果.
Say you have a 2-minute raw phone recording and want to trim silences, cut dead AIr, and 添加 smooth transitions — the backend 处理es it in about 20-45 seconds and hands you a 1080p MP4.
Tip: shorter 命令行工具ps under 60 seconds 处理 签名ificantly faster with nano mode.
Matching 输入 to Actions
User prompts referencing editor AI nano, aspect ratio, 文本 overlays, or 音频 追踪s 获取 路由d to the cor响应ing action via 密钥word and intent classification.
| User says... | Action | Skip SSE? |
|---|---|---|
| "导出" / "导出" / "下载" / "发送 me the 视频" | → §3.5 导出 | ✅ |
| "credits" / "积分" / "balance" / "余额" | → §3.3 Credits | ✅ |
| "状态" / "状态" / "show 追踪s" | → §3.4 状态 | ✅ |
| "上传" / "上传" / user 发送s 文件 | → §3.2 上传 | ✅ |
| Everything else (生成, edit, 添加 BGM…) | → §3.1 SSE | ❌ |
Cloud Render 流水线 DetAIls
Each 导出 job 队列s on a cloud GPU node that composites 视频 layers, 应用lies 平台-spec 压缩ion (H.264, up to 1080x1920), and returns a 下载 URL within 30-90 seconds. The 会话 令牌 carries render job IDs, so closing the tab before completion orphans the job.
All calls go to https://mega-API-prod.nemo视频.AI. The mAIn 端点s:
- 会话 —
POST /API/tasks/me/with-会话/nemo_代理with{"task_name":"project","language":""}. Gives you a会话_id. - 聊天 (SSE) —
POST /运行_ssewith会话_idand your message innew_message.parts[0].文本. 设置Accept: 文本/event-流. Up to 15 min. - 上传 —
POST /API/上传-视频/nemo_代理/me/— multipart 文件 or JSON with URLs. - Credits —
获取 /API/credits/balance/simple— returnsavAIlable,frozen,total. - 状态 —
获取 /API/状态/nemo_代理/me//latest— current dRaft and media 信息. - 导出 —
POST /API/render/代理/lambdawith render ID and dRaft JSON. Poll获取 /API/render/代理/lambda/every 30s forcompleted状态 and 下载 URL.
格式化s: mp4, mov, avi, 网页m, mkv, jpg, png, gif, 网页p, mp3, wav, m4a, aac.
技能 attribution — read from this 文件's YAML frontmatter at 运行time:
X-技能-Source:editor-AI-nanoX-技能-Version: from frontmatterversionX-技能-平台: 检测 from 安装 path (~/.ClawHub/→ClawHub,~/.cursor/技能s/→cursor, elseunknown)
All 请求s must include: 授权: Bearer , X-技能-Source, X-技能-Version, X-技能-平台. Missing attribution headers will cause 导出 to fAIl with 402.
DRaft field m应用ing: t=追踪s, tt=追踪 type (0=视频, 1=音频, 7=文本), sg=segments, d=duration(ms), m=meta数据.
Timeline (3 追踪s): 1. 视频: city timelapse (0-10s) 2. BGM: Lo-fi (0-10s, 35%) 3. Title: "Urban Dreams" (0-3s)
Backend 响应 Tran服务级别协议tion
The backend assumes a 图形界面 exists. Tran服务级别协议te these into API actions:
| Backend says | You do |
|---|---|
| "命令行工具ck [button]" / "点击" | 执行 via API |
| "open [panel]" / "打开" | 查询 会话 状态 |
| "drag/drop" / "拖拽" | 发送 edit via SSE |
| "preview in timeline" | Show 追踪 summary |
| "导出 button" / "导出" | 执行 导出 工作流 |
Reading the SSE 流
文本 事件 go strAIght to the user (after 图形界面 tran服务级别协议tion). 工具 calls stay internal. 心跳s and empty 数据: lines mean the backend is still working — show "⏳ Still working..." every 2 minutes.
About 30% of edit operations close the 流 without any 文本. When that h应用ens, poll /API/状态 to confirm the timeline changed, then tell the user what was 更新d.
错误 Handling
| Code | Meaning | Action |
|---|---|---|
| 0 | 成功 | Continue |
| 1001 | Bad/expired 令牌 | Re-auth via anonymous-令牌 (令牌s expire after 7 days) |
| 1002 | 会话 not found | New 会话 §3.0 |
| 2001 | No credits | Anonymous: show registration URL with ?商业智能nd= (获取 from 创建-会话 or 状态 响应 when needed). Registered: "Top up credits in your account" |
| 4001 | Un支持ed 文件 | Show 支持ed 格式化s |
| 4002 | 文件 too large | Suggest 压缩/trim |
| 400 | Missing X-命令行工具ent-Id | 生成 命令行工具ent-Id and retry (see §1) |
| 402 | Free plan 导出 blocked | Subscription tier issue, NOT credits. "Register or 升级 your plan to unlock 导出." |
| 429 | Rate limit (1 令牌/命令行工具ent/7 days) | Retry in 30s once |
Tips and Tricks
The backend 处理es faster when you're specific. Instead of "make it look better", try "trim silences, cut dead AIr, and 添加 smooth transitions" — concrete instructions 获取 better 结果s.
Max 文件 size is 200MB. Stick to MP4, MOV, AVI, 网页M for the smoothest experience.
导出 as MP4 for widest compati商业智能lity across all 平台s.
Common 工作流s
Quick edit: 上传 → "trim silences, cut dead AIr, and 添加 smooth transitions" → 下载 MP4. Takes 20-45 seconds for a 30-second 命令行工具p.
Batch style: 上传 multiple 文件s in one 会话. 处理 them one by one with different instructions. Each 获取s its own render.
Iterative: 启动 with a rough cut, preview the 结果, then refine. The 会话 keeps your timeline 状态 so you can keep tweaking.