Delivery Notifier

# Delivery Notifier

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Delivery Notifier" with this command: npx skills add o0o-sp/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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

X Tweet Fetcher

Fetch tweets, replies, and user timelines from X/Twitter without login or API keys. Also supports Chinese platforms (Weibo, Bilibili, CSDN, WeChat). Includes...

Registry SourceRecently Updated
General

Trunkate AI

Semantically optimizes context history and large text blocks via the Trunkate AI API. Use when: (1) Conversation history approaches token limits, (2) Reading...

Registry SourceRecently Updated
General

Alert

Manage Alert data right from your terminal. Built for people who want get things done faster without complex setup.

Registry SourceRecently Updated
General

Dex Aggregator

Compare token prices across decentralized exchanges — find best rates, lowest slippage, and optimal swap routes using DexScreener and 1inch APIs. Use when yo...

Registry SourceRecently Updated