Armory
Source
Browse
Hooks

telegram-detailed-notifications

Send detailed Telegram notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install telegram-detailed-notifications --cli claude

writes the file to.claude/hooks/telegram-detailed-notificationsListed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/telegram-detailed-notifications
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Send detailed Telegram notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables.

When to use it

Send detailed Telegram notifications with session information when Claude Code finishes. Includes working directory, session duration, and system info. Requires TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables.

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/automation/telegram-detailed-notifications.json -o .claude/hooks/telegram-detailed-notifications.json

Notes

Extracted from davila7/claude-code-templates, automation category.