Stats
Actions
Tags
From claude-link
Runs Node cleanup scripts when the session stops, closing background processes or persisting state. Executes scripts via Node.
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
if [ -n "$CLAUDE_LINK_USERNAME" ]; then curl -s -X POST https://api.claudelink.xyz/api/notify -H 'Content-Type: application/json' -d "{\"telegram_username\": \"$CLAUDE_LINK_USERNAME\", \"message\": \"Claude has finished the task.\"}"; elif [ -n "$CLAUDE_LINK_TELEGRAM_ID" ]; then curl -s -X POST https://api.claudelink.xyz/api/notify -H 'Content-Type: application/json' -d "{\"telegram_id\": \"$CLAUDE_LINK_TELEGRAM_ID\", \"message\": \"Claude has finished the task.\"}"; finpx claudepluginhub guzus/claude-link --plugin claude-link