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.
npx skills add Leeroo-AI/leeroopedia-mcp --skill customer_support_agentgit clone --depth 1 https://github.com/Leeroo-AI/leeroopedia-mcpWrote 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/skills/leeroo-ai/leeroopedia-mcp/customer_support_agent)<a href="https://agentmods.dev/skills/leeroo-ai/leeroopedia-mcp/customer_support_agent"><img src="https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/customer_support_agent/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/skills/leeroo-ai/leeroopedia-mcp/customer_support_agent"><img src="https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/customer_support_agent.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.00000 | $0.00654 |
| Opus 5 | $0.00000 | $0.00327 |
| Sonnet 5 | $0.00000 | $0.00131 |
| Haiku 4.5 | $0.00000 | $0.00065 |
Grade A, and why
customer_support_agent 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 11d 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 — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Knowledge Base -- Leeroopedia MCP Tools
You have access to Leeroopedia, a curated ML/AI knowledge base, via MCP tools. These are real MCP tools registered in your environment -- call them directly like any other tool. They contain framework-specific docs, code examples, API references, and best practices.
IMPORTANT: When you are unsure how to implement something, call these tools FIRST before guessing. They will save you time and help you write correct code.
Available Tools (8 total)
| Tool | What it does | Key parameters |
|---|---|---|
search_knowledge |
Search KB for framework docs, APIs, best practices | query (required), context (optional) |
build_plan |
Build a step-by-step execution plan grounded in KB | goal (required), constraints (optional) |
review_plan |
Review a plan against KB best practices | proposal (required), goal (required) |
verify_code_math |
Verify code against authoritative ML descriptions | code_snippet (required), concept_name (required) |
diagnose_failure |
Diagnose training/deployment failures via KB | symptoms (required), logs (required) |
propose_hypothesis |
Propose ranked next-step hypotheses | current_status (required) |
query_hyperparameter_priors |
Query hyperparameter values and heuristics | query (required) |
get_page |
Retrieve a specific KB page by ID | page_id (required) |
When to Use These Tools
Call search_knowledge for questions like:
- "How do handoffs work in the OpenAI Agents SDK?"
- "How to serialize and restore agent state between requests?"
- "How to disable parallel tool calls when handoff tools are registered?"
- "How to export agent configuration to declarative JSON?"
- "How to build a router agent that classifies into 27 intent categories?"
Call build_plan at the start:
- "Build a multi-agent customer support triage service with 27 intent categories, handoffs, and state persistence using FastAPI"
Call review_plan after drafting your approach:
- Pass your implementation plan and let the KB check it against best practices
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 47 lines · 0 tokens per session scan A 216e257e8800
customer_support_agent is a skill published in the GitHub repository Leeroo-AI/leeroopedia-mcp (14 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 654 tokens. 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 skills, from other repositories
trulens-evaluation-setup
Configure feedback functions and selectors for TruLens evaluations.
trulens-instrumentation
Instrument LLM apps with TruLens OTEL-based tracing - from setup to debugging and optimization.
trulens-evaluation-workflow
Systematically evaluate your LLM application with TruLens.
trulens-blocking-guardrails
Configure and use feedback functions as runtime blocking guardrails.
trulens-dataset-curation
Create and curate evaluation datasets with ground truth for TruLens.
ml-engineering
Field-tested methodology and concrete recipes for training and operating large-scale LLM/VLM/multi-modal models end to end - choosing and benchmarking accelerators, storage and network; SLURM/Kubernetes orchestration; maximizing training throughput and fitting models in memory; diagnosing and surviving training…