Jump to related tools in the same category or review the original source on GitHub.

Communication @c-drew Updated 2/26/2026

šŸ“Š Telegram Usage OpenClaw Skill - ClawHub

Do you want your AI agent to automate Telegram Usage workflows? This free skill from ClawHub helps with communication tasks without building custom tools from scratch.

What this skill does

Display session usage statistics (quota, session time, tokens, context)

Install

npx clawhub@latest install telegram-usage

Full SKILL.md

Open original
namedescription
telegram-usageDisplay session usage statistics (quota, session time, tokens, context)

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/c-drew/telegram-usage

Related skills

If this matches your use case, these are close alternatives in the same category.