← All skills
Tencent SkillHub · Data Analysis

Token Alert

Monitors Clawdbot session token usage and sends alerts at 25%, 50%, 75%, 90%, 95%, and 100% thresholds with a dashboard and Telegram notifications.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Monitors Clawdbot session token usage and sends alerts at 25%, 50%, 75%, 90%, 95%, and 100% thresholds with a dashboard and Telegram notifications.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, IMPLEMENTATION_REPORT.md, QUICKSTART.md, README.md, SKILL.md, TESTING_NOTES.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 18 sections Open source page

Token Alert Skill

🚨 Monitor session tokens and get alerts at 75%/90%/95%

Overview

The Token Alert Skill automatically monitors your Clawdbot session token usage and sends alerts when you approach limits. Never lose context mid-conversation again!

Features

✅ 6-Level Threshold System - Alerts at 25%, 50%, 75%, 90%, 95%, 100% ✅ Material Design Progress Bar - Box-style (▰/▱) with color gradients ✅ Rich UI Dashboard - Interactive HTML dashboard with animations ✅ Session Status - Shows current token usage on demand ✅ Telegram Alerts - Get notified before hitting limits ✅ HEARTBEAT Integration - Optional automated checks ✅ Stateless - No state file needed, calculates on-demand ✅ Session Estimates - Predicts remaining sessions (~50k avg)

Interactive Dashboard

Ask Grym: "Show token dashboard" "Open dashboard" Or run directly: python3 ~/clawd/skills/token-alert/scripts/show_dashboard.py

Terminal Check

Ask Grym: "Wie viele Tokens habe ich noch übrig?" "Check token status" "Token usage?" Or run: python3 ~/clawd/skills/token-alert/scripts/check.py

Automatic Alerts

Grym will automatically alert you when: 🟡 25% - Low warning (~150k tokens left) 🟠 50% - Medium warning (~100k tokens left) 🔶 75% - High warning (~50k tokens left) 🔴 90% - Critical warning (~20k tokens left) 🚨 95% - Emergency! (<10k tokens left)

Example Output

🔶 Token Alert: Achtung! 🔶 ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱ 78.0% 156,000 / 200,000 Tokens verwendet ⚠️ Status: High Warning (Rot-Orange Zone) 💡 Verbleibend: ~44k Tokens ⏰ Geschätzte Sessions: <1 Session 🔧 Empfehlung: ✅ Wichtige Entscheidungen jetzt treffen ✅ Neue Session vorbereiten ✅ Token-sparend arbeiten

Installation

# Via ClawdHub clawdhub install token-alert # Manual cd ~/clawd/skills git clone https://github.com/r00tid/clawdbot-token-alert token-alert

HEARTBEAT Integration (Optional)

  • Add to ~/clawd/HEARTBEAT.md:
  • ### Token Usage Check (täglich)
  • [ ] `python3 ~/clawd/skills/token-alert/scripts/check.py`
  • **Warning ab 70%:** "⚠️ Session bei XX% - Token-Sparend ab jetzt!"

How It Works

Uses Clawdbot's session_status tool Calculates percentage of token usage Compares against thresholds (75%, 90%, 95%) Sends Telegram alert if threshold crossed

Files

skills/token-alert/ ├── SKILL.md # This file ├── README.md # GitHub documentation ├── LICENSE # MIT License ├── .clawdhub/ │ └── manifest.json # ClawdHub metadata ├── assets/ │ ├── dashboard-78-high.png # Screenshot (High Warning) │ └── dashboard-96-emergency.png # Screenshot (Emergency) └── scripts/ ├── check.py # Token checker (Terminal) ├── dashboard.html # Rich UI dashboard └── show_dashboard.py # Dashboard launcher

Dependencies

Python 3.8+ Clawdbot session_status tool Optional: Telegram channel configured

Script API

# scripts/check.py def get_session_tokens(): """Get current session token usage via session_status tool""" def check_thresholds(percent): """Check if usage exceeds thresholds""" def format_alert(used, limit, percent, level): """Format alert message for Telegram"""

When to Use

Before long tasks - Check if you have enough tokens Mid-conversation - Monitor usage during long sessions Daily check - Add to HEARTBEAT for automatic monitoring

Limitations

Only monitors session tokens (not Claude.ai API limits) Requires active Clawdbot session Alert frequency can be noisy if near threshold

Future Enhancements

Claude.ai API limits scraping (optional) Historical token usage tracking Weekly/monthly usage reports Integration with token-router skill

Support

GitHub Issues: https://github.com/r00tid/clawdbot-token-alert/issues ClawdHub: https://clawdhub.com/skills/token-alert Docs: https://docs.clawd.bot

License

MIT License - See LICENSE file Built with ❤️ by Grym 🥜

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • IMPLEMENTATION_REPORT.md Docs
  • QUICKSTART.md Docs
  • README.md Docs
  • TESTING_NOTES.md Docs