Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Check all my Evenrealities orders
- 1Loads order list from memory/evenrealities-orders.json
- 2Opens a headless browser and navigates to track.evenrealities.com for each order
- 3Fills in the email and order ID fields, clicks confirm, and extracts the status text
- 4Compares the extracted status against the stored value in memory/evenrealities-status-history.json
- 5Sends a Telegram notification for any changed orders and updates the history file with the new status and timestamp
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.