📦 smart-chatbot-builder(智能聊天机器人构建器,快速创建客服/销售/内部助手聊天机器人,支持知识库、多轮对话、多渠道集成。)
v1.0.0智能聊天机器人构建器,快速创建客服/销售/内部助手聊天机器人,支持知识库、多轮对话、API 集成。
0· 129·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能是一份仅用于构建指令型聊天机器人的指南,其所需的 read/write/web_fetch 能力与所述功能(知识导入、网页抓取、部署指导)相符;仅存在轻微的元数据不一致,未发现无关的凭据或安装请求。
评估建议
This skill is instruction-only and appears to be what it claims: a guide for building chatbots. Before using: (1) treat the JavaScript examples as illustrative — there is no packaged runtime code included; you will need to implement or install the referenced functions yourself; (2) be careful what documents you allow the agent to read—the skill explicitly supports importing local PDFs/MD/TXT and web scraping, so do not provide sensitive files or credentials; (3) channel deployment (WeChat/Slack/...详细分析 ▾
✓ 用途与能力
The name/description (chatbot builder with KB import, multi-turn flows, multi-channel integration) align with the declared runtime needs: read (for local docs), web_fetch (for site scraping), and write (for deploying/writing configs). Nothing requests unrelated cloud credentials or secrets.
✓ 指令范围
SKILL.md sticks to building chatbots: knowledge import (PDF/MD/TXT), site crawling, flow templates, and deployment examples. It does not instruct the agent to read arbitrary system config, environment secrets, or exfiltrate data beyond fetching web pages and reading user-supplied documents.
✓ 安装机制
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written by an installer. This minimizes disk/exec risk.
ℹ 凭证需求
The skill requires no environment variables or credentials, which is proportional. Minor metadata mismatches: config.json lists a 'message' capability not present in required bins, and defaultModel is set to 'local-qwen' (an implementation detail that may imply use of a local model runtime but no binaries/credentials are requested). These are likely harmless but worth clarifying.
✓ 持久化与权限
always is false and the skill is user-invocable. It does not request permanent presence or attempt to modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/29
smart-chatbot-builder v1.0.0 – 首次发布,支持快速构建客服、销售及内部助手型 AI 聊天机器人;集成文档导入、网站内容抓取、FAQ 配置与知识库检索增强;支持多轮对话、意图识别、上下文记忆和人工接管;多平台接入:Web、微信、企业微信、Slack、Discord 及 API;提供对话日志、用户行为分析和常见问题统计;含多种预设模板,适用于电商、SaaS 和企业内部场景。
● 无害
安装命令
点击复制官方npx clawhub@latest install smart-chatbot-builder
镜像加速npx clawhub@latest install smart-chatbot-builder --registry https://cn.longxiaskill.com镜像同步中
技能文档
快速构建 AI 聊天机器人,适用于客服、销售、内部助手等场景。
功能特性
1. 知识库集成
- 文档导入(PDF/Markdown/TXT)
- 网站内容抓取
- FAQ 配置
- RAG 检索增强
2. 对话管理
- 多轮对话流程
- 意图识别
- 上下文记忆
- 人工接管
3. 渠道集成
- Web 嵌入
- 微信/企业微信
- Slack/Discord
- API 接口
4. 数据分析
- 对话日志
- 用户行为分析
- 常见问题统计
- 满意度追踪
快速使用示例
``javascript
// 创建客服机器人
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---