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 leeroopedia-mcpgit 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/leeroopedia-mcp)<a href="https://agentmods.dev/skills/leeroo-ai/leeroopedia-mcp/leeroopedia-mcp"><img src="https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/leeroopedia-mcp/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/leeroopedia-mcp"><img src="https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/leeroopedia-mcp.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.00042 | $0.01660 |
| Opus 5 | $0.00021 | $0.00830 |
| Sonnet 5 | $0.00008 | $0.00332 |
| Haiku 4.5 | $0.00004 | $0.00166 |
Grade A, and why
leeroopedia-mcp 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 12d 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 — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Leeroopedia MCP
Leeroopedia is an ML/AI knowledge wiki. This skill teaches you when and how to call the Leeroopedia MCP tools so answers are grounded in documented best practices (not guesswork).
Default behavior
Use Leeroopedia MCP whenever the user asks anything that depends on ML/AI framework specifics or best practices (fine-tuning, post-training, inference serving, CUDA/Triton kernels, distributed training, RAG/agents, evaluation, config formats, API contracts, performance tuning).
If the question is purely general software engineering (no ML/AI-specific uncertainty), you may answer without tools.
Grounding policy
- Prefer tool-grounded answers over memory. If you are not 100% sure about an ML/AI detail, call a tool.
- Cite sources. When tools return
[PageID]citations, preserve them in your final answer. - Expand citations when needed. If the user asks “show me the source”, “give the full reference”, or you need precise details, call
get_pageon the cited[PageID]. - Use parallel searches. For ambiguous topics, call
search_knowledgemultiple times with different angles (faster and higher recall than a single broad query).
Tool selection guide
1) search_knowledge(query, context?)
Use when: you need documented facts: framework behavior, APIs, configs, conventions, design patterns, tradeoffs.
How to query well:
- Include framework + component + intent + constraints (model size, GPUs, latency/throughput target, memory limit, etc.)
- Ask narrow questions; do multiple calls instead of one giant query.
- Add
contextif you’re implementing a specific system.
Good query patterns
- “How does X work in Y (version)? What are the gotchas?”
- “What config fields are required for Z?”
- “Best practices for A given constraints B”
2) build_plan(goal, constraints?)
Use when: the user wants an end-to-end or multi-step implementation plan (pipelines, training runs, deployments, evaluations).
Output expectation: overview, key specs, numbered steps, validation criteria.
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.
- 12d ago First seen · 138 lines · 42 tokens per session scan A 7a3943b82524
leeroopedia-mcp is a skill published in the GitHub repository Leeroo-AI/leeroopedia-mcp (14 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 1,660 once invoked, about $0.0002 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 skills, from other repositories
ml-research-lab
Machine-learning research loop for dataset curation, fine-tuning, evaluation, inference deployment, experiment tracking, and model explainability. Use when working on ML experiments, training data, model benchmarks, RunPod/GPU runs, classifier quality, vLLM/GGUF serving, SHAP-style model explanations, or…
saelens
Train sparse autoencoders to interpret model features.
physicsnemo-discover
Official NVIDIA-authored guidance for navigating PhysicsNeMo — pick the model, datapipe, or example for a SciML/AI4Science task (surrogates, forecasting, downscaling, physics-informed, inverse, generative). Points at existing files via live repo search; never writes code. Do NOT use for installation or environment…
batch-processing-clinical-text
Run large-scale batch NER, PII extraction, or de-identification over many clinical notes on-device with OpenMed, with sharding, checkpointing, resumability, and append-only JSONL output. Use when the user needs to process a corpus or folder of notes, de-identify a dataset, run NER over thousands of documents, build a…
choosing-openmed-models
Discover and pick the right OpenMed model for a clinical or biomedical task, domain, or language. Use when the user asks which OpenMed model to use, wants to list model categories, find a Disease vs Oncology vs Privacy/PII model, get a PII model for a specific language, search models by size or task, or inspect a…
extracting-clinical-entities
Run clinical and biomedical named-entity recognition on medical text with OpenMed's analyzetext. Use when the user wants to extract diseases, drugs, anatomy, genes, or other biomedical entities from notes; needs NER output as dict/json/html/csv; wants to filter by confidence, group entities, toggle sentence detection…