ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 5/5

evenrealities-tracker

Automate Evenrealities order monitoring (daily checks, status history, change-only alerts). Uses fast-browser-use to fill the tracker form, compare statuses, and notify Telegram only when something changes, while logging everything into `memory/evenrealities-status-history.json`.

Why use this skill?

Automate your Evenrealities order tracking with this OpenClaw skill. Get status changes via Telegram and maintain persistent history for multi-shipment orders.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/thibautrey/evenrealities-tracker
Or

What This Skill Does

The Evenrealities-tracker is a specialized automation skill designed to monitor the status of smart ring orders from Evenrealities. It eliminates the need for manual daily refreshes of tracking pages by utilizing headless browser automation. The agent continuously checks your order status, maintains a persistent history in your local memory, and proactively notifies you via Telegram only when a status change is detected. It is engineered to handle complex shipping workflows, including orders that involve both sizing kits and final ring shipments, ensuring you are never left guessing about the progress of your delivery.

Installation

  1. Install the skill: clawhub install openclaw/skills/skills/thibautrey/evenrealities-tracker
  2. Navigate to the installation directory: cd skills/evenrealities-tracker
  3. Install Python dependencies: pip install -r requirements.txt
  4. Setup the browser environment: playwright install
  5. Ensure your memory/evenrealities-orders.json is configured with your tracking identifiers.

Use Cases

  • Passive Monitoring: Busy users who want to know exactly when their shipping status changes without checking a website multiple times per day.
  • Multi-Shipment Management: Tracking the progress of both initial sizing kits and final personalized smart rings as separate logistical events.
  • Trend Analysis: Reviewing the evenrealities-status-history.json file to identify shipping delays or processing bottlenecks in the order lifecycle.
  • Automated Workflow: Integrating tracking data into a larger OpenClaw agent workflow that manages post-delivery tasks.

Example Prompts

  1. "Check the current status of my Evenrealities order and tell me if the sizing kit has shipped yet."
  2. "Show me the status history of my ring order from the last two weeks."
  3. "Run a manual update for my Evenrealities tracker and alert me if there is any change in my shipping status."

Tips & Limitations

  • Browser Overhead: Because the tool uses Playwright for accuracy, it requires browser binaries (approx. 300-500MB). Ensure your server or machine has sufficient disk space.
  • Selective Alerts: The agent is designed to stay quiet; you will only receive Telegram messages on actual state transitions, preventing notification fatigue.
  • Local Data: All history and configuration data remain strictly on your local disk in the memory/ folder for privacy and security.
  • Public Access: This tool operates on public tracking pages and does not require or store sensitive account login credentials.

Metadata

Stars946
Views1
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-thibautrey-evenrealities-tracker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#browser-automation#logistics#shipping#smart-ring#monitoring
Safety Score: 5/5

Flags: network-access, file-write, file-read