经 AI Skill Hub 精选评估,b2b-sdr-agent-template Agent工作流 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
b2b-sdr-agent-template Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
b2b-sdr-agent-template Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/iPythoning/b2b-sdr-agent-template cd b2b-sdr-agent-template # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 b2b-sdr-agent-template --help # 基本运行 b2b-sdr-agent-template [options] <input> # 详细使用说明请查阅文档 # https://github.com/iPythoning/b2b-sdr-agent-template
# b2b-sdr-agent-template 配置说明 # 查看配置选项 b2b-sdr-agent-template --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export B2B_SDR_AGENT_TEMPLATE_CONFIG="/path/to/config.yml"
<a href="https://www.producthunt.com/products/b2b-sdr-agent?embed=true&utm_source=badge-b2b-sdr-agent&utm_medium=badge&utm_source=badge-b2b-sdr-agent" target="_blank"><img src="https://ph-files.imgix.net/388786bc-d811-4059-9f0d-40d5fc49d848.png?auto=format&fit=crop&w=80&h=80" alt="PulseAgent B2B SDR Agent Skill - Product Hunt" width="80" height="80" align="left" style="margin-right:12px" /></a>
We're live on Product Hunt! → PulseAgent B2B SDR Agent Skill — Open-source AI SDR for WhatsApp, Email & Telegram. An upvote means the world to us 🙏
<br clear="left" />
Turn any B2B export business into an AI-powered sales machine in 5 minutes.
✅ New · 2026-06-07 — Template v3.8.0: GitHub Actions CI fornpm test, post-deploydeploy/doctor.shhealth checks, configurable remote OpenClaw paths for non-root deployments, and expanded validation for skill counts + workspace path generation. See full changelog →
🚀 New · 2026-06-12 — OpenClaw v2026.6.6: Security hardening across 10+ vectors (exec approvals fail-closed, deleted-agent ACP bypasses closed), Telegram account-scoped topic routing, iMessage always-on inbound restart, WhatsApp successor-controller fix, Claude Fable 5 adaptive thinking support, and faster UI startup via cached model metadata. See full changelog →
📦 Add-on · 2026-05-22 — WhatsApp Legacy Account Onboarding Spec v0.5 (Path D — Multi-Device fetch): Lowest-friction history acquisition — customer scans one QR, waits for Multi-Device sync, bootstrap.sh pulls .txt files straight from PulseAgent. No backup, no password, no USB. Backup-extraction (v0.4) still default for zero-downtime tenants. Three-layer architecture (MemOS + sales_playbook + conversation_history), A/B/C/D delivery decision tree, strict auto-onboard gate. Release notes →
An open-source, production-ready template for building AI Sales Development Representatives (SDRs) that handle the full sales pipeline — from lead capture to deal closing — across WhatsApp, Telegram, and email.
Built on OpenClaw, battle-tested with real B2B export companies.
🌐 English | 中文 | Español | Français | العربية | Português | 日本語 | Русский
---
```bash git clone https://github.com/iPythoning/b2b-sdr-agent-template.git cd b2b-sdr-agent-template
./deploy/ip-isolate.sh acme-corp
Don't want to self-host? PulseAgent offers fully managed B2B SDR agents with: - One-click deployment - Dashboard & analytics - Multi-channel management - Priority support
Ready-to-use configurations for common B2B export verticals:
| Industry | Directory | Highlights |
|---|---|---|
| **Heavy Vehicles** | examples/heavy-vehicles/ | Trucks, machinery, fleet sales, African/ME markets |
| **Consumer Electronics** | examples/electronics/ | OEM/ODM, Amazon sellers, sample-driven sales |
| **Textiles & Garments** | examples/textiles/ | Sustainable fabrics, GOTS certified, EU/US markets |
To use an example, copy it into your workspace:
```bash cp examples/heavy-vehicles/IDENTITY.md workspace/IDENTITY.md cp examples/heavy-vehicles/USER.md workspace/USER.md
If you already have OpenClaw running:
clawhub install b2b-sdr-agent
Browse more skills on ClawHub — the AI agent skill marketplace.
Done. The skill installs the full 7-layer context system, delivery-queue, and sdr-humanizer into your workspace. Then customize:
```bash
If you use Hermes Agent instead of OpenClaw:
hermes skills install github:iPythoning/b2b-sdr-hermes-skill
Same 10-stage SDR pipeline, adapted for Hermes conventions (native cron, skill config, built-in WhatsApp). Migrating from OpenClaw? Run hermes claw migrate first, then install the skill.
By default, the AI SDR accepts messages from all WhatsApp contacts (dmPolicy: "open"). This is the recommended setting for sales agents — you want every potential customer to be able to reach you.
| Setting | Value | Meaning |
|---|---|---|
WHATSAPP_DM_POLICY | "open" (default) | Accept DMs from anyone |
"allowlist" | Only accept from ADMIN_PHONES | |
"pairing" | Require pairing code first | |
WHATSAPP_GROUP_POLICY | "allowlist" (default) | Only respond in whitelisted groups |
To change after deployment, edit ~/.openclaw/openclaw.json on the server:
{
"channels": {
"whatsapp": {
"dmPolicy": "open",
"allowFrom": ["*"]
}
}
}
Then restart: systemctl --user restart openclaw-gateway
All configuration lives in deploy/config.sh. Key sections:
```bash
| Stage | What the AI Does |
|---|---|
| **1. Lead Capture** | Auto-detect inbound messages (WhatsApp/Telegram/CTWA ads), create CRM records |
| **2. BANT Qualification** | Natural conversation to assess Budget, Authority, Need, Timeline |
| **3. CRM Entry** | Structured data capture — name, company, country, ICP score, product interest |
| **4. Research & Enrichment** | Jina AI web search + company website analysis, 3-layer enrichment pipeline |
| **5. Quotation** | Auto-generate PDF quotes, multi-language, send to owner for approval |
| **6. Negotiation** | Track counter-offers, recommend strategy, escalate when needed |
| **7. Reporting** | Daily 09:00 pipeline reports, 15:00 stalled alerts, weekly summaries |
| **8. Nurture** | Automated follow-ups, industry news, post-sale care, quarterly check-ins |
| **9. Email Outreach** | Personalized cold email sequences (Day 1/3/7/14), auto follow-up |
| **10. Multi-Channel Orchestration** | Cross-channel coordination (WhatsApp + Email + Telegram), auto-switching |
| Schedule | Task |
|---|---|
| Every heartbeat | New lead intake, quote tracking, meeting prep, and data-quality checks |
| Every 30 min | Gmail inbox scan for client replies |
| Daily 09:00 | Pipeline report to owner via WhatsApp |
| Daily 10:00 | AI lead discovery (market rotation: Africa/ME/SEA/LatAm) |
| Daily 11:00 | Email follow-up sequence check |
| Daily 15:00 | Stalled lead detection |
| Weekly Wed | Nurture campaign |
| Weekly Fri | Competitor intelligence gathering |
| Weekly Mon | Weekly summary report |
| Daily 12:00 | CRM snapshot to ChromaDB (L4 disaster recovery) |
| Daily 14:00 | Memory health check (Supermemory + ChromaDB stats) |
| Every heartbeat | Microsoft Teams mention/DM scan for sales handoff |
| Every 30 min | WhatsApp 72h window expiry check → auto-switch to Telegram |
架构完整的B2B销售自动化方案,10阶段流程设计科学,开源可扩展性强。适合中小企业快速部署销售自动化,但需一定技术集成能力。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:b2b-sdr-agent-template Agent工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | b2b-sdr-agent-template |
| 原始描述 | 开源AI工作流:Open-source AI SDR template for B2B export. 10-stage sales pipeline, 10 cron job。⭐100 · Shell |
| Topics | AI销售销售自动化B2B出口工作流定时任务 |
| GitHub | https://github.com/iPythoning/b2b-sdr-agent-template |
| License | MIT |
| 语言 | Shell |
收录时间:2026-05-18 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端