Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

ecomm-ai-voice-agentecomm AI 语音 Agent

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

15,525

周安装

622

GitHub Stars

公开资料未说明

下载量

5,026
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ecomm-ai-voice-agent(ecomm AI 语音 Agent)
来源仓库:https://github.com/mhmalvi/ecomm-ai-voice-agent
安装命令:
openclaw skills install ecomm-ai-voice-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ecomm-ai-voice-agent

简介

ecomm-ai-voice-agent 用于辅助音频处理、语音转写与合成,支持电商订单确认与客户沟通。

  • 适合让 Agent 生成配乐说明、整理音频流程或处理播客素材。
  • 使用时需确认输入音频来源、输出格式和模型限制。
  • 涉及人声克隆或公开发布时,应先核对授权与合规边界。
  • 通过 clawhub 安装后,可结合来源仓库核验工作流程细节。

SKILL.md

name
ecomm-ai-voice-agent
description
Complete AI voice agent system for eCommerce order confirmation, customer support, and outbound campaigns. 12 production-ready n8n workflows with Vapi AI voice, Twilio SMS, Shopify/WooCommerce integration, and Google Sheets CRM.
tags
[ecommerce, voice-agent, vapi, twilio, shopify, woocommerce, order-confirmation, customer-support, n8n, automation]
author
mhmalvi
version
1.2.0
license
CC BY-NC-SA 4.0
metadata
clawdbot
emoji
📞
requires
n8nCredentials
[google-sheets-oauth2, smtp]
env
[VAPI_API_KEY, VAPI_API_URL, VAPI_COD_ASSISTANT_ID, TWILIO_ACCOUNT_SID, TWILIO_PHONE_NUMBER, TWILIO_AUTH_HEADER, TWILIO_API_URL, ECOMM_ORDERS_SHEET_ID, ECOMM_CALL_LOG_SHEET_ID, ECOMM_CUSTOMERS_SHEET_ID, N8N_WEBHOOK_BASE, WHATSAPP_API_URL, WHATSAPP_API_TOKEN, SHOPIFY_STORE_URL, SHOPIFY_ACCESS_TOKEN, WOOCOMMERCE_STORE_URL, WOOCOMMERCE_AUTH_HEADER, HUBSPOT_API_KEY, OPENAI_API_KEY, ECOMM_FROM_EMAIL, ECOMM_OWNER_EMAIL, ECOMM_STAFF_EMAIL, ECOMM_CONFIRM_BASE_URL]
os
[linux, darwin, win32]

eComm AI Voice Agent 📞

A production-ready, 12-workflow AI voice agent system for eCommerce businesses. Handles order confirmation calls, customer support, returns, retries, and outbound campaigns — fully automated.

Problem

eCommerce businesses (especially COD-heavy markets) lose 20-40% of orders to fake orders, no-shows, and unconfirmed deliveries. Manual confirmation calls are expensive and don't scale.

This system automates the entire confirmation and support lifecycle using AI voice calls.

What's Included

12 Production Workflows

#WorkflowFunction
01Order IntakeWebhook receives new orders, validates, routes by payment type
02COD Confirmation CallAI voice call to confirm cash-on-delivery orders
03Prepaid ConfirmationSMS confirmation + optional high-value voice call
04Call Result HandlerProcesses Vapi callbacks, routes by outcome
05Retry EngineAuto-retries unanswered calls on schedule
06WhatsApp/SMS FallbackMulti-channel fallback for unreachable customers
07Returns & FAQ HandlerIntent-based routing for support queries
08Order Status UpdaterSyncs status back to Shopify/WooCommerce
09CRM & Sheet LoggerCentral event logging + HubSpot sync
10Outbound CampaignProactive engagement for unconfirmed orders
11Daily ReportAutomated metrics email to admin
12Customer CallbackInbound call queue management

Architecture

Shopify/WooCommerce Order
    │
    ▼
Workflow 01: Order Intake & Routing
    │
    ├── COD Order ──► Workflow 02: AI Voice Call
    │                     │
    │                     ▼
    │               Workflow 04: Parse Call Result
    │                     │
    │                     ├── Confirmed → Fulfill
    │                     ├── Declined → Cancel
    │                     └── No Answer → Workflow 05: Retry
    │                                         │
    │                                         └── Max retries → Workflow 06: SMS/WhatsApp
    │
    ├── Prepaid ──► Workflow 03: SMS + Optional Call
    │
    └── All Events ──► Workflow 09: Central Logger
                            │
                            ├── Google Sheets (Orders, Call Log, Customers)
                            └── HubSpot CRM (optional)

