shine-233/dsh-waimao0

dsh-waimao

外贸获客插件 for DeepSeek Harness (dsh): 3-layer Google lead search → contact extraction → ICP-aware rule+AI scoring → email finder/verifier → cold emails (spintax, daily cap, dry-run, threading, open/click tracking) → IMAP reply scan with AI classification → follow-up sequences → CRM pipeline → SOP stage machine with human approval gates → knowledge base → website monitoring → inbox warmup → deliverability checks → cron jobs → WhatsApp broadcast/media/quotes. 零依赖。

包名
dsh-waimao
版本
0.8.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:shine-233/dsh-waimao

配置

~/.waimao/config.json(推荐直接用设置页,带测试按钮):

{
  "icp": { "product": "professional hair dryers 1800-2400W", "buyers": "wholesalers, beauty supply distributors" },
  "serp": {
    "engine": "ddg", "serpapiKey": "", "perLayer": 10,
    "proxy": "http://127.0.0.1:7890",   // 大陆网络必填
    "chain": ["ddg", "serpapi"]          // failover 链
  },
  "evolution": { "baseURL": "http://127.0.0.1:8080", "apiKey": "", "instance": "" },
  "deepseek": { "baseURL": "https://api.deepseek.com", "apiKey": "", "model": "deepseek-chat" },
  "smtp": {
    "host": "smtp.gmail.com", "port": 465, "secure": true,
    "user": "", "pass": "", "from": "", "fromName": "Sales",
    "dryRun": true,         // ⚠️ 总闸:确认能跑通后再改 false
    "dailyCap": 300,        // 每日真实发送上限-全局,新域名建议 20-30
    "mailboxTotalCap": 50,  // 每邮箱每日总上限(业务+预热合计),新域名建议 50
    "allowColdSendWithoutApproval": false, // 首触冷邮件审批闸:false=智能体必须走 SOP 审批
    "plainText": false,     // 纯文本模式:不注入追踪,投递率更好
    "sendWindow": true      // 序列发送时间窗:收件人当地时间工作日 9-19 点之外顺延
  },
  "cron": { "enabled": true, "waSyncEveryMin": 30, "sequenceCheckEveryMin": 60, "dailyReportAt": "09:00", "staleDays": 7 },
  "wa": { "dailyBroadcastCap": 200, "minDelaySec": 20, "maxDelaySec": 90 },
  "webhookToken": "随机字符串"
}