Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add CarbeneAI/Forge --skill telegramstatusgit clone --depth 1 https://github.com/CarbeneAI/ForgeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/carbeneai/forge/telegramstatus)<a href="https://agentmods.dev/skills/carbeneai/forge/telegramstatus"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/telegramstatus/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/carbeneai/forge/telegramstatus"><img src="https://agentmods.dev/badge/skills/carbeneai/forge/telegramstatus.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00657 |
| Opus 5 | $0.00034 | $0.00329 |
| Sonnet 5 | $0.00014 | $0.00131 |
| Haiku 4.5 | $0.00007 | $0.00066 |
Grade A, and why
TelegramStatus scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TelegramStatus
Send PAI system status updates to Telegram, either on-demand or via scheduled cron jobs.
Capabilities
- On-Demand Status: Send current system health check to Telegram
- Scheduled Updates: 7 AM daily status report (Central Time)
- System Health: Checks CORE, skills, agents, hooks, voice server, observability
- Formatted Messages: Clean, emoji-formatted status with timestamp
Workflow Routing
| Workflow | Trigger | File |
|---|---|---|
| SendStatus | "send status to telegram", "telegram update" | workflows/SendStatus.md |
| ScheduleDaily | "schedule daily telegram", "setup telegram cron" | workflows/ScheduleDaily.md |
Tools
| Tool | Purpose | File |
|---|---|---|
| send-status.ts | Send PAI status to Telegram with datetime | tools/send-status.ts |
Usage Examples
Example 1: Send status on demand
User: "Send PAI status to Telegram"
→ Executes send-status.ts
→ Sends formatted status message to configured Telegram chat
→ Confirms delivery
Example 2: Schedule daily updates
User: "Set up daily Telegram status at 7 AM"
→ Creates cron job
→ Configures 7 AM Central Time execution
→ Tests cron configuration
→ Confirms scheduled task
Configuration
Telegram credentials stored in ~/.claude/.env:
TELEGRAM_BOT_TOKEN- Bot token from @BotFatherTELEGRAM_CHAT_ID- Your chat ID from @userinfobot
Architecture
User Request
↓
Workflow (SendStatus.md)
↓
CLI Tool (send-status.ts)
↓
Telegram Bot API
↓
User's Telegram Chat
Status Message Format
PAI System Status
[System Name] | [Date] [Time] CST
[Status emoji] CORE context loaded - System identity active
[Status emoji] Telegram integration - Connected
[Status emoji] Claude Code API - Responding
[Status emoji] Skills system - [N]+ skills available
[Status emoji] Agent system - Ready for delegation
[Status emoji] History system - Capturing context
Quick Check:
- Session initialized
- All hooks operational
- Voice server [status]
- Observability dashboard [status]
- Git workflow configured
[Timestamp footer]
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 100 lines · 69 tokens per session scan A d60c900c6712
TelegramStatus is a skill published in the GitHub repository CarbeneAI/Forge (9 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 657 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
channels-setup
Use when a developer wants to build their first CopilotKit Channels agent and get it answering in Slack or Microsoft Teams — "set up a channel", "connect my agent to Slack", "get my agent into Teams", or starting from nothing and wanting a working channel end to end. Covers the whole path: inspecting or scaffolding…
anarlog
Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.
gmail
Manage Gmail email — drafting, sending, organizing, filters, vacation replies, and inbox analysis.
gmail-trigger
Beta. Act on new Gmail as it arrives: get pinged only for urgent mail, digest newsletters, forward invoices — any standing instruction, across one or several accounts.
watcher
Create and manage polling watchers that monitor external services (Gmail, Google Calendar, GitHub, Linear, Outlook) for events and process them with custom action prompts.
tmux
Manage long-running shell sessions with tmux — start a detached session, run a long task, reattach later, capture output. Use when a task takes longer than a single tool call (build, test, log tail).