leeroopedia-mcp

leeroopedia-mcp is a skill for Claude Code, Codex from Leeroo-AI/leeroopedia-mcp. It costs 42 tokens per session (1,660 once invoked), scanned A, original, MIT.

A connector to Leeroopedia, a knowledge wiki about machine learning and artificial intelligence. It supplies documented guidance for technical questions and can provide source citations.

In plain words
What is it for?
Use it for questions about fine-tuning, inference, CUDA or Triton, distributed training, retrieval-augmented generation, agents, evaluation, configuration, APIs, and performance tuning.
Why use it?
It reduces guesswork when answers depend on changing framework details or specialised machine-learning practices. It also helps verify code, mathematics, plans, and debugging advice against written sources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for questions about fine-tuning, inference, CUDA or Triton, distributed training, retrieval-augmented generation, agents, evaluation, configuration, APIs, and performance tuning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leeroo-ai/leeroopedia-mcp/leeroopedia-mcp
Install

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.

Any agent
npx skills add Leeroo-AI/leeroopedia-mcp --skill leeroopedia-mcp
Clone the repo
git clone --depth 1 https://github.com/Leeroo-AI/leeroopedia-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for leeroopedia-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/leeroo-ai/leeroopedia-mcp/leeroopedia-mcp/github.svg)](https://agentmods.dev/skills/leeroo-ai/leeroopedia-mcp/leeroopedia-mcp)
Your own site
<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.

agentmods 80×15 button for leeroopedia-mcp

Your own site · 80×15
<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>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 7a3943b82524, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

SKILL.md · 138 lines

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

  1. Prefer tool-grounded answers over memory. If you are not 100% sure about an ML/AI detail, call a tool.
  2. Cite sources. When tools return [PageID] citations, preserve them in your final answer.
  3. Expand citations when needed. If the user asks “show me the source”, “give the full reference”, or you need precise details, call get_page on the cited [PageID].
  4. Use parallel searches. For ambiguous topics, call search_knowledge multiple 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 context if 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.

Read the full file on GitHub · 138 lines

Changes

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.

  1. 12d ago First seen · 138 lines · 42 tokens per session scan A 7a3943b82524

Subscribe to this mod's changes

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.

Related

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…

AnastasiyaW/codex-claude-code-config · 96 tokens

saelens

Train sparse autoencoders to interpret model features.

NousResearch/hermes-agent · 14 tokens

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…

NVIDIA/physicsnemo · 124 tokens

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…

maziyarpanahi/openmed · 161 tokens

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…

maziyarpanahi/openmed · 134 tokens

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…

maziyarpanahi/openmed · 118 tokens