/plugin marketplace add Anthoooooooony/claude-audio-notify-486/plugin install claude-audio-notify-486@claude-audio-notifyDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/resources/play_audio.sh Stop"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/resources/play_audio.sh PostToolUse_AskUserQuestion"
}
],
"matcher": "AskUserQuestion"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/resources/play_audio.sh Notification_idle_prompt"
}
],
"matcher": "idle_prompt"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/resources/play_audio.sh Notification_permission_prompt"
}
],
"matcher": "permission_prompt"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/resources/play_audio.sh Notification_elicitation_dialog"
}
],
"matcher": "elicitation_dialog"
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/resources/play_audio.sh PermissionRequest"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 5
},
"eventStats": {
"Stop": 1,
"PostToolUse": 1,
"Notification": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 5,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 5
}
}