Overview
- Skill Key
- dagangtj/ai-customer-service
- Author
- dagangtj
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dagangtj/ai-customer-service
- Latest Commit SHA
- 0ec6453254051ca264b7982b3a71e79e8c72b862
AI Customer Service Knowledge Base Builder
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Ai Customer Service 技能。 若已安装,则直接安装 Ai Customer Service 技能。
# AI Customer Service Knowledge Base Builder
## Description
Help SMBs quickly build AI-powered customer service systems. Input FAQ documents or website URLs to automatically generate a knowledge base and configure auto-reply capabilities.
帮助中小企业快速搭建AI客服系统。输入FAQ文档或网站URL,自动生成知识库并配置自动回复功能。
## Use When
- Setting up customer service automation
- Building FAQ knowledge bases
- Configuring auto-reply systems
- Migrating customer service to AI
## Capabilities
- Extract FAQ from documents (PDF, TXT, MD, DOCX)
- Scrape FAQ from website URLs
- Generate structured knowledge base (JSON)
- Test Q&A matching
- Export to common formats (JSON, CSV, Markdown)
## Usage
### Basic Commands
```bash
# Extract from document
node kb-builder.js extract --file ./faq.pdf --output ./kb.json
# Extract from website
node kb-builder.js scrape --url https://example.com/faq --output ./kb.json
# Test knowledge base
node kb-builder.js test --kb ./kb.json --query "退货政策是什么?"
# Export to different formats
node kb-builder.js export --kb ./kb.json --format csv --output ./kb.csv
```
### Configuration
Create `config.json`:
```json
{
"language": "zh-CN",
"minConfidence": 0.7,
"maxResults": 3,
"fallbackMessage": "抱歉,我没有找到相关答案。请联系人工客服。"
}
```
## Examples
### Example 1: Build from PDF
```bash
node kb-builder.js extract --file ./company-faq.pdf --output ./kb.json
node kb-builder.js test --kb ./kb.json --query "如何退货?"
```
### Example 2: Build from Website
```bash
node kb-builder.js scrape --url https://shop.example.com/help --output ./kb.json
node kb-builder.js export --kb ./kb.json --format markdown --output ./faq.md
```
### Example 3: Interactive Mode
```bash
node kb-builder.js interactive --kb ./kb.json
# Then type questions to test responses
```
## Output Format
Knowledge base JSON structure:
```json
{
"version": "1.0",
"language": "zh-CN",
"entries": [
{
"id": "q001",
"question": "如何退货?",...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
openstockdata
OpenClaw Skill for stock data analysis
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.