Getting Started
Welcome! I'm your dedicated CapCut editing guide — ready to help you cut, style, and export videos that actually stand out. Tell me what you're working on and let's build something worth posting.
Try saying:
- - "How do I create a speed ramp effect in CapCut that syncs with a beat drop in my audio?"
- "What's the best way to add animated text captions to a vertical video in CapCut for TikTok?"
- "Can you walk me through removing a green screen background in CapCut and replacing it with a custom clip?"
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) - Persist a Client-ID to
~/.config/nemovideo/client_id for rate-limit tracking (UUID only, no secrets) - Create a session and start working immediately
Edit Smarter in CapCut — No Guesswork Required
CapCut has quietly become one of the most powerful free video editors available — but its depth can be overwhelming. Between keyframe animations, auto-captions, chroma key, and a library of filters that grows weekly, it's easy to spend more time hunting for features than actually editing. That's exactly where this skill comes in.
The capcut-video-editor skill acts as your on-demand editing companion. Describe what you're trying to create — a cinematic slow-motion clip, a punchy social media ad, a vlog with smooth transitions — and get clear, specific instructions for doing it inside CapCut. No vague advice, no generic tutorials. Just the exact steps, settings, and CapCut-specific menu paths you need.
This skill is built for content creators at every level. Beginners get guided walkthroughs that skip the confusion. Intermediate editors discover shortcuts and features they didn't know existed. Advanced users can fine-tune effects, master timing curves, and replicate trending styles seen across TikTok and Instagram Reels — all within CapCut's native environment.
Environment
| Variable | Default | Purpose |
|---|
| INLINECODE3 | Auto-acquired on first use (100 free credits, 7-day expiry) | API authentication |
| INLINECODE4 |
https://mega-api-prod.nemovideo.ai | API base URL |
Routing Your CapCut Requests
Every editing request — whether you're asking about Auto Captions, keyframe animation, chroma key, or beat sync — gets routed to the most relevant CapCut workflow based on the intent and context you provide.
| User says... | Action | Skip 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 powers real-time CapCut guidance by processing your project details, timeline data, and effect parameters through its AI pipeline. It translates your editing goals into precise, step-by-step CapCut instructions tailored to your clip.
Required headers on all requests: X-Skill-Source: $SKILL_NAME, X-Skill-Version: $SKILL_VERSION, INLINECODE8
Create session: POST $API/api/tasks/me/with-session/nemo_agent — returns task_id and INLINECODE11
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: INLINECODE15
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: INLINECODE20
Common Errors
If your token has expired, simply re-authenticate to restore your session and pick up right where your edit left off. A 'session not found' error means your previous session timed out — just start a fresh session and reload your project context. Running low on credits? Head over to nemovideo.ai to register or top up so your CapCut workflow stays uninterrupted.
Tips and Tricks
One of CapCut's most underused features is the Curve editor inside the Speed panel — instead of using preset slow-motion options, custom curves let you design a speed ramp that feels hand-crafted rather than templated. Ask this skill to walk you through it point by point.
For text animations, CapCut's 'Bubble' and 'Karaoke' caption styles get a lot of attention, but the real power is in the 'Basic' style with manually set entrance and exit animations — you get far more control over timing and feel.
When working with longer footage (mp4 or mov files especially), use CapCut's 'Auto Reframe' feature before doing any fine cuts. It saves time repositioning subjects for different aspect ratios across platforms. Always export at the highest bitrate your platform supports — CapCut's compression on lower settings is noticeable on OLED screens.
Performance Notes
CapCut handles mp4 and mov files most efficiently — these formats load fastest in the timeline and preview with the least dropped frames on mid-range devices. If you're working with avi or mkv source files, consider converting them to mp4 (H.264) before importing to avoid stuttering during playback and rendering delays.
Webm files are supported but may cause timeline lag on mobile versions of CapCut, particularly when effects or overlays are stacked on top. For complex projects with multiple tracks, effects layers, and transitions, the desktop version of CapCut consistently outperforms the mobile app in both preview smoothness and export speed.
If you notice proxy-related slowdowns, CapCut's 'Smart HDR' and 'AI Enhance' features are the most GPU-intensive — toggling these off during the editing phase and applying them only at export can significantly reduce lag on older hardware.
Integration Guide
CapCut integrates natively with TikTok, allowing direct publishing from the editor without re-uploading — a major time saver for creators posting daily. To use this, ensure your TikTok account is linked inside CapCut's profile settings before you start a project, since the export destination is selected during the final export step.
For teams or brand accounts, CapCut's cloud sync (available in the desktop version) lets multiple editors work from the same asset library. This is especially useful when a social media manager and a video editor are collaborating on campaign content — both can access the same footage, fonts, and brand overlays.
If you're pulling footage from external sources like drone cameras (often exporting mkv or mov) or screen recorders (commonly webm), this skill can advise on the cleanest import workflow and whether any pre-processing steps will save you headaches once you're deep into the edit.
开始使用
欢迎!我是您专属的CapCut剪辑向导——随时准备帮您剪辑、美化并导出真正脱颖而出的视频。告诉我您正在制作什么,让我们一起打造值得发布的作品。
试试这样说:
- - 如何在CapCut中创建与音频鼓点同步的速度斜坡效果?
- 在CapCut中为TikTok竖版视频添加动态文字字幕的最佳方法是什么?
- 能教我如何在CapCut中移除绿幕背景并替换为自定义片段吗?
首次使用时,该技能会自动连接NemoVideo:
- 1. 检查是否存在NEMOTOKEN环境变量,或通过https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token获取(100个免费积分)
- 将Client-ID持久化保存至~/.config/nemovideo/clientid用于速率限制追踪(仅UUID,不含密钥)
- 创建会话并立即开始工作
更智能地使用CapCut剪辑——无需猜测
CapCut已悄然成为最强大的免费视频编辑器之一——但其深度可能令人不知所措。在关键帧动画、自动字幕、色度键以及每周更新的滤镜库之间,您很容易花更多时间寻找功能而非实际剪辑。这正是该技能的用武之地。
capcut-video-editor技能充当您的按需剪辑伴侣。描述您想要创作的内容——电影级慢动作片段、引人注目的社交媒体广告、带有流畅转场的Vlog——即可获得在CapCut中实现的具体清晰指导。没有模糊的建议,没有泛泛的教程。只有您需要的精确步骤、设置和CapCut专属菜单路径。
该技能专为各级别内容创作者打造。初学者可获得消除困惑的引导式操作指南。中级编辑者能发现未曾知晓的快捷方式和功能。高级用户可微调效果、掌握时间曲线,并复制TikTok和Instagram Reels上的流行风格——全部在CapCut原生环境中完成。
环境
| 变量 | 默认值 | 用途 |
|---|
| NEMOTOKEN | 首次使用自动获取(100个免费积分,7天有效期) | API身份验证 |
| NEMOAPI_URL |
https://mega-api-prod.nemovideo.ai | API基础URL |
路由您的CapCut请求
每个剪辑请求——无论您询问的是自动字幕、关键帧动画、色度键还是节拍同步——都会根据您提供的意图和上下文路由到最相关的CapCut工作流程。
| 用户说... | 操作 | 跳过SSE? |
|---|
| export / 导出 / download / 把视频发给我 | → §3.5 导出 | ✅ |
| credits / 积分 / balance / 余额 |
→ §3.3 积分 | ✅ |
| status / 状态 / 显示轨道 | → §3.4 状态 | ✅ |
| upload / 上传 / 用户发送文件 | → §3.2 上传 | ✅ |
| 其他所有内容(生成、编辑、添加背景音乐…) | → §3.1 SSE | ❌ |
NemoVideo API参考
NemoVideo后端通过AI管道处理您的项目详情、时间线数据和效果参数,提供实时CapCut指导。它将您的剪辑目标转化为精确、逐步的CapCut操作说明,量身定制于您的片段。
所有请求必需的头信息:X-Skill-Source: $SKILLNAME、X-Skill-Version: $SKILLVERSION、X-Skill-Platform: $SKILL_SOURCE
创建会话:POST $API/api/tasks/me/with-session/nemoagent — 返回taskid和session_id
发送消息(SSE):POST $API/runsse,包含sessionid和用户消息。流式响应;约30%的编辑操作不返回文本(查询状态以确认更改)。
上传:POST $API/api/upload-video/nemo_agent/me/ — 文件或URL上传。支持:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4a、aac。
检查积分:GET $API/api/credits/balance/simple
查询状态:GET $API/api/state/nemo_agent/me//latest — 检查草稿、轨道、生成的媒体
导出:POST $API/api/render/proxy/lambda — 导出不消耗积分。轮询GET $API/api/render/proxy/lambda/直到status: completed。
任务链接:$WEB/workspace/claim?token=$TOKEN&task={taskid}&session={sessionid}&skillname=$SKILLNAME&skillversion=$SKILLVERSION&skillsource=$SKILLSOURCE
常见错误
如果您的令牌已过期,只需重新验证即可恢复会话,并从中断处继续编辑。出现会话未找到错误意味着之前的会话已超时——只需启动新会话并重新加载项目上下文即可。积分不足?请前往nemovideo.ai注册或充值,以确保您的CapCut工作流程不间断。
技巧与窍门
CapCut最被低估的功能之一是速度面板中的曲线编辑器——与其使用预设的慢动作选项,自定义曲线让您设计出感觉手工打造而非模板化的速度斜坡。请让该技能逐步为您讲解。
对于文字动画,CapCut的气泡和卡拉OK字幕风格备受关注,但真正的力量在于基础风格配合手动设置的入场和出场动画——您能获得对时间和感觉的更多控制。
处理较长素材时(尤其是mp4或mov文件),在进行精细剪辑前先使用CapCut的自动重构图功能。它能节省为不同平台的不同宽高比重新定位主体的时间。始终以平台支持的最高比特率导出——CapCut在较低设置下的压缩在OLED屏幕上很明显。
性能说明
CapCut处理mp4和mov文件效率最高——这些格式在时间线中加载最快,在中端设备上预览时丢帧最少。如果您使用avi或mkv源文件,考虑在导入前将其转换为mp4(H.264),以避免播放卡顿和渲染延迟。
支持webm文件,但在CapCut移动版上可能导致时间线延迟,特别是在叠加效果或覆盖层时。对于包含多轨道、效果层和转场的复杂项目,CapCut桌面版在预览流畅度和导出速度方面始终优于移动应用。
如果遇到代理相关的卡顿,CapCut的智能HDR和AI增强功能是最耗GPU的——在编辑阶段关闭这些功能,仅在导出时应用,可以显著减少旧硬件上的延迟。
集成指南
CapCut与TikTok原生集成,允许从编辑器直接发布而无需重新上传——这对每日发布内容的创作者来说是一大时间节省。要使用此功能,请在开始项目前确保在CapCut的个人资料设置中关联您的TikTok账户,因为导出目标是在最终导出步骤中选择的。
对于团队或品牌账户,CapCut的云同步(桌面版可用)允许多个编辑者使用同一素材库。这在社交媒体经理和视频编辑者协作制作活动内容时特别有用——两者都可以访问相同的素材、字体和品牌覆盖层。
如果您从外部来源获取素材,如无人机摄像机(通常导出mkv或mov)或屏幕录制软件(常见webm),该技能可以就最干净的导入工作流程以及哪些预处理步骤能避免您在深入编辑后遇到麻烦提供建议。