skills/webmcp-adapter-creator/SKILL.md
Create 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.
npx skillsauth add holon-run/webmcp-bridge webmcp-adapter-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use 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.shtools
Connect to X and Grok through the built-in local-mcp X adapter and one fixed UXC link. Use when the user wants to read timelines, inspect tweets, post on X, or chat with Grok from an authenticated browser profile.
tools
Connect to Weibo through the built-in local-mcp Weibo adapter and one fixed UXC link. Use when the user wants to read timelines, inspect posts, publish posts or comments, manage Weibo articles, or run Weibo search from an authenticated browser profile.
tools
Connect a website to the local-mcp browser bridge through a fixed UXC link. Use when the user needs to operate native WebMCP sites or adapter-backed sites through local-mcp, manage per-site browser profiles, or switch bridge presentation modes explicitly.
tools
Connect to Google Search and Gemini through the built-in local-mcp Google adapter and one fixed UXC link. Use when the user wants to run Google searches, chat with Gemini, or download generated Gemini images from an authenticated browser profile.