Hommy-master

Hommy-master/capcut-mate

Python Apache-2.0 Media

开源剪映小助手|剪映API | 扣子插件 | Open-source CapCut automation toolkit to generate & download draft files. | skills

1.3k stars
224 forks
active
GitHub +80 / week

1.3k

Stars

224

Forks

4

Open issues

7

Contributors

v8.0.69 22 Jun 2026

AI Analysis

CapCut Mate is an open-source automation toolkit for generating and managing CapCut (Jianying) draft files via FastAPI. It serves video creators and AI/automation developers who want to programmatically create video content, integrate with large language models, or build workflow automation—not for general web development or non-video use cases.

Media Application Discovery value: 6/10
Documentation 8/10
Activity 9/10
Community 7/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

video-automation capcut-integration llm-skills draft-generation workflow-automation
Actively maintained Well documented Niche/specialized use case Apache-2.0 licensed Beginner friendly Production ready
Deep Analysis · Based on README and public signals
1w ago

CapCut Mate: Open-source API for programmatic CapCut draft automation, targeting LLM integration and workflow builders.

CapCut Mate is a FastAPI-based wrapper around CapCut's draft format, enabling programmatic creation and manipulation of video projects. Built for LLM integration (Coze plugins, n8n workflows), it abstracts CapCut's native API and provides REST endpoints for draft management, material addition, and export. Adoption appears concentrated in the Chinese content creation ecosystem; real-world production usage is not verified beyond anecdotal integration examples.

Origin

Project created August 2025, gaining traction 10–11 months into maturity as of June 2026. Emerged in a wave of LLM-adjacent automation tooling, positioning itself as a bridge between generative AI systems and CapCut's closed ecosystem. Coze plugin publication indicates strategic effort to embed into Alibaba's conversational AI platform.

Growth

Started with ~0 stars in August 2025; reached 1,229 stars and 209 forks by June 2026 (1 year). Growth profile shows steady but modest trajectory: 25 stars in final 7 days suggests plateau or consolidation phase. Repository is still actively pushed to (last update 22 June 2026, 10 days before analysis date). Growth likely driven by blog/video tutorials (Douyin video tutorial mentioned) and Coze plugin listing rather than viral adoption.

In production

adoption not verified. README mentions Coze plugin availability and workflow integration examples (n8n, Coze), but no concrete user counts, company deployments, or case studies provided. Coze plugin store listing is real but presence in a plugin marketplace does not confirm production usage. No independent testimony from end-users or system integrators in accessible documentation.

Code analysis
Architecture

Appears to be a FastAPI service exposing RESTful endpoints that serialize/deserialize CapCut's native draft JSON format. README documents draft management (create/save/get), material addition (video/image/audio/stickers), text styling, effects, and cloud rendering export. Likely operates as a stateless API layer; no indication of custom video encoding or rendering (delegates to CapCut cloud). Based on README, uses Pydantic for validation, Uvicorn server, Docker Compose for deployment. Actual implementation details not inspectable from README alone.

Tests

not documented in README

Maintenance

Last commit 22 June 2026 (10 days before analysis date). Repository shows active maintenance: recent push, uv-based dependency management, Docker Compose configuration, and documented deployment paths (Docker, local Python). No evidence of abandoned state; cadence appears consistent with a maintained side project or small team effort rather than high-velocity commercial product.

Honest verdict

ADOPT IF: you need programmatic CapCut draft generation for LLM-driven workflows (Coze bots, n8n automation) and accept that integration is self-hosted and reverse-engineered. AVOID IF: you need official API support, SLA guarantees, or are uncomfortable with reverse-engineering CapCut's internal format (dependency on CapCut's stability/changes). MONITOR IF: you are considering this for mission-critical production workflows—adoption signals are weak, and the project is young; production reliability not yet demonstrated at scale.

Independent dimensions

Mainstream potential

3/10

Technical importance

5/10

Adoption evidence

2/10

Risks
  • Reverse-engineering dependency: CapCut Mate relies on reverse-engineering CapCut's draft JSON format and undocumented endpoints. CapCut updates, format changes, or anti-scraping measures could break functionality with little notice.
  • No official support: This is not an official CapCut project; feature requests and bug fixes depend on community effort. CapCut may release its own official API, rendering this project obsolete.
  • Unverified production usage: No evidence that this is running in production at meaningful scale. First-mover integrations may discover edge cases or stability issues not yet surfaced.
  • Test coverage not documented: README does not mention unit or integration test coverage; code quality assumptions not verified.
  • Reliance on Coze/n8n ecosystems: Value is largely realized through Coze plugin marketplace and workflow builder integrations. If those platforms change their extension APIs or policies, adoption friction may increase.
Prediction

Project likely to remain a specialized tool for Coze bot builders and automation enthusiasts in the Chinese content ecosystem. Slow sustained growth probable; mainstream adoption unlikely unless CapCut officially blesses it or releases a competing public API. Risk of sudden obsolescence if CapCut releases official SDK.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

Python
95.8%
JavaScript
3.6%
Less
0.4%
TypeScript
0.1%
Dockerfile
0%
HTML
0%

Information

Language
Python
License
Apache-2.0
Last updated
5d ago
Created
10mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

GuanYixuan

GuanYixuan/pyJianYingDraft

pyJianYingDraft is a Python library for programmatically generating and...

3.9k Python Media
luoluoluo22

luoluoluo22/jianying-editor-skill

An AI automation skill that enables hands-off video editing in JianYing (CapCut...

2.4k Python Media
OpenCut-app

OpenCut-app/OpenCut

OpenCut is a free, open-source video editor targeting web, desktop, and mobile...

62k TypeScript Media
sun-guannan

sun-guannan/VectCutAPI

VectCutAPI is a cloud-based video editing API platform designed for AI agents...

2.1k Python AI & ML
zhouxiaoka

zhouxiaoka/autoclip

AutoClip is an AI-powered video processing platform that automatically...

6k Python Media
vs. alternatives
OpenCut-app/OpenCut

OpenCut (61k stars, TypeScript) is a full-featured client-side CapCut alternative with rendering and playback. CapCut Mate is an API wrapper for draft automation aimed at LLM integration, not a standalone editor; much narrower scope but different use case (automation vs. UI).

sun-guannan/VectCutAPI

VectCutAPI (2.0k stars, Python) also provides an API for video generation. Direct competitor in scope; adoption numbers similar. Relative differentiation unclear from README alone.

zhouxiaoka/autoclip

autoclip (5.8k stars, Python) focuses on automatic video clip generation. CapCut Mate is more general-purpose draft manipulation; autoclip may be more specialized for a narrower use case.

CapCut Official API / SDK

Not clear from README whether CapCut provides an official, documented API. If it does, CapCut Mate's value proposition depends on whether it simplifies or unifies access. If CapCut has no public API, CapCut Mate's reverse-engineered approach fills a gap but carries reverse-engineering risk.

Generic workflow automation (n8n, Make, Zapier)

CapCut Mate can be deployed as a custom connector; it enables these platforms to integrate CapCut but is not itself a workflow builder—complementary, not competitive.