Skip to content
Content
Hook

Hooks

What capcut-cli runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.

From plugin
capcut-cli
4761 skill1 hook
Install
> /plugin marketplace add renezander030/capcut-cli
> /plugin install capcut-cli@capcut-cli

Ships with capcut-cli. Installing the plugin gets these hooks.

What fires, and when

SessionStart

Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.

  • node -e "const{execSync}=require('child_process');try{execSync('npm ls -g capcut-cli',{stdio:'ignore'})}catch(e){execSync('npm i -g capcut-cli',{stdio:'inherit'})}"
Read hooks/hooks.json

In the plugin's words

How capcut-cli describes its own hook set.

Ensure the capcut-cli npm package is installed when the plugin is active.
Ships withcapcut-cli

Create and edit real CapCut / JianYing projects from the terminal — or any LLM agent. Open the result in CapCut with every track still editable.

Get the whole plugin
Stats
585
Stars
69
Forks
Active
Maintenance
JavaScript
Language
MIT
License
3h ago
Last commit
5mo ago
Created

Repo: renezander030/capcut-cli