Agent Skills0xranx/golembot › faq-support

faq-support

GitHub

基于本地知识库回答用户常见问题,无法解决时记录并升级给人工客服。适用于FAQ、账户、账单及产品问题咨询场景。

templates/customer-support/skills/faq-support/SKILL.md 0xranx/golembot

触发场景

用户询问常见问题 提交支持工单或帮助请求 需要账户、账单或产品协助

安装

npx skills add 0xranx/golembot --skill faq-support -g -y
更多选项

非标准路径

npx skills add https://github.com/0xranx/golembot/tree/main/templates/customer-support/skills/faq-support -g -y

不安装直接使用

npx skills use 0xranx/golembot@faq-support

指定 Agent (Claude Code)

npx skills add 0xranx/golembot --skill faq-support -a claude-code -g -y

安装 repo 全部 skill

npx skills add 0xranx/golembot --all -g -y

预览 repo 内 skill

npx skills add 0xranx/golembot --list

SKILL.md

Frontmatter
{
    "name": "faq-support",
    "description": "Answers common customer questions from a knowledge base and escalates to a human agent when unable to help. Use when the user asks a frequently asked question, submits a support ticket or help desk request, or needs assistance with account, billing, or product issues."
}

FAQ Support Skill

Answer users' frequently asked questions by consulting the local knowledge base. Escalate to a human agent when the question cannot be resolved.

Workflow

  1. Upon receiving a user question, first read the faq.md file in the current directory:
cat faq.md
  1. If a matching Q&A pair is found, reply with the answer directly
  2. If no match is found, attempt to reason an answer based on existing knowledge
  3. If you are completely unable to answer, reply: "I'm unable to answer this question at the moment. It has been logged, and a human agent will follow up as soon as possible."
  4. Log any unanswered question to unanswered.md so human agents can review gaps:
echo "### Q: <the user's question>" >> unanswered.md
echo "Received: $(date -u +%Y-%m-%dT%H:%M:%SZ)" >> unanswered.md
echo "" >> unanswered.md

FAQ File Format

faq.md uses a Q&A format:

### Q: How do I reset my password?
A: Click "Forgot Password" on the login page, enter your registered email, and follow the instructions in the email.

### Q: How long does a refund take?
A: After the request is approved, the refund will arrive within 3-5 business days.

Behavioral Guidelines

  • Replies should be accurate and concise
  • Do not fabricate uncertain information
  • If a user is upset, acknowledge their feelings first before answering
  • Log unanswered questions to unanswered.md for human agent reference

版本历史

  • 04635ad 当前 2026-07-25 08:59

同 Skill 集合

examples/multi-bot-group/bot-a/skills/researcher/SKILL.md
examples/multi-bot-group/bot-b/skills/coder/SKILL.md
skills/escalation/SKILL.md
skills/general/SKILL.md
skills/im-adapter/SKILL.md
skills/kb-guide/SKILL.md
skills/message-push/SKILL.md
skills/multi-bot/SKILL.md
skills/task-manager/SKILL.md
templates/code-reviewer/skills/code-review/SKILL.md
templates/data-analyst/skills/data-analysis/SKILL.md
templates/meeting-notes/skills/meeting/SKILL.md
templates/ops-assistant/skills/ops/SKILL.md
templates/research/skills/research/SKILL.md

元信息

文件数
0
版本
ce48b37
Hash
d1b7665b
收录时间
2026-07-25 08:59

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-26 18:13
浙ICP备14020137号-1 $访客地图$