LaunchKit · 2026
Back to Skills

evenrealities-tracker

Automate Evenrealities order monitoring (daily checks, status history, change-only alerts)

0
1.0k downloads
by @thibautrey

Setup & Installation

openclaw skills install @thibautrey/evenrealities-tracker

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install evenrealities-tracker

Version History

v1.2.0Feb 11, 2026 - Version note by skill developer:

Security & clarity improvements: Added email/order ID validation (regex patterns), documented Playwright as direct dependency (not fast-browser-use), clarified no credentials needed, documented requirements.txt + install steps, added comprehensive security notes.

What This Skill Does

Polls the Evenrealities order tracking page daily using browser automation, compares each order's status against stored history, and sends a Telegram notification only when a status changes. Supports multiple orders across different emails, multi-shipment orders like sizing kits paired with a final ring, and stores all history locally in a JSON file.

Sends notifications only when status actually changes, so you get a message when something happens rather than a daily confirmation of no progress.

When to use it

  • Monitoring a smart ring order without checking the website each day
  • Getting alerted when a sizing kit ships or moves to a new status
  • Tracking multiple Evenrealities orders under different email addresses
  • Reviewing the full status change history for a past order on demand
  • Scheduling a daily 9 AM check that runs without manual intervention

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Check all my Evenrealities orders

AGENT
  1. 1Loads order list from memory/evenrealities-orders.json
  2. 2Opens a headless browser and navigates to track.evenrealities.com for each order
  3. 3Fills in the email and order ID fields, clicks confirm, and extracts the status text
  4. 4Compares the extracted status against the stored value in memory/evenrealities-status-history.json
  5. 5Sends a Telegram notification for any changed orders and updates the history file with the new status and timestamp
OUTPUT

Console summary listing each order's current status and detected changes, with Telegram notifications sent for any orders that changed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Playwright browser binaries (install via `playwright install` command, downloads ~300-500MB of Chromium binaries)