Anthropic Skills are packaged capability bundles — typically a SKILL.md plus optional scripts — that a Claude agent loads on demand. wmcp.sh is a runtime MCP gateway that extracts tools from URLs and specs on the fly. Different shapes. Often used together.
Skills define how the agent reasons about a workflow. wmcp.sh supplies what external systems the agent can call.
wmcp.sh is not affiliated with, endorsed by, or sponsored by Anthropic, PBC. "Claude" is a trademark of Anthropic, PBC. All claims about Skills are based on Anthropic's public documentation at docs.anthropic.com and subject to change.
Packaged capability bundles — a SKILL.md instruction file plus optional scripts and resources — that a Claude agent harness can load when relevant. Authored ahead of time; distributed within the Anthropic ecosystem (claude.ai, Claude Code, API).
A runtime gateway: point at any URL, OpenAPI spec, or upstream MCP server. Returns MCP tools immediately, no packaging step. Works with any MCP client — Claude, Cursor, LangChain, OpenAI Agents SDK, custom code.
| Capability | Anthropic Skills | wmcp.sh |
|---|---|---|
| Format | SKILL.md + optional scripts/resources (per Anthropic docs) | MCP tool descriptors served over Streamable HTTP |
| Authoring model | Static — authored ahead of time, packaged | Dynamic — extracted at runtime from a URL or spec |
| Runtime location | Anthropic's agent harness (claude.ai, Claude Code, API) | Cloudflare Workers edge, callable from any MCP client |
| Cross-agent compatibility | Designed for the Claude ecosystem | Any MCP client — Claude, Cursor, LangChain, OpenAI Agents SDK |
| Best at | Pre-authored workflows + reasoning patterns | Surfacing external systems as tools without authoring each one |
| OpenAPI spec ingest | Skill author can include scripts that call APIs | ✅ Any OpenAPI 3 spec → MCP tools automatically |
| Shopper-side adapters | Author-dependent | ✅ Shopify storefronts (~4M+ public) |
| OAuth-proxy upstream MCP | Out of scope | ✅ wmcp.sh/mcp/<provider> |
| Distribution | Within Anthropic ecosystem | Public HTTP endpoint + /directory listing |
| Pricing | Per Anthropic's pricing for Claude usage — see anthropic.com | 100 reads/day free anonymous; managed from $499 one-time |
Details about Anthropic Skills are based on Anthropic's public documentation and subject to change. See docs.anthropic.com for current canonical information.
┌──────────────────────────────────────────────────────────┐
│ Claude agent (claude.ai / Claude Code / API harness) │
│ │
│ ┌──────────────────┐ ┌───────────────────────────┐ │
│ │ Skill A │ │ MCP client │ │
│ │ (SKILL.md + │ │ pointed at: │ │
│ │ scripts) │ │ https://wmcp.sh/mcp/... │ │
│ └──────────────────┘ └───────────────┬───────────┘ │
└─────────────────────────────────────────│────────────────┘
│ MCP / HTTPS
▼
┌──────────────────────────────────────────────────────────┐
│ wmcp.sh edge worker │
│ • OpenAPI ingest │
│ • shopper-side / OAuth-proxy / oracle adapters │
└──────────────────────────────────────────────────────────┘
Skill provides the workflow + reasoning template. wmcp.sh provides the dynamic tool surface.
Custom MCP adapter + hosted endpoint at mcp.yourbrand.com + verified badge. From $499 one-time setup; Managed Retainer $999/mo; Enterprise $4,999+/mo.