cutcli-cookbook

Cookbook, JSON templates, AI prompts and docs for cutcli — the CapCut / Jianying (剪映) draft CLI. Generate editable video drafts from code, Cursor, Claude Code or any MCP agent.

190
Stars
10
Forks
JavaScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/xuliang2024/cutcli-cookbook

Getting Started

Guides for using skills like cutcli-cookbook.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

cutcli-cookbook

Open-source cookbook, JSON templates, AI prompts, and docs for cutcli — the CapCut / Jianying (剪映) draft CLI. Generate editable video drafts from code, Cursor, Claude Code or any MCP agent.

English · 简体中文

cutcli — CapCut / Jianying draft CLI cookbook with examples for Cursor, Claude Code and MCP agents

docs license PRs welcome GitHub stars Last commit Made for AI agents

cutcli generates standard CapCut / Jianying drafts that the desktop app can open directly. This repo collects ready-to-run examples, reusable JSON templates, AI prompts, and the official documentation source. Contributions welcome.


30-second start

# 1. Install cutcli
curl -s https://cutcli.com/cli | bash

# 2. Run the simplest example
git clone https://github.com/xuliang2024/cutcli-cookbook.git
cd cutcli-cookbook/examples/01-hello-caption
bash run.sh

# 3. Open CapCut / Jianying — the new draft is already in the list

Full guide: https://docs.cutcli.com/guide/installation

New in cutcli v1.3.9: cloud rendering

cutcli can now upload a local draft zip and submit it to the cutcli.com cloud renderer. Use it for smoke tests, preview rendering, or scheduled draft generation without opening CapCut locally.

# Save your cloud API key once
cutcli auth set --api-key cut_live_xxx_yyy

# Render an existing local draft in the cloud
cutcli cloud render <draftId> --pretty

# Inspect queue/results
cutcli cloud jobs --status queued --pretty
cutcli cloud job <renderJobId> --pretty

# Run one scheduled render cycle for automation checks
cutcli timer render --count 1 --pretty

Reference: https://docs.cutcli.com/reference/cli

What's inside

DirectoryPurpose
examples/One-shot runnable examples (each with run.sh + README.md + preview.gif)
templates/Reusable JSON snippets (caption / animation / filter presets)
prompts/Prompts for Cursor / Claude / ChatGPT to drive cutcli
docs/VitePress source for docs.cutcli.com
showcase/Monthly community showcase
worker/Cloudflare Worker (R2 reverse proxy with SPA fallback)

Featured P0 examples

ExampleDemoLength
01-hello-captionOne caption + entrance animation5 s
02-image-slideshow-bgm3-image slideshow + transitions + BGM9 s
03-tiktok-keyword-highlightMultiple captions with keyword highlight6 s
04-easy-by-audiocutcli draft easy auto-fits to audioadaptive
05-keyframe-zoom-inImage + keyframe zoom5 s

FAQ

What is cutcli?

cutcli is a single-binary command-line tool that turns shell commands or JSON into a standard CapCut / Jianying (剪映) draft folder. Open CapCut on desktop and the draft is already in your draft list — fully editable, with captions, animations, transitions, audio and keyframes intact. No reverse-engineered file format, no manual JSON patching.

Install: curl -s https://cutcli.com/cli | bash

Can cutcli render drafts in the cloud?

Yes. Since cutcli v1.3.9, cutcli cloud render <draftId> can zip, upload, and submit a local draft to the cloud renderer. cutcli cloud jobs, cutcli cloud job, and cutcli cloud result show queue status and final video URLs. cutcli timer render can run the same flow on an interval for automation checks.

What's in this cookbook?

  • examples/ — copy-paste runnable cases (one caption, image slideshow, TikTok keyword highlight, audio-driven layout, keyframe zoom)
  • templates/ — reusable JSON snippets for captions / animations / filters
  • prompts/ — system prompts for Cursor, Claude Code, ChatGPT and MCP agents to drive cutcli
  • docs/ — VitePress source for docs.cutcli.com
  • worker/ — Cloudflare Worker (R2 reverse proxy + SPA fallback) that powers the docs site

How do I use cutcli with Cursor, Claude Code or an MCP agent?

cutcli is just a shell command, so any AI coding agent can drive it. We ship ready-made system prompts in prompts/ — drop them into your agent and ask things like "add a 3-second caption that fades in at 1s" or "build a 9-second slideshow from these three images with BGM". The agent emits cutcli ... calls and you get a CapCut draft. See the integration guide at https://docs.cutcli.com/guide/ai-integration.

Does cutcli work with both CapCut (international) and Jianying (剪映 Chinese)?

Yes. The draft format is the same on both apps; cutcli writes drafts that either client can open directly from its draft folder.

How is this different from manually editing CapCut JSON?

Hand-writing CapCut draft JSON means dealing with microsecond timestamps, undocumented enums, normalized 0–1 coordinates and a half-dozen sibling files that must stay in sync. cutcli handles all of that and exposes a stable CLI surface (cutcli draft create, cutcli captions add, cutcli draft easy, …) that survives CapCut version bumps. Same reason people use FFmpeg instead of writing MP4 boxes by hand.

Contributing

We welcome every kind of contribution:

  • Add a new example (easiest — copy a folder and edit, no setup required)
  • Translate or improve docs
  • Fix a bug
  • Submit your work to showcase/

See CONTRIBUTING.md.

Links

License

MIT © 2026 m007 and cutcli-cookbook contributors

Frequently Asked Questions

What is cutcli-cookbook?

cutcli-cookbook is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by xuliang2024. Cookbook, JSON templates, AI prompts and docs for cutcli — the CapCut / Jianying (剪映) draft CLI. Generate editable video drafts from code, Cursor, Claude Code or any MCP agent. It has 190 GitHub stars.

Is cutcli-cookbook safe to use?

cutcli-cookbook returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install cutcli-cookbook?

Clone the repository with "git clone https://github.com/xuliang2024/cutcli-cookbook" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is cutcli-cookbook written in?

cutcli-cookbook is primarily written in JavaScript. It is open-source under xuliang2024 on GitHub, so you can review or fork the full source.

Are there alternatives to cutcli-cookbook?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cutcli-cookbook against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details