Scheduled:
├── Workflow 05: Retry Engine (configurable intervals)
├── Workflow 08: Status Sync (periodic)
├── Workflow 10: Outbound Campaigns (2-hourly, 9AM-7PM)
└── Workflow 11: Daily Report (once daily)

Required n8n Credentials

You must create these credentials in your n8n instance before importing:

Credential TypeUsed ForPlaceholder in JSON
Google Sheets OAuth2Order tracking, call logs, customer CRMYOUR_GOOGLE_SHEETS_CREDENTIAL_ID
SMTP (Gmail or custom)Daily report emailsYOUR_SMTP_CREDENTIAL_ID

All other API keys are configured via n8n environment variables (see below).

Quick Start

1. Prerequisites

  • n8n v2.4+ (self-hosted)
  • Vapi.ai account (AI voice calls)
  • Twilio account (SMS + phone numbers)
  • Google Sheets OAuth2 credentials
  • Shopify or WooCommerce store

2. Environment Variables

# Google Sheets
ECOMM_ORDERS_SHEET_ID=your-sheet-id
ECOMM_CALL_LOG_SHEET_ID=your-sheet-id
ECOMM_CUSTOMERS_SHEET_ID=your-sheet-id

# Vapi AI Voice
VAPI_API_URL=https://api.vapi.ai
VAPI_API_KEY=your-vapi-key
VAPI_COD_ASSISTANT_ID=your-assistant-id

# Twilio
TWILIO_ACCOUNT_SID=your-sid
TWILIO_PHONE_NUMBER=+1234567890
TWILIO_AUTH_HEADER=Basic base64encoded
TWILIO_API_URL=https://api.twilio.com/2010-04-01

# Inter-workflow routing
N8N_WEBHOOK_BASE=https://your-n8n-instance.com/webhook

# Email addresses
ECOMM_FROM_EMAIL=orders@yourbusiness.com
ECOMM_OWNER_EMAIL=owner@yourbusiness.com
ECOMM_STAFF_EMAIL=staff@yourbusiness.com

# Optional
HUBSPOT_API_KEY=your-key
OPENAI_API_KEY=your-key
SHOPIFY_STORE_URL=https://your-store.myshopify.com
SHOPIFY_ACCESS_TOKEN=your-shopify-access-token
WOOCOMMERCE_STORE_URL=https://your-store.com
WOOCOMMERCE_AUTH_HEADER=Basic base64encoded
WHATSAPP_API_URL=https://graph.facebook.com/v17.0/YOUR_PHONE_ID
WHATSAPP_API_TOKEN=your-whatsapp-token
ECOMM_CONFIRM_BASE_URL=https://your-store.com/confirm

3. Sheet Setup

Create 3 Google Sheets with these tabs:

  • Orders: order_id, customer_name, phone, email, amount, payment_type, status, created_at
  • Call Log: call_id, order_id, phone, outcome, transcript, duration, created_at
  • Customers: customer_id, name, phone, email, total_orders, last_order_date

4. Import Workflows

Import all 12 workflow JSON files into n8n. Update webhook paths (all prefixed ecomm-ai/).

5. Configure Vapi Assistant

Create a Vapi assistant for COD confirmation with your business script, voice, and language settings.

Use Cases

  1. COD-heavy eCommerce (South Asia, Middle East, Africa) — Confirm orders before shipping
  2. High-ticket items — Voice confirmation for orders above threshold
  3. Subscription businesses — Renewal confirmation calls
  4. B2B order confirmation — Verify large purchase orders
  5. Appointment businesses — Confirm bookings (dentists, salons, clinics)

Revenue Potential

  • For store owners: Reduce fake orders by 30-50%, saving $1,000-10,000+/month
  • As a service: Charge $500-2,000/month per client for managed voice confirmation
  • Per-call pricing: $0.50-2.00 per successful confirmation call

Customization

  • Voice: Change Vapi assistant for different languages/accents
  • Script: Customize confirmation dialogue in Vapi dashboard
  • Channels: Enable/disable WhatsApp, SMS, Email fallbacks
  • Retry logic: Configure max attempts and intervals
  • Reporting: Customize daily report metrics and recipients

Requirements

  • n8n v2.4+ (self-hosted recommended for webhook reliability)
  • Vapi.ai account ($0.05-0.10 per minute of voice)
  • Twilio account ($0.0075 per SMS)
  • Google Sheets API credentials
  • Shopify/WooCommerce webhook access

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.64%
按下载量换算4,807

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills