Agent skill · AI & Agents

webmcpify

Make a web app agent-ready — propose a WebMCP tool manifest, integrate, verify in a real browser, heal; unrelated code stays untouched. Use for "webmcpify", "add WebMCP", or "expose app actions to AI agents".

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotships scriptsMIT
Install
npx skills add github/awesome-copilot --skill webmcpify --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 12
SKILL.md size: 19 KB
Bundled scripts: yes
Path: skills/webmcpify/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# webmcpify — make any web app agent-ready, verifiably You are running the webmcpify pipeline. It takes an existing web application and exposes its user-facing functionality as [WebMCP](https://webmachinelearning.github.io/webmcp/) tools (`document.modelContext` — a proposed web standard incubated in the W3C Web Machine Learning Community Group, currently a Chrome origin trial), so browser AI agents can operate the app through structured tool calls instead of guessing at the DOM. ``` DETECT ──▶ INVENTORY ──▶ [HUMAN GATE: manifest approval] ──▶ INTEGRATE ──▶ VERIFY ──▶ HEAL ──▶ AUDIT ▲ loop per-area batches on big apps ▲ loop ▲ loop ▲ loop └── per area └── per manifest entry ──┘ ``` Everything you need ships inside this skill directory: phase guides in `references/`, and vendorable code in `templates/` (runtime, ambient types, JS variant, React JSX typings, verification spec). Never assume files exist outside the skill dir. **Out of scope** (stop and say so): backend-only MCP servers (that's classic MCP, not WebMCP), automating third-party sites you don't control, and generic SEO work. ## Invocation modes The user may pass an argument (`/webmcpify <mode>` or plain words): | Argument

What's inside
Steps it walks through
  1. Invocation modes
  2. Ground rules (non-negotiable, enforce in every phase)
  3. Fresh, authoritative guidance
  4. The state protocol — .webmcpify/ in the target repo
  5. Phase 0 — DETECT
  6. Phase 1 — INVENTORY (loop; scales to any size)
  7. GATE — manifest approval (the one main checkpoint)
  8. Phase 2 — INTEGRATE (loop)
  9. Phase 3 — VERIFY (loop)
  10. Phase 4 — HEAL (loop)
  11. Final — AUDIT + report
  12. References (read on demand, not upfront)
Ships with 11 files
  • references/heal.md
  • references/integrate.md
  • references/inventory.md
  • references/runtime.md
  • references/security.md
  • references/verify.md
  • templates/webmcp-jsx.d.ts
  • templates/webmcp.d.ts
  • templates/webmcp.spec.ts
  • templates/webmcpify.js
  • templates/webmcpify.ts
Commands it runs
npx -y modern-web-guidance@latest retrieve "webmcp,agentic-forms,agentic-javascript-tools"
More from awesome-copilot
All skills →
About this skill
What does the webmcpify skill do?

Make a web app agent-ready — propose a WebMCP tool manifest, integrate, verify in a real browser, heal; unrelated code stays untouched. Use for "webmcpify", "add WebMCP", or "expose app actions to AI agents".

How do I install it?

Run `npx skills add github/awesome-copilot --skill webmcpify --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going