Install
openclaw skills install webmcp-adapter-creatorCreate fallback site adapters for websites that do not expose native WebMCP. Use when a site needs a new adapter module, tool schema design, browser-side request execution, or request-template extraction from observed page behavior.
openclaw skills install webmcp-adapter-creatorUse this skill to create or update a fallback SiteAdapter for @webmcp-bridge/local-mcp.
Use this skill when:
navigator.modelContextIf the user only needs to connect to an existing site through the bridge, use $webmcp-bridge instead.
pnpm is installed for local package work.npx playwright install has already been run in the current environment when Playwright browsers are not present.navigator.modelContext already exists$webmcp-bridge instead of writing an adapterskills/webmcp-adapter-creator/scripts/scaffold-adapter.sh --name <site> --host <host> --url <url>manifestcreateAdapter()tweet.get, timeline.home.list, user.getsource and reason fields so callers can see which path rantype() or fill() only as a fallbackAUTH_REQUIRED, UPSTREAM_CHANGED, and CHALLENGE_REQUIRED.references/workflow.mdreferences/network-discovery.mdreferences/request-template-patterns.mdreferences/adapter-runtime-patterns.mdreferences/testing.mdscripts/scaffold-adapter.sh