telegram-usage
Display session usage statistics (quota, session time, tokens, context)
Best use case
telegram-usage is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Display session usage statistics (quota, session time, tokens, context)
Teams using telegram-usage should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/telegram-usage/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How telegram-usage Compares
| Feature / Agent | telegram-usage | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Display session usage statistics (quota, session time, tokens, context)
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Telegram Usage Stats Display comprehensive session usage statistics by running the handler script. ## What it does Shows a quick status message with: - **Quota Remaining**: Percentage of API quota left with visual indicator - **Reset Timer**: Time remaining until quota resets ## How to use this skill When the user asks for usage statistics, quota info, or session data: ```bash node /home/drew-server/clawd/skills/telegram-usage/handler.js ``` This will output formatted HTML suitable for Telegram's parseMode. ## Output Format The response is formatted as a clean Telegram message with: - Section headers (bold) - Clear percentages and time remaining - Visual indicators (emoji) - All in one message for quick reference ## Example Output ``` 📊 API Usage 🔋 Quota: 🟢 47% ⏱️ Resets in: 53m ``` ## Notes - Pulls real-time data from `clawdbot models status` - Updates on each invocation with current API quota values - Uses plain text formatting for Telegram compatibility
Related Skills
telegram-create-bot
Build and manage Telegram bots via the Telegram Bot API. Create bots, send messages, handle webhooks, manage groups and channels.
apipick-telegram-phone-check
Check if a phone number is registered on Telegram using the apipick Telegram Checker API.
rho-telegram-alerts
Send formatted trading alerts, portfolio updates, and market signals via Telegram.
trail-nav-telegram
Offline-capable hiking route guidance via Telegram location messages (OpenClaw)
telegram-auto-topic
Add `/topic` to the start of any message in a Telegram forum group to auto-create a new topic from it. A title is generated automatically from the message content. Github: https://github.com/itstauq/telegram-auto-topic
minimax-to-telegram
Generate images, audio, video using MiniMax MCP and send to Telegram.
macos-screenshot-telegram
Take a screenshot on macOS and send it to Telegram.
telegram-todolist
Telegram bot Todo List manager.
telegram-context
Toggle-enabled skill that fetches Telegram message history at session start for conversational continuity.
telegram-voice-to-voice-macos
Telegram voice-to-voice for macOS Apple Silicon: transcribe inbound .ogg voice notes with yap (Speech.framework)
anthrovision-telegram-body-scan
Run end-to-end body-scan measurement flow in Telegram using AnthroVision bridge tools.
telegram-smart-launcher
Enhance Telegram replies with context-aware dynamic CTA buttons (Smart Launcher UI). Use when replying to users on Telegram to provide relevant, time-sensitive, and task-oriented options for better interaction.