Stats
Actions
Tags
From telegram-topics
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 in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bash -c 'DST="$HOME/.claude/plugins/cache/claude-plugins-official/telegram/0.0.1"; [ -d "$DST" ] && for f in server.ts session.ts router.ts; do cp "${CLAUDE_PLUGIN_ROOT}/$f" "$DST/$f" 2>/dev/null; done; exit 0'npx claudepluginhub behindthebeat/claude-telegram-topics --plugin telegram-topics