Install
$ agentstack add skill-alhinawi-telegram-notifier-telegram-notifier ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Universal Telegram Notifier Skill
This skill allows any AI Agent to send instant Telegram notifications to the user's mobile phone.
When to Trigger Automatically
The AI Agent MUST invoke this notification tool automatically in the following situations:
- Task Finished: After completing a user prompt, long-running task, build, test suite, or refactoring.
- Approval Required: Before waiting for user confirmation, plan review, or high-stakes decision.
- Error Occurred: When a command fails, build breaks, or an unexpected exception is encountered.
Setup & Configuration
If credentials are not yet configured in .env, the agent or user should run:
node scripts/setup.js
Or interactively follow the prompt to set TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID.
Notification Language & Tone
The notification defaults to English (en), and can be switched to Egyptian Arabic (ar-eg) or Standard Arabic (ar):
| Event Type | Flag | English (Default) | Egyptian Arabic (ar-eg) | Standard Arabic (ar) | | --- | --- | --- | --- | --- | | Task finished | --type="task_finished" | "Task Finished" | "خلصت يا معلم" | "اكتملت المهمة بنجاح" | | Approval needed | --type="approval_required" | "Approval Required" | "محتاج اذنك يا معلم" | "مطلوب مراجعة وتأكيد" | | Error occurred | --type="error" | "Error Occurred" | "فيه مشكلة يا معلم" | "حدث خطأ أثناء التنفيذ" |
Execution Syntax
Run the notification script via Node.js:
1. Task Finished (Default English)
node scripts/notify.js --type="task_finished" --message="Completed task successfully." --project=""
2. Task Finished (Egyptian Arabic)
node scripts/notify.js --type="task_finished" --lang="ar-eg" --message="خلصت التعديلات وكل التيستات تمام" --project=""
3. Approval Required
node scripts/notify.js --type="approval_required" --message="Waiting for your review on the implementation plan." --project=""
4. Error Occurred
node scripts/notify.js --type="error" --message="Build failed: exit code 1" --project=""
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: alhinawi
- Source: alhinawi/telegram-notifier
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.