Stats
Actions
Tags
From claude-tokenstein
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
node -e "const {execFileSync,spawnSync}=require('child_process'),p=process.env.CLAUDE_PLUGIN_ROOT;process.platform==='win32'?spawnSync('cmd.exe',['/c',p+'\\hooks\\session-start.cmd'],{detached:true,stdio:'ignore'}):spawnSync('bash',[p+'/hooks/session-start.sh'],{detached:true,stdio:'ignore'})"npx claudepluginhub gunesbizim/claude-tokenstein --plugin claude-tokenstein