Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Agent Wallet
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub lopushok9/agent-layer --plugin agent-walletWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
startup|resume|clearsh -c 'if [ "${AGENT_WALLET_AUTO_BOOTSTRAP:-1}" = "1" ]; then "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap_backend.sh" install >&2; else "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap_backend.sh" check >/dev/null 2>&1 || echo "AgentLayer wallet backend is not installed. Run /wallet-setup to install it."; fi'300msShare bugs, ideas, or general feedback.