Loading...
Loading...
Search group Yuque knowledge bases with natural language queries and provide summarized answers with key points and source links. For group use — searches within team/group repositories. Requires group Token.
npx skill4agent add yuque/yuque-plugin yuque-group-smart-searchyuque-mcpyuque_list_reposyuque_searchyuque_get_docTool: yuque_list_repos
Parameters:
login: "<group_login>"
type: "group"部署流程API 规范技术评审yuque_searchTool: yuque_search
Parameters:
query: "<keywords>"
type: "doc"Tool: yuque_get_doc
Parameters:
repo_id: "<namespace>" # e.g., "my-team/tech-docs" (from search result's book.namespace)
doc_id: "<slug>" # e.g., "api-spec" (from search result's target.slug)target.slugdoc_idtarget.book.namespacerepo_idtarget.titletarget.updated_at## 回答
[直接回答用户的问题,2-4 句话,简洁明了]
## 关键要点
- **要点 1**:[从文档中提取的关键信息]
- **要点 2**:[从文档中提取的关键信息]
- **要点 3**:[从文档中提取的关键信息]
## 参考文档
1. [文档标题](文档链接) — 来自「知识库名称」,更新于 YYYY-MM-DD
2. [文档标题](文档链接) — 来自「知识库名称」,更新于 YYYY-MM-DD>smart-searchyuque-personal| Situation | Action |
|---|---|
| Check if group login is correct and group Token is configured |
| Try alternative keywords, then inform user |
| Skip this doc, note it may have been deleted |
| Tell user they may lack permission; check group Token scope |
| API timeout | Retry once, then inform user of connectivity issue |
| Too many results | Focus on top 3 by relevance, mention there are more results available |
| Team Token not configured | Inform user that group search requires a team-level Token |