Skip to content
Skylark Skills
Submit a skill

Standards

Three open standards let a website offer something useful to an AI agent. People mix them up constantly, mostly because two of them have MCP in the name. They solve different problems, and a site can adopt all three.

The short version. A web skill tells the agent how to use your site. WebMCP gives it functions on the page instead. Remote MCP lets it skip your site and talk to your backend. If you only do one, do the web skill: it is the cheapest and it works in the most places.

Side by side

Which should you pick?

Start from what you already have, rather than from the technology.

Why bother at all

Agents will attempt your site whether or not you help them. What you control is whether they work from a screenshot and a guess, or from something you wrote.

The gap shows up when things go wrong. An agent that misreads a cancellation screen and cancels the wrong plan produces a support ticket with your name on it. Telling it which flows are safe to automate, and where it has to stop and ask, costs less than handling the aftermath.

There may be an upside as well, though it is harder to bank on. Agents that can use your site reliably will probably keep using it, and nobody yet knows what that traffic is worth. The protection against the downside is the part you can count on today.

This site does all three

We publish all three ourselves, at the locations any other site would use. It keeps us honest. If our own advice stops working, our own pages are the first thing to break.