Stats
Actions
Tags
From Unraid MCP
Runs a setup script on session start and when user_settings config changes, ensuring environment is initialized. Executes bash 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.sh24plugins reuse this hooks config
First indexed Apr 16, 2026
Showing the 6 earliest of 24 plugins
npx claudepluginhub jmagar/claude-homelab --plugin unraid-mcp