What problem does it solve? Manually tracking whether locally installed tools like Hermes, QWEN-gate, 9router, and mem0 are behind their upstream releases is error-prone and easy to forget. This Skill replaces LLM guessing with a deterministic script that checks installed versions against GitHub and PyPI releases and reports only stable updates. ## Core Features & Use Cases - Deterministic Version Comparison: Reads installed versions via git describe and pip, then compares them against the latest GitHub releases and PyPI versions using semantic version parsing. - Stable-Release Filtering: Ignores nightly, alpha, beta, rc, pre, and dev tags so notifications only fire for stable upstream releases. - Telegram Notification Gating: Outputs JSON with should_notify and a ready-to-send telegram_message, so daily automations only message when a stable update exists. - Use Case: A daily Zo Computer automation runs the script each morning; when mem0ai publishes a new stable PyPI release, the user receives a Telegram message listing the installed and upstream versions, with no unattended upgrades applied. ## Quick Start Run the repo update check script and send me a Telegram message only if it reports that a stable update is available.