SkillAgentSearch skills...

KeyboxChecker

A Telegram bot to check if an Android Keybox is revoked.

Install / Use

/learn @chitang233/KeyboxChecker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Keybox Checker

Deployment

You can deploy this bot yourself by using prebuilt Docker image.

docker run -d \
  --name keybox-checker \
  --restart always \
  -e API_TOKEN=YOUR_TELEGRAM_BOT_API_TOKEN \
  ghcr.io/chitang233/keyboxchecker:main

Or, you can also deploy it from source code.

git clone https://github.com/chitang233/KeyboxChecker.git && cd KeyboxChecker
pip install -r requirements.txt
API_TOKEN=YOUR_TELEGRAM_BOT_API_TOKEN python main.py

Usage

Just send a keybox file to the bot, and it will check the keybox for you.

Usage

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated21d ago
Forks2

Languages

Python

Security Score

90/100

Audited on Mar 15, 2026

No findings