HomeBrowseUpload
← Back to registry
// Skill profile

Telegram Usage Stats

name: telegram-usage

by c-drew · published 2026-03-22

社交媒体数据处理加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:c-drew/c-drew-telegram-usage
View on GitHub
// Full documentation

---

name: telegram-usage

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

metadata: {"clawdbot":{"emoji":"📊","requires":{"bins":["node"]}}}

---

# 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
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band