smart-chatbot-builder

智能聊天机器人构建器,快速创建客服/销售/内部助手聊天机器人,支持知识库、多轮对话、API 集成。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "smart-chatbot-builder" with this command: npx skills add careytian-ai/smart-chatbot-builder

AI 聊天机器人构建器 v1.0.0

快速构建 AI 聊天机器人,适用于客服、销售、内部助手等场景。

功能特性

1. 知识库集成

  • 文档导入(PDF/Markdown/TXT)
  • 网站内容抓取
  • FAQ 配置
  • RAG 检索增强

2. 对话管理

  • 多轮对话流程
  • 意图识别
  • 上下文记忆
  • 人工接管

3. 渠道集成

  • Web 嵌入
  • 微信/企业微信
  • Slack/Discord
  • API 接口

4. 数据分析

  • 对话日志
  • 用户行为分析
  • 常见问题统计
  • 满意度追踪

快速使用示例

// 创建客服机器人
const bot = createChatbot({
  name: "客服助手",
  knowledgeBase: ["./docs/product.pdf", "./docs/faq.md"],
  channels: ["web", "wechat"],
  handoffThreshold: 0.6
})

// 配置对话流程
bot.addFlow("order_inquiry", {
  steps: [
    { ask: "请问您的订单号是?", save: "order_id" },
    { action: "query_order", use: "order_id" },
    { respond: "您的订单状态是:${order.status}" }
  ]
})

// 部署到 Web
bot.deploy({
  target: "web",
  container: "#chat-widget"
})

预置模板

模板 1:电商客服

  • 订单查询
  • 退换货政策
  • 产品推荐
  • 物流跟踪

模板 2:SaaS 产品助手

  • 功能引导
  • 故障排查
  • 账户管理
  • 技术支持

模板 3:内部知识库

  • 员工问答
  • 流程指引
  • 文档检索
  • IT 支持

定价参考

类型复杂度价格范围
基础客服单渠道+FAQ$5,000-$15,000
智能助手多渠道+RAG$15,000-$35,000
企业方案全渠道+定制$35,000-$75,000+

定制开发

需要定制化 AI 聊天机器人、企业级集成方案?

📧 联系:careytian-ai@github


许可证

MIT-0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Remotion Word Highlight Subtitles

Add word-level highlighted subtitles to local short videos using Whisper word timestamps and Remotion rendering.

Registry SourceRecently Updated
General

Wechat Db Decrypt

Decrypt and extract messages from WeChat PC 3.x/4.x databases after obtaining decrypted SQLite files from xwechat_files directory.

Registry SourceRecently Updated
General

AI生图提示词优化

AI 图片提示词优化、高保真参考图融合与 1:1 还原技能。当用户说“ao”、要求根据上传图片生成更精准提示词、 严格复刻模特/产品/场景、完全参考上传模特风格、指定产品位置与角度、生成电商主图/详情页/九宫格/四视图/模特图、 需要轻奢/法式/运动/极简/买手店风品牌语气、优化 Flux / Nonbana /...

Registry SourceRecently Updated
General

High-Precision 3D Web Optimize

Optimize high-precision .glb/.gltf models for Web 3D and digital twin delivery. Use when preparing Three.js or Babylon.js assets that need UV-safe simplifica...

Registry SourceRecently Updated