This hooks into Alibaba Cloud's Bailian service to query knowledge bases using RAG. You point it at your workspace, it scans available knowledge bases across multiple workspaces, then intelligently picks 1-3 relevant ones based on your question before retrieving chunks with match scores. The setup is typical Alibaba Cloud: install their SDK packages, configure credentials through the CLI, activate Bailian in the console, then grant RAM permissions. It's built for situations where you have documentation or customer service content stored in Bailian and need to pull answers programmatically. The multi-workspace scanning is useful if you're juggling knowledge bases across different projects. Returns chunks with source documents and relevance scores, so you can see what it's pulling from.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-bailian-rag-knowledgebase