Hey everyone đź‘‹
Looking for advice on setting up an OpenClaw agent to answer questions about internal company documentation (~38 Markdown files in Google Drive).
The use case:
- Team asks questions via WhatsApp
- Bot searches our Google Drive docs and responds with relevant info + citations
- Basically RAG over our internal procedures
What I'm trying to figure out:
- Best approach for the Drive sync skill — should I use an existing skill or build a custom one?
- How to handle the semantic search + vector DB part
- Whether to build this as a single custom skill or compose multiple existing skills
- Must be a separate, specialized agent (not main)
Has anyone built something similar? Would love to see examples or get pointed to relevant skills from ClawHub.
Running on a dedicated server (no sensitive data on the machine itself). Already comfortable with the basics but this is my first RAG-style agent.
Thanks!