Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

video-editor-free免费视频编辑器

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

4,194

周安装

173

GitHub Stars

公开资料未说明

下载量

1,370
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-editor-free(免费视频编辑器)
来源仓库:https://github.com/vcarolxhberger/video-editor-free
安装命令:
openclaw skills install video-editor-free
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install video-editor-free

简介

让创作者无需安装软件即可将原始素材转化为可分享视频。

  • 服务于学生、教育机构和初创企业等预算有限的群体。video-editor-free 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 上传视频并描述目标,如“加标题卡”或“调亮画面”,立即获取结果。
  • 支持多种输入格式,但受限于处理能力,复杂特效可能无法实现。
  • 免费服务不包含版权音乐或字体,需自行确保资源合法性。

SKILL.md

name
video-editor-free
version
1.0.0
displayName
Video Editor Free — Edit, Trim & Export Videos Without Paying a Cent
description
>
metadata
{"openclaw": {"emoji": "🎬", "requires": {"env": ["NEMO_TOKEN"]}, "primaryEnv": "NEMO_TOKEN"}}

Getting Started

Welcome! You're one step away from turning your raw footage into a polished, share-ready video — completely free. Tell me what you're working on and what you'd like to do with it, and let's start editing right now.

Try saying:

  • "Trim the first 15 seconds and last 8 seconds from my video clip and export it as an MP4"
  • "Merge three separate video clips into one video with a smooth fade transition between each"
  • "Add a white text title card at the beginning of my video that says 'Summer 2024' for 3 seconds"

Automatic Setup

On first interaction, connect to the processing API before doing anything else. Show a brief status like "Setting things up...".

Token: If NEMO_TOKEN environment variable is already set, use it and skip to Session below.

Free token: Read or create a UUID at ~/.config/video-editor-free/client_id. Then POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id: <your-uuid>. The response field data.token becomes your NEMO_TOKEN (100 credits, 7-day expiry). If the token has expired, request a new one with the same Client-Id.

Session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Save session_id from the response.

Confirm to the user you're connected and ready. Don't print tokens or raw JSON.

Edit Videos Freely — Zero Cost, Full Control

Not everyone needs a $300-a-year subscription to make a great video. This skill was built for the everyday creator who wants real editing power without the price tag. Whether you're stitching together a travel montage, cleaning up a podcast recording, or producing a quick social media clip, this tool walks you through every step — or handles it for you.

Using this video-editor-free skill, you can trim the dead air from the beginning and end of clips, merge multiple video files into one seamless sequence, add captions or title cards, adjust audio levels, and export in formats that actually work on Instagram, TikTok, YouTube, or your company's website.

The skill is designed for people who don't have time to watch hours of tutorials or learn complex software interfaces. You describe what you want in plain language — 'cut the first 10 seconds', 'add a fade between clips', 'export as MP4 at 1080p' — and it delivers. No prior editing experience required.

Routing Your Edit Requests

When you submit a trim, cut, merge, or export command, the skill parses your intent and routes it to the matching free-tier processing endpoint based on the operation type and output format specified.

User says...ActionSkip SSE?
"export" / "导出" / "download" / "send me the video"→ §3.5 Export
"credits" / "积分" / "balance" / "余额"→ §3.3 Credits
"status" / "状态" / "show tracks"→ §3.4 State
"upload" / "上传" / user sends file→ §3.2 Upload
Everything else (generate, edit, add BGM…)→ §3.1 SSE

Cloud Processing API Reference

Video Editor Free runs on a serverless cloud backend that handles transcoding, frame extraction, and codec rendering without local processing — your raw footage is temporarily staged in an encrypted buffer, processed, then purged after export. Free-tier requests are queued through shared render nodes, so complex timelines or high-resolution exports may take slightly longer than premium lanes.

Skill attribution — read from this file's YAML frontmatter at runtime:

  • X-Skill-Source: video-editor-free
  • X-Skill-Version: from frontmatter version
  • X-Skill-Platform: detect from install path (~/.clawhub/clawhub, ~/.cursor/skills/cursor, else unknown)

All requests must include: Authorization: Bearer <NEMO_TOKEN>, X-Skill-Source, X-Skill-Version, X-Skill-Platform. Missing attribution headers will cause export to fail with 402.

API base: https://mega-api-prod.nemovideo.ai

Create session: POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":"<lang>"} — returns task_id, session_id.

Send message (SSE): POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"<sid>","new_message":{"parts":[{"text":"<msg>"}]}} with Accept: text/event-stream. Max timeout: 15 minutes.

Upload: POST /api/upload-video/nemo_agent/me/<sid> — file: multipart -F "files=@/path", or URL: {"urls":["<url>"],"source_type":"url"}

Credits: GET /api/credits/balance/simple — returns available, frozen, total

