Webmcp Kit
Description
Make your website agent-ready: a coding-agent plugin for Claude Code and Codex that adds WebMCP tools to your web app
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
WebMCP Kit
Make your website or web app agent-ready. WebMCP Kit is a coding-agent plugin that adds [WebMCP](https://github.com/webmachinelearning/webmcp) tools to your site or application, so browser agents can act through your app's own logic instead of scraping the page.
It reads your repo, proposes a tool plan, **waits for your approval**, implements the tools with [`@nekuda/webmcp-sdk`](https://www.npmjs.com/package/@nekuda/webmcp-sdk), and verifies them in a real browser. Everything runs locally — **your code never leaves your machine**; there is no hosted scanner.
Works with **Claude Code** and **Codex**.
Install
**Claude Code**
/plugin marketplace add nekuda-ai/webmcp-kit
/plugin install webmcp-kit@nekuda
**Codex**
codex plugin marketplace add nekuda-ai/webmcp-kit
codex plugin add webmcp-kit
Or run `/plugins` inside Codex and install it from the browser there.
On Codex, installing also registers the plugin's lifecycle hooks (`PreToolUse`/`Stop`) — they only ferry feedback from the live review UI back to the agent, and you can inspect them anytime with `/hooks`.
Package for the OpenAI Platform
Build the skills-only ZIP accepted by the OpenAI Platform plugin uploader:
python3 scripts/package-openai-skills.py
The archive is written to `dist/webmcp-kit-.zip`. It includes the Codex manifest, brand assets, and both skills, and leaves out repository files and the lifecycle hooks used by the full marketplace install.
Prerequisites
- Claude Code or Codex
- A website or web app you can run locally — any stack, the plugin adapts
- Bun (optional) — powers the live review UI; without it you review the plan in chat
- Chrome 150+ with the WebMCP flag enabled (
chrome://flags) — used to verify tools in a real browser
Use
Open your repo in your agent and ask it to make your website or web app agent-ready (in Claude
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11