What Ships
An agent skill is a packaged set of instructions and working code patterns your agent loads on demand. Fiddler publishes these skills in the open agentskills.io format directly from the documentation site. Two skills ship today:
Alongside the skills, Fiddler serves a documentation Model Context Protocol (MCP) server at
https://docs.fiddler.ai/mcp. A connected agent can search and read the docs, and the skills are exposed as MCP resources, so an agent can read them without installing anything.
Connect the MCP Server
Connecting the MCP server is the fastest way to start — it requires no installation and works with any MCP client. Use the page-actions menu on every docs page to connect a client in one click: open it and choose your client from the Cursor, VS Code, and MCP entries. For any other MCP client, add the server manually:One-Line Install
Install the skills into your supported agents with a single command. It requires Node.js (which providesnpx) and detects which agents you have installed, adding the skills to each:
.claude/skills/ (or ~/.claude/skills/ for a user-scope install). To confirm the skills are active, ask your agent “which Fiddler skills do you have available?”, or start a task that mentions onboarding a Fiddler model and check that the fiddler-ml-onboarding skill engages.
Compatibility
This matrix lists only what is tested today. It grows as we verify more agents.
Copying a skill’s raw
SKILL.md into your agent’s skills directory is the verified path today and the fallback when an agent supports neither install-from-URL nor MCP; the discovery index at https://docs.fiddler.ai/.well-known/agent-skills/index.json lists every published skill’s SKILL.md URL. npx skills add https://docs.fiddler.ai is the streamlined one-liner and works with any agent the skills CLI supports. Additional agents, such as Cursor, get their own rows here as we verify them.
Skills are most reliably applied by frontier-tier models. A smaller model may need an explicit nudge — for example, “use the fiddler-ml-onboarding skill” — to apply the packaged guidance.
Everything Else Your Agent Needs
For anything the skills do not cover, point your agent at the Fiddler llms.txt index (https://docs.fiddler.ai/llms.txt) and connect the documentation MCP server (https://docs.fiddler.ai/mcp). Together they let an agent discover and read any page on the docs site on demand.
Next Steps
Onboard an ML Model
Register a tabular model and start monitoring drift and performance in about 10 minutes.
Monitor an LLM Application
Stand up monitoring for an LLM or GenAI application end to end.
Get Started in 10 Minutes
A condensed, end-to-end tour of Fiddler for your first hands-on run.