← 返回 Skills 市场
ipythoning

Delivery Queue

作者 iPythoning · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
144
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install sdr-delivery-queue
功能描述
Schedules and delivers segmented messages with timed delays and retries to simulate human-like communication and avoid spam detection.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sdr-delivery-queue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sdr-delivery-queue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug sdr-delivery-queue
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Delivery Queue 是什么?

Schedules and delivers segmented messages with timed delays and retries to simulate human-like communication and avoid spam detection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Delivery Queue?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sdr-delivery-queue」即可一键安装,无需额外配置。

Delivery Queue 是免费的吗?

是的,Delivery Queue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Delivery Queue 支持哪些平台?

Delivery Queue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Delivery Queue?

由 iPythoning(@ipythoning)开发并维护,当前版本 v1.2.0。

💬 留言讨论