Session state: GET /api/state/nemo_agent/me/<sid>/latest — key fields: data.state.draft, data.state.video_infos, data.state.generated_media

Export (free, no credits): POST /api/render/proxy/lambda — body {"id":"render_<ts>","sessionId":"<sid>","draft":<json>,"output":{"format":"mp4","quality":"high"}}. Poll GET /api/render/proxy/lambda/<id> every 30s until status = completed. Download URL at output.url.

Supported formats: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

SSE Event Handling

EventAction
Text responseApply GUI translation (§4), present to user
Tool call/resultProcess internally, don't forward
heartbeat / empty data:Keep waiting. Every 2 min: "⏳ Still working..."
Stream closesProcess final response

~30% of editing operations return no text in the SSE stream. When this happens: poll session state to verify the edit was applied, then summarize changes to the user.

Backend Response Translation

The backend assumes a GUI exists. Translate these into API actions:

Backend saysYou do
"click [button]" / "点击"Execute via API
"open [panel]" / "打开"Query session state
"drag/drop" / "拖拽"Send edit via SSE
"preview in timeline"Show track summary
"Export button" / "导出"Execute export workflow

Draft field mapping: t=tracks, tt=track type (0=video, 1=audio, 7=text), sg=segments, d=duration(ms), m=metadata.

Timeline (3 tracks): 1. Video: city timelapse (0-10s) 2. BGM: Lo-fi (0-10s, 35%) 3. Title: "Urban Dreams" (0-3s)

Error Handling

CodeMeaningAction
0SuccessContinue
1001Bad/expired tokenRe-auth via anonymous-token (tokens expire after 7 days)
1002Session not foundNew session §3.0
2001No creditsAnonymous: show registration URL with ?bind=<id> (get <id> from create-session or state response when needed). Registered: "Top up credits in your account"
4001Unsupported fileShow supported formats
4002File too largeSuggest compress/trim
400Missing X-Client-IdGenerate Client-Id and retry (see §1)
402Free plan export blockedSubscription tier issue, NOT credits. "Register or upgrade your plan to unlock export."
429Rate limit (1 token/client/7 days)Retry in 30s once

Troubleshooting

Video won't export or keeps failing? The most common cause is an unsupported source format. This video-editor-free skill works best with MP4, MOV, and WebM files. If your file is in MKV, AVI, or a camera-native format like HEVC (.hevc), convert it to MP4 first using a free tool like HandBrake before uploading.

Audio is out of sync after merging clips? This typically happens when the source clips have different frame rates (e.g., one at 24fps and another at 60fps). Always confirm that your clips share the same frame rate before merging. You can ask the skill to check and normalize frame rates as part of the merge process.

Text overlay not showing on export? Make sure the font and text duration you specified doesn't exceed the clip length. If your video is 5 seconds and you set a text overlay for 8 seconds, it will silently fail. Specify an end time shorter than the total clip duration.

File size too large after export? Ask the skill to re-export using H.264 compression at a slightly lower bitrate — for most social media uses, 8–12 Mbps is more than sufficient and cuts file sizes dramatically.

FAQ

Is this actually free — no hidden costs? Yes. The video-editor-free skill does not require a paid plan, subscription, or any in-app purchase to use its core editing features including trimming, merging, text overlays, and exporting.

Will my exported video have a watermark? No. Unlike many free online editors that stamp their logo on your video, this skill exports clean, watermark-free files.

What's the maximum video length I can edit? There is no hard cap on video length, but very long files (over 2 hours) may take longer to process. For best performance, work with clips under 30 minutes when possible.

Can I edit vertical videos for TikTok or Reels? Absolutely. Just let the skill know your target aspect ratio (9:16 for vertical) when you start, and it will handle framing, cropping, and export settings accordingly.

Does it support background music or voiceover? Yes. You can provide an audio file and specify whether you want it as background music (with volume ducking) or as a full voiceover replacement for the original clip audio.

Best Practices

Start with organized source files. Before you begin, rename your clips in sequence (clip_01.mp4, clip_02.mp4) so it's easy to reference them in prompts. Ambiguous file names slow down the editing process and increase the chance of errors.

Work in stages, not all at once. Rather than asking for trimming, transitions, text, color correction, and export in a single prompt, break your edit into steps. Trim first, preview, then add effects. This gives you checkpoints to catch mistakes early.

Use specific timecodes. Instead of saying 'cut the boring part at the start,' say 'trim from 0:00 to 0:12.' The more precise your instructions, the cleaner your output. Vague requests produce vague results.

Export for your platform. Different platforms have different sweet spots. For TikTok and Instagram Reels, export at 1080x1920 (vertical, 9:16). For YouTube, use 1920x1080 (horizontal, 16:9). Always specify your target platform when requesting an export so the skill can automatically apply the right resolution and aspect ratio.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.39%
按下载量换算1,307

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills