npx skills add https://github.com/openclaw/skills
sundial-org/awesome-openclaw-skills
telegram-usage
Display session usage statistics (quota, session time, tokens, context)
Installation
npx skills add sundial-org/awesome-openclaw-skills --skill telegram-usage
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Telegram bot development - chatbots, notifications, AI assistants, and group automation
5.2K installsExpert in building Telegram bots that solve real problems - from simple automation to complex A…
3.4K installsExpert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-lik…
1.5K installsRead Telegram channels and groups for financial news and market research using tdl (read-only).…
1.5K installsExpert in building Telegram bots that solve real problems - from simple automation to complex A…
587 installsAutomate Telegram tasks via Rube MCP (Composio): send messages, manage chats, share photos/docu…
503 installsAlso in this package
Other skills from sundial-org/awesome-openclaw-skills · top by installs.
npx skills add sundial-org/awesome-openclaw-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,184 B -
docs
SUMMARY.md93 B
History
- First seen on skills.sh
- First recorded snapshot · 11 installs
SKILL.md
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:
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