Communityv1.0.0

WebMCP

This skill should be used when browsing or automating web pages that expose tools via the WebMCP API (window.navigator.modelContext). It teaches agents how to discover, inspect, and invoke WebMCP tools on websites instead of relying on DOM scraping or UI actuation.

1.9kdownloads3stars13active installsBruno Pérez
View on ClawHubBack to Skills

Skill Details

Slug
webmcp
Latest Version
1.0.0
Author
Bruno Pérez
Published
Feb 10, 2026
Updated
Feb 25, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for WebMCP.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of webmcp skill. - Allows agents to discover, inspect, and invoke website tools exposed via the WebMCP API, as an alternative to DOM scraping. - Details detection of WebMCP support, listing and invoking tools, and handling JSON Schema-based tool parameters. - Describes user interaction flows for sensitive tool operations. - Provides agent workflow for integrating with dynamic, per-page toolsets. - Notes limitations: requires browser context, sequential tool execution, dynamic tool registration, and permission gating.