← Back to Skills Marketplace
Delivery Queue
by
iPythoning
· GitHub ↗
· v1.2.0
· MIT-0
144
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install sdr-delivery-queue
Description
Schedules and delivers segmented messages with timed delays and retries to simulate human-like communication and avoid spam detection.
Usage Guidance
This skill is inconsistent: it claims to deliver messages (including WhatsApp/Telegram) and to evade spam detection, but the included code only queues JSON files and marks them as sent—there is no network/sending logic or credentials. Before installing, consider:
- Do you expect this skill to actually send messages? If so, it currently cannot; you would need a separate worker that calls real messaging APIs and would require API keys/tokens.
- Be cautious about the 'avoid spam detection' language—using timing to evade spam filters can violate platform policies and laws.
- Inspect any additional code you plan to add (the worker/sender) and only provide credentials to well-known APIs you trust.
- Because the script writes to ~/.openclaw, run it in a sandbox first and do not point it at real contact lists until you confirm its behavior.
If the author intends this only as a local queue manager, the README should be corrected to remove claims of actual delivery and anti-spam behavior and should document how to plug in a real sender and what credentials are required.
Capability Analysis
Type: OpenClaw Skill
Name: sdr-delivery-queue
Version: 1.2.0
The skill provides a legitimate utility for scheduling and queuing messages for delayed delivery. The implementation in `deliver.sh` demonstrates good security practices, including input validation via regex, path traversal protection using `realpath`, and the use of Python's `json.dumps` to safely escape user-provided content before writing to the filesystem.
Capability Assessment
Purpose & Capability
The name/description promise scheduling and 'delivery' (including avoiding WhatsApp spam detection). The provided script only manages a local JSON queue (schedule, list, cancel, mark as sent, clean). There is no code to integrate with WhatsApp, Telegram, email servers, or any external delivery API, nor does the skill request any credentials. Claiming end-to-end delivery while shipping only a local queue is a clear capability mismatch.
Instruction Scope
SKILL.md describes a background worker that sends messages at scheduled times and emphasizes timing to avoid spam detection, but no background worker or sending logic exists in deliver.sh. The skill asks the agent to compose split messages but does not specify how/where those segments are transmitted. The mention of avoiding spam detection is an operational/ethical red flag and not justified by any implementation detail.
Install Mechanism
There is no install spec; the script is small and writes queue files under OPENCLAW_HOME or ~/.openclaw. No remote downloads or package installs are requested, which keeps install risk low.
Credentials
The skill declares no required env vars or credentials (only optionally uses OPENCLAW_HOME to locate the queue). This is inconsistent with the claimed ability to send messages through external services (which would normally require API keys/tokens). The absence of credential requirements means the script cannot actually perform external deliveries.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It persists data only in a per-user directory (~/.openclaw/delivery-queue by default). Autonomous invocation is allowed by platform default but is not combined with elevated privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sdr-delivery-queue - After installation, invoke the skill by name or use
/sdr-delivery-queue - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Security: input validation, path traversal fix, safe JSON encoding
v1.1.0
Gateway defaults to lan bind with controlUi CORS enabled. WhatsApp dmPolicy defaults to open for all contacts.
v1.0.0
Human-like message pacing for AI SDR. Timed delivery, drip campaigns, message splitting. Part of b2b-sdr-agent template.
Metadata
Frequently Asked Questions
What is Delivery Queue?
Schedules and delivers segmented messages with timed delays and retries to simulate human-like communication and avoid spam detection. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install Delivery Queue?
Run "/install sdr-delivery-queue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Delivery Queue free?
Yes, Delivery Queue is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Delivery Queue support?
Delivery Queue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Delivery Queue?
It is built and maintained by iPythoning (@ipythoning); the current version is v1.2.0.
More Skills