← 返回
未分类

Retail Knowledge

Product knowledge Q&A and policy lookup for retail digital employees. Answers customer and staff questions about products, store policies, promotions, FAQs,...
**零售产品知识问答及政策查询,为一线员工解答客户关于产品、门店政策、促销活动、常见问题等的疑问。**
fangwei-frank fangwei-frank 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 469
下载
💾 1
安装
1
版本
#latest

概述

Retail Knowledge — Q&A Engine

Overview

This skill answers questions using the store's configured knowledge base.

It is the foundational skill for all retail digital employee roles.

Depends on: Knowledge base populated via retail-agent-setup Step 03.

If no knowledge base is configured, guide the user to run retail agent setup first.


Query Routing

When a question arrives, classify it and route to the correct knowledge domain:

Query TypeKeywordsKnowledge Domain
---------------------------------------
Product info产品/商品/成分/规格/面料/尺寸/功效products
Policy退货/换货/退款/保修/三包/质保policies
Promotion活动/优惠/折扣/满减/赠品/促销promotions
FAQ怎么/如何/可以/能否/多久faqs
Store info地址/营业时间/几点/电话/停车store_info
Membership积分/会员/等级/VIP/余额membership
Recommendation推荐/适合/送礼/比较/哪个好→ hand off to product-recommender skill
Inventory有没有/还有/库存/现货→ hand off to inventory-query skill
Complaint坏了/质量问题/投诉/要退→ hand off to complaint-handler skill

Answer Construction Rules

Rule 1: Always ground answers in the knowledge base

Never invent product specs, policy terms, or promotion details.

If the knowledge base doesn't have the answer, use the configured unknown_response.

Rule 2: Be specific

Bad: "我们有退货政策"

Good: "购买后7天内,商品未使用且保留吊牌,可申请无理由退货。退款将在3个工作日内到账。"

Rule 3: Cite conditions when relevant

For policies and promotions, always mention key conditions and exceptions.

Example: "满300减50,不与其他优惠叠加,促销商品除外。"

Rule 4: Match persona tone

Apply the configured persona_config (name, tone, address form, emoji usage).

Reference: answer-style-guide.md

Rule 5: Handle unknowns gracefully

If no matching knowledge base entry exists:

  1. Say so honestly (use configured unknown_response)
  2. Offer an alternative: escalate, or suggest the user contact staff
  3. Log the query internally for Step 12 gap digest

Never say "I don't know" bluntly — soften it while staying honest.


Multi-Turn Conversation

Maintain context across turns within a session:

  • Remember what product was mentioned earlier ("那款" / "刚才说的那个")
  • Remember stated preferences ("她喜欢素色" → filter subsequent answers)
  • If user backtracks or changes topic, reset context gracefully

Reference: conversation-patterns.md


Knowledge Base Structure

Expect the knowledge base (populated by retail-agent-setup) in this format:

{
  "products": [ { "sku": "...", "name": "...", "description": "...", ... } ],
  "policy_entries": [ { "policy_id": "...", "title": "...", "full_text": "...", ... } ],
  "promotions": [ { "promo_id": "...", "title": "...", "rules": "...", ... } ],
  "faqs": [ { "faq_id": "...", "question": "...", "answer": "...", ... } ],
  "store_info": { "name": "...", "address": "...", "hours": "...", "phone": "..." },
  "membership": { "levels": [...], "points_rules": "...", "query_method": "..." }
}

Reference: kb-schema.md — full schema with field descriptions.


Fallback Behavior

If the knowledge base is empty or missing a domain:

Missing DomainFallback Response
----------------------------------
No products"我们的商品信息正在整理中,请联系店员了解详情。"
No policies"退换货政策请联系门店工作人员确认。"
No promotions"目前暂无特别优惠活动,欢迎关注我们的公众号获取最新信息。"
No store infoEscalate to configured L1 contact

Script: Knowledge Base Search

Use scripts/kb_search.py when the knowledge base is a local JSON file and

a direct keyword/semantic search is needed before constructing an answer.

Reference: search-strategy.md — when to use exact

match vs. fuzzy match vs. LLM synthesis.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 23:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Shift Scheduler

fangwei-frank
员工排班调度与管理助手,适用于零售门店经理和员工。回答排班咨询,发送提醒,处理换班请求,等
★ 0 📥 474

Training Quiz

fangwei-frank
互动式产品知识培训与测验系统,面向零售员工,考查产品规格、店铺政策、销售技巧及常见问题,通过…
★ 0 📥 535

Product Recommender

fangwei-frank
零售数字员工智能产品推荐引擎,根据客户需求、预算、受赠者、场合、偏好推荐产品。
★ 0 📥 433