Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计通过

chatbot-designer聊天机器人设计师

Agent Skill

chatbot-designer 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,352

周安装

145

GitHub Stars

公开资料未说明

下载量

824
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:chatbot-designer(聊天机器人设计师)
来源仓库:https://github.com/leooooooow/chatbot-designer
安装命令:
openclaw skills install chatbot-designer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install chatbot-designer

简介

chatbot-designer 用于设计电商客服机器人的对话流程与交互逻辑。

  • 适用于构建订单查询、退货处理、产品推荐等功能模块。
  • 通过 clawhub 安装并使用 openclaw skills install chatbot-designer 命令部署。
  • 应结合实际业务场景调整话术结构,避免过度简化复杂问题。
  • 具体模板请参考来源仓库中的预设对话树示例。

SKILL.md

name
chatbot-designer
description
Design customer service chatbot conversation flows for ecommerce including order status inquiries, return requests, product recommendations, and escalation rules that reduce ticket volume while maintaining satisfaction scores.

Chatbot Designer

Ecommerce customer service teams drown in repetitive tickets — "where's my order," "how do I return this," "does this come in blue" — while high-value conversations that need human nuance get buried in the queue. A well-designed chatbot handles the predictable inquiries instantly and routes the complex ones to agents with full context. But most chatbot implementations fail because the conversation flows are designed by engineers guessing at customer intent rather than being mapped from actual support patterns. This skill designs complete chatbot conversation architectures grounded in ecommerce-specific support workflows, so you launch a bot that genuinely deflects tickets instead of frustrating customers into demanding a human.

Use when

  • You are setting up a customer service chatbot for your Shopify, Amazon, or TikTok Shop store and need conversation flow diagrams before building in your chatbot platform
  • A CX manager says "we need to reduce our ticket volume by 40% without hurting our CSAT score — design me a chatbot that can handle the top inquiry types"
  • You are migrating from a basic FAQ bot to a multi-turn conversational chatbot and need structured dialogue trees for order tracking, returns, exchanges, product questions, and escalation paths
  • Your current chatbot has a high abandonment rate or excessive escalation rate and you need to redesign the flows to actually resolve inquiries

What this skill does

This skill takes your store's support context — top inquiry categories, product types, return policy, shipping carriers, and any platform-specific constraints — and generates a complete chatbot conversation architecture. It designs multi-turn dialogue flows for each major inquiry type, mapping out the decision tree from initial customer message through resolution or escalation. Each flow includes intent detection triggers (the phrases and keywords that route customers into the right flow), clarifying question sequences, API integration points where the bot needs to pull live data (order status, tracking numbers, inventory availability), response templates with personalization placeholders, and explicit escalation criteria that define when and how to hand off to a human agent. The skill also designs fallback handling for unrecognized intents, satisfaction measurement touchpoints, and a conversation analytics framework so you can measure and iterate on bot performance after launch.

Inputs required

  • Top support inquiry categories (required): The most common types of customer inquiries your team handles, ranked by volume. Example: "1. Order status/tracking (35%), 2. Returns and exchanges (25%), 3. Product sizing questions (15%), 4. Shipping time estimates (10%), 5. Discount code issues (8%), 6. Other (7%)"
  • Store policies summary (required): Your return policy, shipping policy, and any warranty or guarantee terms the bot needs to communicate accurately. Example: "30-day returns, free return shipping on defective items, customer pays return shipping on preference returns, 3-5 business day standard shipping"
  • Product catalog context (required): A brief description of what you sell and any product-specific FAQ patterns. Example: "Women's athletic wear, sizes XS-3XL. Common questions: fabric composition, size chart accuracy, sports bra support level, washing instructions"
  • Chatbot platform (optional): The tool you plan to build in (Tidio, Gorgias, Zendesk, Intercom, custom). If specified, the skill tailors integration recommendations and flow formatting to that platform's capabilities.
  • Current escalation rate or CSAT score (optional): If you have baseline metrics from an existing bot or live chat, providing them helps the skill set realistic improvement targets and prioritize which flows to optimize first.

Output format

The output is structured as a Chatbot Architecture Document with five major sections. The first section is an Intent Map listing all supported customer intents with their trigger phrases, confidence thresholds, and routing priorities. The second section contains Conversation Flow Diagrams for each major intent — presented as structured decision trees showing each bot message, expected customer responses, branching logic, API call points, and terminal states (resolved, escalated, or abandoned). Each node in the flow includes the exact message template with personalization variables marked in brackets. The third section is an Escalation Rules Matrix defining the conditions that trigger human handoff, the context data passed to the agent, priority levels, and SLA targets for each escalation type. The fourth section covers Fallback and Edge Case Handling including unrecognized intent responses, repeated failure loops, profanity or frustration detection, and after-hours behavior. The fifth section is an Analytics and Iteration Framework specifying which KPIs to track (resolution rate, escalation rate, CSAT per flow, average turns to resolution) and a suggested A/B testing roadmap for optimizing underperforming flows. The document is designed to serve as a complete specification that a developer or chatbot platform administrator can implement directly.

Scope

  • Designed for: ecommerce operators, customer experience managers, support team leads, and chatbot developers
  • Platform context: Shopify, Amazon Seller Central, TikTok Shop, WooCommerce, and platform-agnostic DTC stores
  • Language: English

Limitations

  • Does not build or deploy the actual chatbot — this skill produces the conversation architecture and flow specifications, not executable bot code
  • Does not integrate with your live order management or CRM system to pull real customer data during the design phase; API integration points are specified but must be connected during implementation
  • Escalation rate reduction estimates are based on industry benchmarks for ecommerce chatbots and may vary based on your specific customer base complexity and product category

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.1%
按下载量换算635

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install chatbot-designer 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills