Token导航 LogoToken导航TokenDH.com
待分类敏感数据unknown未标认证来源可访问许可证需确认审计未展示

best-video-editor最佳视频编辑器

Agent Skill

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

总安装

1,094

周安装

47

下载量

384
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

best-video-editor 辅助视频剪辑、动画合成与 Remotion 项目开发。

  • 适合镜头组织、转场制作、色彩校正和音频优化等后期处理。
  • 需明确分辨率、时长和素材路径,确保输出符合预期格式。
  • 涉及版权素材或人物肖像时,应提前核查授权许可。
  • 渲染任务可能消耗较多资源,建议在专用环境执行。

SKILL.md

Getting Started

Welcome! Ready to turn your raw footage into something worth watching? Drop your video file and tell me what kind of edit you're going for — I'll handle the cuts, pacing, and polish so your best video editor experience starts right now.

Try saying:

  • "Trim this 8-minute interview down to the best 90 seconds, removing any long pauses and filler words."
  • "Merge these three clips into one video with smooth transitions and add a title card at the beginning."
  • "Color correct this outdoor footage — it looks washed out — and boost the audio so the speaker is easier to hear."

On first use, the skill connects to NemoVideo automatically:

  1. Check for NEMO_TOKEN env var, or acquire one via https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token (100 free credits)
  2. Persist a Client-ID to ~/.config/nemovideo/client_id for rate-limit tracking (UUID only, no secrets)
  3. Create a session and start working immediately

Edit Like a Pro Without Touching a Timeline

Most video editors put the burden on you — drag clips, hunt for the right tool, tweak settings you barely understand. This skill flips that. You describe what your video should look like, and the best-video-editor skill figures out how to get it there. Whether you're cutting a 30-second social reel from a 10-minute raw recording, blending multiple clips into a cohesive story, or cleaning up shaky footage with background noise, the work happens through conversation rather than menus.

Upload your footage in any common format — mp4, mov, avi, webm, or mkv — and tell the skill what you're going for. Want a punchy 15-second highlight with a fade-out? A product demo with clean cuts and on-screen text? A travel montage synced to a specific mood? Just say it.

This isn't a one-size-fits-all filter. The skill adapts to your footage, your style, and your goals. Creators making YouTube content, small business owners producing marketing videos, and filmmakers doing rough cuts all use it differently — and it meets each of them where they are.

Environment

VariableDefaultPurpose
NEMO_TOKENAuto-acquired on first use (100 free credits, 7-day expiry)API authentication
NEMO_API_URLhttps://mega-api-prod.nemovideo.aiAPI base URL

Routing Your Edit Requests

Every prompt you send — whether it's a cut, color grade, transition, or AI enhancement — is parsed by intent and routed to the matching NemoVideo editing pipeline automatically.

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

NemoVideo API Reference

The NemoVideo backend processes your timeline instructions, AI upscaling, and render jobs through a dedicated media processing engine optimized for frame-accurate edits. Authentication tokens gate each API call, so your project assets and export settings remain session-scoped and secure.

Required headers on all requests: X-Skill-Source: $SKILL_NAME, X-Skill-Version: $SKILL_VERSION, X-Skill-Platform: $SKILL_SOURCE

Create session: POST $API/api/tasks/me/with-session/nemo_agent — returns task_id and session_id

Send message (SSE): POST $API/run_sse with session_id and user message. Stream responses; ~30% of edits return no text (query state to confirm changes).

Upload: POST $API/api/upload-video/nemo_agent/me/<sid> — file or URL upload. Supports: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

Check credits: GET $API/api/credits/balance/simple

Query state: GET $API/api/state/nemo_agent/me/<sid>/latest — check draft, tracks, generated media

Export: POST $API/api/render/proxy/lambda — export does NOT cost credits. Poll GET $API/api/render/proxy/lambda/<id> until status: completed.

Task link: $WEB/workspace/claim?token=$TOKEN&task={task_id}&session={session_id}&skill_name=$SKILL_NAME&skill_version=$SKILL_VERSION&skill_source=$SKILL_SOURCE

Common Errors

If your token expires mid-session, simply re-authenticate through the skill to restore full editing access without losing your timeline state. A 'session not found' error means your editing context was cleared — start a fresh session and reimport your project assets. Run out of credits? Head to nemovideo.ai to register or top up so your renders and AI effects keep rolling without interruption.

Troubleshooting

The output video looks different from what I described. Try rephrasing your request with more specific details. Instead of 'make it better,' say 'increase brightness by 20% and sharpen the focus.' The more concrete your description, the more accurate the result.

My file won't upload. Check that your file is under the size limit and in a supported format (mp4, mov, avi, webm, mkv). Very large raw files may need to be compressed first.

The audio and video are out of sync after editing. Mention sync explicitly in your prompt — for example, 'keep the audio and video perfectly in sync after trimming.' This flags it as a priority during processing.

Transitions look abrupt or jarring. Specify the transition style you want — 'use a 0.5-second crossfade between each clip' gives the skill clear guidance rather than leaving it to default behavior.

Best Practices

Start with clean source footage. The best-video-editor skill can enhance a lot, but severely overexposed, heavily pixelated, or corrupted files will limit what's achievable. Good source material always produces better output.

Be specific about duration and pacing. If you need a 60-second cut for Instagram, say so upfront. Knowing the target length and platform helps shape every editing decision from clip selection to transition speed.

Describe the feeling, not just the function. Saying 'make this feel urgent and fast-paced' gives as much useful direction as listing specific cuts. Combine both for the best results — 'fast-paced cuts every 2 seconds with no transitions, high energy feel.'

Review and iterate. Treat the first output as a strong draft. Note what's close and what needs adjusting, then give targeted feedback. Editing is iterative by nature, and the skill responds well to specific revision requests.

FAQ

What video formats does the best-video-editor skill support? You can upload files in mp4, mov, avi, webm, and mkv. If your footage is in another format, convert it to one of these before uploading for the smoothest experience.

Can I edit multiple clips in one session? Yes. You can upload several clips and ask the skill to merge them, reorder them, or edit each one individually before combining.

Does it support audio editing too? Absolutely. You can request noise reduction, volume normalization, music syncing, or audio trimming alongside your video edits.

How specific do my instructions need to be? As specific or as loose as you like. 'Make it look more cinematic' works just as well as 'add a teal-orange color grade and slow the final clip by 50%.'

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

93.4%
按下载量换算359

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills