/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-multimodal@cattoolkitDefined in hooks/hooks.json
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "if ! command -v ffmpeg >/dev/null 2>&1; then echo '{\"systemMessage\": \"⚠️ sys-multimodal: FFmpeg binary not found. Video processing will fail. Please install ffmpeg.\"}'; fi"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}