delivery-queue

Queue email and WhatsApp messages with scheduled, drip, and rate-limit controls.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill delivery-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delivery-queue
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/delivery-queue
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill delivery-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Marketing teams and sales reps often get blocked by spam filters when sending bulk messages, and struggle to time releases to match customer availability.

Core Features & Use Cases

  • Multi-channel queue: Handles both email and WhatsApp messages, storing them locally in a JSON queue.
  • Human-like pacing: Configurable intervals and random jitter to mimic natural conversation rhythm.
  • Scheduled & drip campaigns: Supports future send times and multi‑day message sequences.
  • Rate limiting: Enforces per‑hour and per‑day caps and respects quiet‑hour windows.
  • Segmentation: Automatically splits long content into size‑limited chunks for each channel.

Quick Start

Ask the delivery-queue skill to add a WhatsApp message to the queue for sending at 9 AM tomorrow.

Frequently Asked Questions about delivery-queue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stagger email and WhatsApp messages to avoid spam filters?

You can stagger email and WhatsApp messages by applying configurable intervals and random jitter to mimic natural conversation rhythm. This human-like pacing evades spam detection while sending bulk sales outreach through a local JSON queue.

Can I schedule drip campaigns with rate limits for WhatsApp and email?

Yes, you can schedule drip campaigns with per-hour and per-day rate limits for both WhatsApp and email. The queue enforces these caps and respects quiet-hour windows to ensure multi-day message sequences remain compliant.

How does a local JSON message queue work without external dependencies?

A local JSON message queue stores your email and WhatsApp outreach locally, managing scheduled sends and rate limits without external dependencies. It segments long content into chunks and processes sends based on configurable intervals.

What's the best way to manage bulk sales outreach timing across multiple channels?

The best way to manage bulk outreach timing is using a multi-channel queue that handles future send times and drip sequences. It automatically segments content for each channel and enforces rate limits to respect customer availability.

Why do my bulk email and WhatsApp campaigns get blocked by spam filters?

Bulk campaigns get blocked by spam filters because they lack human-like pacing. By applying configurable intervals and random jitter to your messages, you can mimic natural conversation rhythm and successfully evade spam detection.

Do I need any external services or APIs to run a staggered message queue?

No, you do not need external services or APIs to run a staggered message queue. The system utilizes a local JSON queue and configurable intervals to manage email and WhatsApp scheduling without external dependencies.