Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

sales-live-chat销售实时聊天

Agent Skill

sales-live-chat 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

917

周安装

39

GitHub Stars

13

下载量

321
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:sales-live-chat(销售实时聊天)
来源仓库:https://github.com/sales-skills/sales
仓库路径:skills/sales-live-chat
安装命令:
npx skills add https://github.com/sales-skills/sales --skill sales-live-chat
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sales-skills/sales --skill sales-live-chat

简介

sales-live-chat 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于基于关键词或任务场景的信息检索需求。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前应确认权限范围、维护状态及潜在的网络或执行操作。
  • 可查阅原始 README 进一步确认功能细节。

SKILL.md

Live Chat & Chatbot for Sales

Help the user with live chat and chatbot — from tool selection and widget setup through chatbot flow design, agent routing, visitor tracking, and chat-to-lead conversion. This skill is tool-agnostic but includes platform-specific guidance for Brevo Conversations, Drift (Salesloft), Intercom, HubSpot, Crisp, LiveChat, Zendesk, Tidio, Freshdesk, and ZoomInfo Chat.

Step 1 — Gather context

If references/learnings.md exists, read it first for accumulated knowledge.

Ask the user:

  1. What do you need help with?

- A) Tool selection — choosing a live chat platform - B) Widget setup — installing and configuring the chat widget - C) Chatbot flows — building automated conversation flows - D) Agent routing — assigning chats to the right team members - E) Proactive messaging — triggering chat based on visitor behavior - F) Chat-to-lead conversion — capturing leads from conversations - G) Analytics — measuring chat performance and ROI - H) Integration — connecting chat to CRM, helpdesk, or other tools - I) Something else — describe it

  1. What's your primary use case?

- A) Sales — qualifying leads, booking demos, answering buyer questions - B) Support — resolving customer issues - C) Both sales and support - D) Self-service — chatbot only, no live agents

  1. What tool are you using (or considering)?

- A) Brevo Conversations - B) Drift (Salesloft) - C) Intercom - D) HubSpot - E) Crisp - F) LiveChat - G) Zendesk Chat - H) Tidio - I) Freshdesk / Freshchat - J) Not decided yet - K) Other

If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end.

Step 2 — Strategy and approach

When to use live chat for sales

Live chat converts best when:

  • High-intent pages — pricing, demo request, comparison pages
  • Complex products — B2B SaaS, enterprise software, custom solutions
  • Time-sensitive decisions — trial users, cart abandonment, upgrade moments
  • Account-based selling — identified target accounts visiting your site

Step 3 — Platform-specific guidance

Read references/platform-guide.md for detailed module documentation, pricing, integrations, and data model.

*You no longer need the platform guide details — focus on the user's specific situation.*

Step 4 — Actionable guidance

Implementation checklist

  1. Install widget — add JavaScript snippet to your website (usually 1 line in <head>)
  2. Brand it — match colors, logo, welcome message to your site
  3. Set business hours — configure online/offline hours with appropriate messaging
  4. Build qualification bot — create a 2-3 question flow for when agents are busy/offline
  5. Set up routing — assign chats by page, visitor segment, or round-robin
  6. Connect CRM — push qualified leads to your CRM automatically
  7. Add to high-intent pages — pricing, demo, trial, comparison pages
  8. Train agents — response templates, qualification criteria, escalation paths
  9. Measure — track chat volume, response time, conversion rate, CSAT

Gotchas

  1. Don't pop up chat on every page — aggressive chat popups annoy visitors. Target high-intent pages only (pricing, demo, trial). Use passive widget on other pages.
  2. Don't build a 10-question chatbot — long qualification flows have high drop-off. 2-3 questions max before routing to a human or offering to book a meeting.
  3. Don't forget offline hours — if no agents are online and no chatbot is configured, visitors see a dead chat widget. Always have an offline message or email capture form.
  4. Don't ignore mobile — chat widgets can obscure content on mobile. Test the experience on small screens and consider hiding or minimizing the widget on mobile.
  5. Don't skip CRM integration — chat leads that don't get pushed to CRM get forgotten. Always connect chat to your lead management system.
  • Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.

Before recommending a specific platform skill

