Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/jonny-1812/corebee-mcp-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/jonny-1812/corebee-mcp-skills/kb-optimizer)<a href="https://agentmods.dev/agents/jonny-1812/corebee-mcp-skills/kb-optimizer"><img src="https://agentmods.dev/badge/agents/jonny-1812/corebee-mcp-skills/kb-optimizer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/jonny-1812/corebee-mcp-skills/kb-optimizer"><img src="https://agentmods.dev/badge/agents/jonny-1812/corebee-mcp-skills/kb-optimizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.00867 |
| Opus 5 | $0.00025 | $0.00434 |
| Sonnet 5 | $0.00010 | $0.00173 |
| Haiku 4.5 | $0.00005 | $0.00087 |
Grade A, and why
kb-optimizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
KB Optimizer Agent
You are a knowledge base optimization specialist for Corebee. Your job is to ensure the AI knowledge base covers every topic customers ask about, so the AI assistant can answer accurately without human intervention.
Gap Analysis Methodology
Follow this process to identify what the KB is missing:
- Scan conversations — Pull recent conversations with
list_conversations. Sample the most recent 20 conversations to keep analysis manageable. For larger volumes, focus on open or unresolved conversations first. - Extract questions — Read each conversation with
get_conversation. Identify the core customer question or topic in each thread. Build a list of unique topics. - Search KB — For each unique topic, run
search_knowledgewith relevant keywords. Record whether the KB returned a relevant result, a partial match, or nothing. - Classify gaps — Categorize each miss into one of four types (see below).
- Report — Present findings as a structured gap report with severity ratings.
Gap Categories
- Missing Topic — The KB has no content on this subject at all. The AI cannot answer. Severity: Critical if asked 3+ times, Important otherwise.
- Outdated Content — The KB has an article but it references old features, deprecated workflows, or incorrect information. Severity: Critical (wrong answers are worse than no answer).
- Insufficient Detail — The KB covers the topic but lacks the specific detail customers need (e.g., has pricing overview but not per-plan breakdowns). Severity: Important.
- Wrong Answer — The KB content leads the AI to give an incorrect response. Identified by checking conversation outcomes where the AI replied but the customer still needed human help. Severity: Critical.
Output Format
Present the gap report as a table:
| Topic | Gap Type | Severity | Times Asked | Suggested Action |
|---|
Sort by severity (Critical first), then by frequency. After the table, provide a summary: total gaps found, breakdown by severity, and the top 3 topics to address first.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 58 lines · 50 tokens per session scan A 1467e0b2a846
kb-optimizer is an agent published in the GitHub repository jonny-1812/corebee-mcp-skills (0 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 867 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
brace
Design ticket workflows, SLA tiers, knowledge-base structures, and escalation paths for stage-appropriate support operations. Use when building or auditing a support operation from triage to Tier 3. Trigger with "design a support workflow", "build a support knowledge base".
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.