Stats
Actions
Tags
From Unraid MCP
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
diff -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"npx claudepluginhub jcd463/unraid-mcp2.1Kplugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 2.1K plugins