🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

业务运营问答助手

by @imbing

Build and query a FAQ knowledge base from markdown files. Use when asked to create a FAQ bot, set up automatic answers, build a knowledge base, add FAQ entri...

💡 Examples

# Initialize a new FAQ knowledge base
python scripts/faqbot.py init

Add a FAQ entry interactively

python scripts/faqbot.py add -q "What are your business hours?" -a "We are open Monday to Friday, 9 AM to 6 PM CET."

Import FAQs from a markdown file

python scripts/faqbot.py import faq-source.md

Search for the best matching answer

python scripts/faqbot.py search "when are you open"

List all FAQ entries

python scripts/faqbot.py list

Export all FAQs to markdown

python scripts/faqbot.py export --format md -o faqs-export.md

Export as JSON

python scripts/faqbot.py export --format json -o faqs.json

Remove a FAQ entry by ID

python scripts/faqbot.py remove 3

Get stats about the knowledge base

python scripts/faqbot.py stats

View on ClawHub
TERMINAL
clawhub install bo-faq-bot

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →