Stats
Actions
Tags
From bitbucket
Runs a bash script on session start and intercepts every Bash command execution. Designed for Interactive Brokers (IBKR) trading automation via shell commands.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Bash${CLAUDE_PLUGIN_ROOT}/scripts/check-bbt.sh || (echo '⚠ bbt not found — attempting install...' >&2 && ${CLAUDE_PLUGIN_ROOT}/scripts/install-bbt.sh >&2 && ${CLAUDE_PLUGIN_ROOT}/scripts/check-bbt.sh)npx claudepluginhub tanyagray/claude --plugin bitbucket