Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From capcut-cli
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub renezander030/capcut-cli --plugin capcut-cliWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
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'})}"Share bugs, ideas, or general feedback.