Stats
Actions
Tags
From Unraid MCP
Runs bash scripts on every config change and session start, useful for re-loading settings or initializing environment. Executes shell commands.
2 events · 3 hooks
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
user_settings${CLAUDE_PLUGIN_ROOT}/bin/plugin-setup.shdiff -q "${CLAUDE_PLUGIN_ROOT}/uv.lock" "${CLAUDE_PLUGIN_DATA}/uv.lock" >/dev/null 2>&1 || (cp "${CLAUDE_PLUGIN_ROOT}/uv.lock" "${CLAUDE_PLUGIN_DATA}/uv.lock" && UV_PROJECT_ENVIRONMENT="${CLAUDE_PLUGIN_DATA}/.venv" uv sync --project "${CLAUDE_PLUGIN_ROOT}") || rm -f "${CLAUDE_PLUGIN_DATA}/uv.lock"${CLAUDE_PLUGIN_ROOT}/bin/plugin-setup.shnpx claudepluginhub jmagar/claude-homelab --plugin unraid-mcp