This skill covers a strategy domain across many platforms. Before pointing the user to any specific platform skill (any /sales-{platform} listed in ## Related skills, e.g., /sales-mailshake, /sales-klaviyo, /sales-apollo), read that platform skill's actual SKILL.md first. The 1-line description in ## Related skills is enough to *identify* a candidate — it's not enough to *commit* to it or to write a prompt that invokes it well.

How to read it:

  • If ~/.claude/skills/{skill-name}/SKILL.md exists locally, Read it.
  • For sales-* skills, WebFetch directly from this repo: https://raw.githubusercontent.com/sales-skills/sales/main/skills/{skill-name}/SKILL.md — e.g., for sales-mailshake: https://raw.githubusercontent.com/sales-skills/sales/main/skills/sales-mailshake/SKILL.md.
  • For non-sales-* skills (third-party), look up {org}/{repo} in ~/.claude/skills/sales-do/references/skill-sources.md if installed and fetch the same skills/{skill-name}/SKILL.md path under that repo.

After reading, ground your recommendation in something concrete from the SKILL.md (its scope, a sub-flow, its argument-hint shape, or a "Do NOT use for..." negative trigger). Align any generated invocation with the platform skill's argument-hint. If the platform skill turns out not to fit the user's situation, swap to another or handle the question here directly rather than recommending a poor fit.

Related skills

  • /sales-zendesk — Zendesk platform help (live chat, AI agents, ticketing, Help Center)
  • /sales-helpdesk-selection — Help desk platform comparison (Zendesk vs Freshdesk vs Intercom vs Help Scout)
  • /sales-hubspot — HubSpot platform help (live chat, Conversations inbox, chatbot builder)
  • /sales-qualified — Qualified platform help (Piper AI SDR, Signals, Salesforce-native routing)
  • /sales-zoominfo — ZoomInfo platform help (Chat, WebSights visitor identification)
  • /sales-getresponse — GetResponse platform help (built-in live chat widget)
  • /sales-brevo — Brevo platform help (Conversations live chat setup)
  • /sales-salesloft — Salesloft/Drift platform help (enterprise sales chat)
  • /sales-sendpulse — SendPulse platform help (live chat, unified inbox, bot-to-human handoff)
  • /sales-swai — SWAI platform help (AI chat widget, autonomous lead qualification, Cal.com scheduling)
  • /sales-birdeye — Birdeye platform help (webchat + messaging for multi-location businesses)
  • /sales-chatbot — Chatbot design and automation
  • /sales-meeting-scheduler — Book meetings from chat conversations
  • /sales-lead-routing — Route chat-qualified leads to the right rep
  • /sales-lead-score — Score chat leads based on qualification data
  • /sales-integration — Connect chat tools with CRM and other systems
  • /sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do

Examples

Example 1: Setting up sales chat on pricing page

User says: "I want to add live chat on our pricing page to catch buyers who are comparing plans" Skill does: Recommends proactive chat trigger (15 seconds on pricing page), qualification bot (company size, use case, timeline), routing to AE, and CRM push. Provides implementation steps for the user's chosen platform. Result: Chat widget on pricing page with qualification flow, agent routing, and CRM integration

Example 2: Building a lead qualification chatbot

User says: "We need a chatbot that qualifies visitors and books demos when our team is offline" Skill does: Designs a 3-step bot flow (greeting → 2 qualifying questions → meeting booking or email capture). Covers offline handling, calendar integration, and fallback paths. Result: Chatbot flow that qualifies and books meetings 24/7

Example 3: Choosing a chat tool

User says: "We're a 10-person SaaS company using HubSpot CRM. Should we use HubSpot chat or Intercom?" Skill does: Compares HubSpot native chat (free, CRM-integrated, basic bot) vs Intercom (more powerful bot, product tours, but expensive). Recommends HubSpot chat to start, upgrade to Intercom if they outgrow it. Result: Clear recommendation with reasoning and migration path

Troubleshooting

Chat widget not appearing

Symptom: Widget doesn't show up on the website after installation Cause: JavaScript snippet not loaded, ad blockers, content security policy, or conditional display rules Solution: 1) Check browser console for JS errors. 2) Verify the snippet is in <head> or <body>. 3) Test in incognito mode (ad blockers). 4) Check CSP headers allow the chat provider's domain. 5) Review display rules — the widget may be hidden on certain pages.

Low chat engagement

Symptom: Widget is live but very few visitors start conversations Cause: Widget is too passive, on wrong pages, or proactive messages aren't compelling Solution: 1) Add proactive messages on high-intent pages (pricing, demo). 2) Make the greeting contextual to the page. 3) Use a chatbot to initiate with a question, not just "Hi!" 4) Test button placement and color contrast.

Chat leads not reaching CRM

Symptom: Conversations happen but leads don't appear in CRM Cause: Integration not configured, mapping incorrect, or webhook failures Solution: 1) Verify CRM integration is active in chat tool settings. 2) Check field mapping (email, name, company → CRM fields). 3) Test with a known lead and trace through both systems. 4) Check webhook/API logs for errors.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.38%
按下载量换算120

Claude

29.7%
按下载量换算95

Cursor

19.81%
按下载量换算64

Gemini CLI

9.16%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills