Delivery Notifier for Openclaw

A powerful automation tool that monitors Gmail for shipping updates and sends formatted delivery alerts directly to WhatsApp.

o0o-sp
v1.0.0
Mar 6, 2026
0
988
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install delivery-notifier

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install delivery-notifier using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Delivery Notifier?

Delivery Notifier is a specialized utility designed to bridge the gap between email delivery updates and instant mobile communication. It intelligently parses your Gmail inbox to identify shipping confirmations from major couriers while filtering out intrusive marketing clutter to ensure you only see what matters.

By integrating this capability through Openclaw Skills, users can stay updated on their personal logistics without manually checking their email throughout the day. The skill focuses on providing clean, actionable data including tracking numbers and courier details in a concise format. It is a perfect addition for those looking to centralize their package monitoring and personal notifications through the Openclaw Skills ecosystem.

Delivery Notifier Use Cases

  • Automating shipping status updates for international orders from platforms like AliExpress or Temu.
  • Receiving instant mobile notifications via WhatsApp for local courier deliveries like FAN Courier or DHL.
  • Reducing email fatigue by filtering marketing noise while keeping essential tracking data visible.
  • Integrating automated logistics tracking into a personal workflow using Openclaw Skills.

How Delivery Notifier Works

  1. The script authenticates with your Gmail account to access incoming delivery-related messages via secure credentials.
  2. It scans the inbox for specific courier keywords and filters out irrelevant marketing communications.
  3. Relevant shipment details and tracking numbers are extracted directly from the email body content.
  4. The skill formats the extracted data into a professional WhatsApp message and dispatches it to the configured target number.
  5. It maintains a local state file to ensure each unique delivery notification is sent only once to avoid spam.

Delivery Notifier Setup

  1. Locate the configuration file at /home/o0o/.openclaw/skills/delivery-notifier/scripts/delivery_notifier.py.
  2. Update the EMAIL settings with your Gmail credentials and set the WHATSAPP target phone number.
  3. Configure the EXCLUDED_SENDERS list to filter out unwanted marketing emails.
  4. Run the script manually to verify connectivity and configuration:
python3 /home/o0o/.openclaw/skills/delivery-notifier/scripts/delivery_notifier.py
  1. Set up a crontab entry for automated polling every 15 minutes:
*/15 * * * * /usr/bin/python3 /home/o0o/.openclaw/skills/delivery-notifier/scripts/delivery_notifier.py

Delivery Notifier Data Schema & Taxonomy

The skill manages its operation through a local state file and script-level configurations.

Component Purpose
state.json Stores the last 100 notification IDs to prevent duplicate WhatsApp alerts.
EMAIL Configuration variables for Gmail IMAP authentication.
WHATSAPP_target The destination phone number for all delivery notifications.
EXCLUDED_SENDERS A list of senders to ignore, preventing marketing spam from triggering alerts.

Delivery Notifier Advanced Features

  • Intelligent filtering logic to distinguish between actual shipping updates and promotional emails from the same sender.
  • Automatic state rotation that prunes old records, keeping only the last 100 notifications for a lightweight footprint.
  • Multi-courier support pre-configured for DHL, FAN Courier, KROM, AliExpress, and Temu.
  • Seamless integration as a background service within the Openclaw Skills framework using standard cron jobs.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*