/install delivery-notifier
Delivery Notifier
Fetches delivery notifications from Gmail and sends formatted WhatsApp alerts for personal deliveries.
How It Works
- Scans your Gmail inbox for delivery-related emails
- Identifies couriers (AliExpress, DHL, FAN Courier, KROM, Temu, etc.)
- Extracts tracking numbers when available
- Filters out marketing emails from AliExpress, Temu, etc.
- Sends WhatsApp notifications for personal deliveries
- Tracks sent notifications to avoid duplicates
Configuration
Edit /home/o0o/.openclaw/skills/delivery-notifier/scripts/delivery_notifier.py to customize:
- EMAIL settings: Your Gmail credentials
- WHATSAPP target:
+40746085791(Stefan) - EXCLUDED_SENDERS: Marketing couriers to filter (AliExpress, Temu, etc.)
Usage
Run manually:
python3 /home/o0o/.openclaw/skills/delivery-notifier/scripts/delivery_notifier.py
Or set up as a cron job:
# Every 15 minutes
*/15 * * * * /usr/bin/python3 /home/o0o/.openclaw/skills/delivery-notifier/scripts/delivery_notifier.py
Output Format
📦 LIVRARE NOUĂ
🏢 Curier: FAN Courier
📋 Trimitere: #PO-167
📄 Mesaj: FAN Courier - Comanda dumneavoastră a fost expediată
---
Generat automat de OpenClaw Delivery Notifier
State Management
- Notifications are stored in
/home/o0o/.openclaw/skills/delivery-notifier/scripts/state.json - Keeps track of sent notifications to avoid duplicates
- Old notifications expire automatically (keeps last 100)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install delivery-notifier - After installation, invoke the skill by name or use
/delivery-notifier - Provide required inputs per the skill's parameter spec and get structured output
What is Delivery Notifier?
Fetches delivery emails from Gmail, extracts tracking info from selected couriers, filters marketing messages, and sends WhatsApp alerts for personal deliver... It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.
How do I install Delivery Notifier?
Run "/install delivery-notifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Delivery Notifier free?
Yes, Delivery Notifier is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Delivery Notifier support?
Delivery Notifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Delivery Notifier?
It is built and maintained by o0o-sp (@o0o-sp); the current version is v1.0.0.