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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thibautrey/evenrealities-trackerWhat 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
- Install the skill:
clawhub install openclaw/skills/skills/thibautrey/evenrealities-tracker - Navigate to the installation directory:
cd skills/evenrealities-tracker - Install Python dependencies:
pip install -r requirements.txt - Setup the browser environment:
playwright install - Ensure your
memory/evenrealities-orders.jsonis 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.jsonfile 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
- "Check the current status of my Evenrealities order and tell me if the sizing kit has shipped yet."
- "Show me the status history of my ring order from the last two weeks."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thibautrey-evenrealities-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read
Related Skills
meal-suggester
Quick dinner companion blending taste profiles, inventory tracking, and learning-based recipe rotation. Use to generate ≤25‑minute meals, log ingredients, and build shopping suggestions that respect both your and your partner’s preferences.
agent-hq
Deploy the Agent HQ mission-control stack (Express + React + Telegram notifier / Jarvis summary) so other Clawdbot teams can spin up the same board, high-priority watcher, and alert automation. Includes setup, telemetry, and automation hooks.
Tesla Smart Charge
Skill by thibautrey