Toolverse
All skills

vectcut-api

by sun-guannan

VectCutAPI is a powerful cloud-based video editing API tool that provides programmatic control over CapCut/JianYing (剪映) for professional video editing. Use this skill when users need to: (1) Create video draft projects programmatically, (2) Add video/audio/image materials with

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend
Views
11

About this skill

VectCutAPI is a powerful cloud-based video editing API tool that provides programmatic control over CapCut/JianYing (剪映) for professional video editing. Use this skill when users need to: (1) Create video draft projects programmatically, (2) Add video/audio/image materials with precise control, (3) Add text, subtitles, and captions, (4) Apply effects, transitions, and animations, (5) Add keyframe animations, (6) Process videos in batch, (7) Generate AI-powered videos, (8) Integrate with n8n workflows, (9) Build MCP video editing agents. The API supports HTTP REST and MCP protocols, works with both CapCut (international) and JianYing (China), and provides web preview without downloading.

How to use

  1. Zainstaluj zależności: uruchom pip install -r requirements.txt dla podstawowego API HTTP, a następnie opcjonalnie pip install -r requirements-mcp.txt jeśli planujesz używać protokołu MCP. Upewnij się, że masz zainstalowany Python 3.10 lub nowszy oraz CapCut lub JianYing.

  2. Skonfiguruj aplikację: skopiuj plik config.json.example na config.json i dostosuj ustawienia do swoich potrzeb.

  3. Uruchom serwer: wykonaj python capcut_server.py aby uruchomić usługę HTTP API (nasłuchuje na porcie 9001) lub python mcp_server.py dla protokołu MCP.

  4. Utwórz projekt wideo: wyślij żądanie do /create_draft aby utworzyć nowy projekt, podając rozdzielczość (np. 1080x1920 dla wideo pionowego, 1920x1080 dla poziomego). Otrzymasz draft_id do dalszych operacji.

  5. Dodaj materiały i elementy: użyj endpointów add_video, add_audio i add_image aby dodać ścieżki mediów, następnie add_text i add_subtitle do dodania tekstu i napisów. Aplikuj efekty za pomocą add_effect i animacje klatek kluczowych poprzez add_video_keyframe.

  6. Zapisz i wyeksportuj: wywołaj save_draft aby wygenerować plik projektu, który możesz podglądać w przeglądarce lub zaimportować do CapCut/JianYing do dalszej edycji.

Related skills

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964