Install
1
Install the plugin$
npx claudepluginhub dojocodinglabs/remotion-superpowers --plugin remotion-superpowersWant just this hook?
Then install: npx claudepluginhub u/[userId]/[slug]
Risk Indicators
Matches all tools
Source
Defined in hooks/hooks.json
Configuration
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "sh scripts/check-mcp-server.sh remotion-media KIE_API_KEY",
"matcher": "generate_tts|generate_music|generate_sfx|generate_image|generate_video|generate_subtitles|list_assets",
"timeout": 5000
},
{
"type": "command",
"command": "sh scripts/check-mcp-server.sh replicate REPLICATE_API_TOKEN",
"matcher": "replicate_run|replicate_create_prediction",
"timeout": 5000
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "sh scripts/post-tool-note.sh pexels-attribution",
"matcher": "searchPhotos|searchVideos|downloadVideo",
"timeout": 3000
},
{
"type": "command",
"command": "sh scripts/post-tool-note.sh captions-tip",
"matcher": "render",
"timeout": 3000
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 4
},
"eventStats": {
"PreToolUse": 2,
"PostToolUse": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}Stats
Stars6
Forks0
Last CommitFeb 11, 2026