Delivery Queue — 交付队列
v1.0.0Schedule and 发送 segmented messages in timed intervals to mimic human-like delivery and 优化 engagement.
0· 203·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install delivery-queue
镜像加速npx clawhub@latest install delivery-queue --registry https://cn.longxiaskill.com 镜像可用
技能文档
delivery-queue — 延迟分段递送调度,按照时间分段递送消息,以模拟人类般的发送模式。 用例: 将长的产品介绍分成3-5个易于理解的消息 在最佳时间(例如,潜在客户的当地9点)安排跟进 滴灌活动:将培养消息分散在几天内 通过控制外发消息的速度避免WhatsApp的垃圾邮件检测 命令: deliver:schedule — 将消息排队以便在未来递送 deliver:list — 查看待递送的消息 deliver:cancel — 取消已安排的递送 deliver:flush — 立即发送所有待递送的消息 配置: default_delay_ms: 3000 # 分段之间的延迟 max_segments: 10 # 每次递送的最大分段数 timezone: "{{timezone}}" # 所有者的时区 quiet_hours: # 在这些时间内不发送消息 start: "22:00" end: "07:00" 使用示例: 向+1234567890安排一个3部分的产品介绍:
- 公司概述(立即发送)
- 产品亮点(5分钟后发送)
- 价格询问(15分钟后发送)