vectcut-api

Automate video editing workflows via CapCut/JianYing APIs.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lamtuanvu/agentskills --skill vectcut-api-lamtuanvu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vectcut-api
Source: https://github.com/lamtuanvu/agentskills/tree/main/skills/vectcut-api
Command: npx skills add https://github.com/lamtuanvu/agentskills --skill vectcut-api-lamtuanvu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Video editing often requires manual, repetitive steps to assemble media, text, and effects into a final draft. This Skill provides a programmable interface to automate those tasks via CapCut/JianYing APIs.

Core Features & Use Cases

  • Create video drafts programmatically with specified resolutions and folders.
  • Add videos, audio, images, subtitles, text, stickers, and effects to build rich stories.
  • Export drafts to CapCut/CapCut-compatible formats and integrate with MCP-enabled workflows in AI agents.
  • Real-world use: empower an agent to generate a product teaser by stitching media, overlaying text, and exporting a ready-to-share clip.

Quick Start

Create a vertical 1080x1920 draft, add a background video, overlay a title, and export the final draft.

Frequently Asked Questions about vectcut-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CapCut video edits via API?

You can automate CapCut video edits via API by orchestrating workflows that create drafts, add media, apply text and transitions, and export final videos programmatically. This Skill exposes endpoints for create_draft, add_video, and add_text to build rich stories.

Can I use CapCut API with MCP-enabled AI agents?

Yes, CapCut API works with MCP-enabled AI agents. It provides optional MCP support to integrate automation pipelines, allowing agents to assemble drafts from media, apply subtitles, and export ready-to-share clips.

What is the best way to programmatically add subtitles and effects to JianYing drafts?

The best way to add subtitles and effects to JianYing drafts programmatically is by calling the add_subtitle, add_sticker, and add_effect endpoints. These functions allow you to build and enrich video stories through automated API requests.

Do I need the requests library to run CapCut API automation?

Yes, you need the requests library to run CapCut API automation. It is the only required dependency for making the HTTP requests that drive draft creation, media assembly, and video export functions.

How does video editing workflow orchestration handle keyframes and draft saving?

Video editing workflow orchestration handles keyframes and draft saving through dedicated endpoints. You can use add_video_keyframe to animate properties and save_draft to persist the assembled project before calling the export functions.