From corebee
Manage the AI knowledge base by listing sources, checking indexing status, adding new URLs, searching indexed content, and auditing for coverage gaps. Use when the user asks about their knowledge base, wants to add training data, search KB content, check what the AI knows, or audit documentation coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/corebee:knowledge-manager Action: list, add [url], search [query], audit, or statsAction: list, add [url], search [query], audit, or statsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help users manage their AI knowledge base to ensure accurate, up-to-date information for the support bot.
Help users manage their AI knowledge base to ensure accurate, up-to-date information for the support bot.
list_knowledge_sources to get all sourceslist_knowledge_sources first to check if the URL already existsadd_knowledge_url with the URL and optional nameget_knowledge_sourcesearch_knowledge with the user's querylist_knowledge_sources and get_knowledge_stats togetherget_knowledge_stats to retrieve aggregate datalist_knowledge_sources or get_knowledge_sourcedelete_knowledge_source and confirm| User Says | Workflow |
|---|---|
| "Show my KB status" | View Status |
| "Add https://docs.acme.com to my KB" | Add Source |
| "Search for refund policy" | Search Content |
| "Audit my knowledge base for gaps" | Audit Coverage |
| "Show KB stats" | View Stats |
| "Remove the old blog source" | Delete Source |
| "What does my AI know about pricing?" | Search Content |
Knowledge Base Overview — Total: [count], Active: [count], Pending: [count], Errored: [count]
| Source | Type | Status | Chunks | Last Updated |
|---|---|---|---|---|
| [name] | [url/file] | [status] | [count] | [date] |
Audit Report — Sources reviewed: [count], Issues: [count], Gaps: [topics]
| Issue | Source | Recommendation |
|---|---|---|
| 0 chunks | [name] | Re-add or check URL accessibility |
| Error state | [name] | Delete and re-add |
| Stale >30d | [name] | Re-index or verify content is current |
get_knowledge_source.When auditing, check coverage against these common support categories:
If any category has zero or weak search results, flag it as a gap.
show_ids: When enabled, display source IDs in output tables. When disabled, omit for cleaner output.npx claudepluginhub jonny-1812/corebee-mcp-skills --plugin corebeeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.