From telegram-completion-notifier
Send or verify Telegram notifications from Codex or Claude Code using Bitwarden Secrets Manager. Use when the user asks to notify, message, ping, send a Telegram update, verify completion notifications, or inspect the automatic completion-summary hook.
How this skill is triggered — by the user, by Claude, or both
Slash command
/telegram-completion-notifier:telegram-notifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send Telegram notifications through the local `telegram-completion-notifier` plugin. Secrets are fetched from Bitwarden Secrets Manager at runtime; do not print or store Telegram token values locally.
Send Telegram notifications through the local telegram-completion-notifier plugin. Secrets are fetched from Bitwarden Secrets Manager at runtime; do not print or store Telegram token values locally.
The installed Stop hook automatically sends a rich completion summary when a Codex or Claude Code turn finishes. It identifies the sender as Codex plus the local host, derives the session/task name from hook input, transcript metadata, the latest user request, or the workspace name, then includes session ID, workspace, model, duration, request, final-response summary, touched files, and tool counts when available. Telegram messages use HTML formatting for bold labels and code-styled IDs, paths, and model names. Each message includes a Continue inline callback button unless TELEGRAM_COMPLETION_INLINE_KEYBOARD=0. Each completion sends a summary followed by a separate last-AI-message copy labeled 🤖 Codex last AI message or 🟣 Claude Code last AI message.
Use this skill when the user asks you to send a Telegram notification, test Telegram notification delivery, verify completion notifications, update the automatic completion summary, or inspect inline keyboard callback behavior.
/root/plugins/telegram-completion-notifieraadcf695-6049-47ac-9d9b-b462006bab903ebc58f1-644f-4b1c-af95-b462006be9feBWS_ACCESS_TOKEN is available without printing it.bws is installed with bws --version.scripts/send-telegram.mjs to send an explicit manual message.scripts/notify-final.mjs with hook JSON and a transcript path to test the automatic rich summary behavior.scripts/notify-claude-final.mjs with Claude Code Stop-hook JSON to test Claude Code compatibility.scripts/poll-telegram-actions.mjs to consume and acknowledge Continue callback button clicks; inspect the printed actions_log path for recorded actions.message_id; never report secret values.Manual send:
node /root/plugins/telegram-completion-notifier/scripts/send-telegram.mjs "Codex notification test"
Secret-read smoke without values:
node /root/plugins/telegram-completion-notifier/scripts/send-telegram.mjs "Bitwarden-backed Telegram notification works"
Rich Stop-hook smoke:
printf '{"session_id":"test","session_name":"Manual hook smoke","transcript_path":"/tmp/transcript.jsonl"}' \
| node /root/plugins/telegram-completion-notifier/scripts/notify-final.mjs
Callback poll:
node /root/plugins/telegram-completion-notifier/scripts/poll-telegram-actions.mjs
Claude Code Stop-hook adapter:
node /root/plugins/telegram-completion-notifier/scripts/notify-claude-final.mjs
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub octaviantocan/telegram-completion-notifier --plugin telegram-completion-notifier