AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Telegram Notifier

skill-alhinawi-telegram-notifier-telegram-notifier · by alhinawi

Sends instant Telegram notifications to the user when a task finishes, approval or feedback is required, or an error occurs. Works automatically with any AI coding agent (Antigravity, Claude Code, Cursor, Windsurf, Gemini CLI, etc.).

— No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-alhinawi-telegram-notifier-telegram-notifier

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alhinawi-telegram-notifier-telegram-notifier)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Telegram Notifier? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. Task Finished: After completing a user prompt, long-running task, build, test suite, or refactoring.
  2. Approval Required: Before waiting for user confirmation, plan review, or high-stakes decision.
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.