Use when an agent needs to drive a real Chrome window via webcmd — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing adapters — see webcmd-adapter-author for that.
$npx -y skills add agentrhq/webcmd --skill webcmd-browserInstalls into the current project.
Run `npx skills use "https://github.com/agentrhq/webcmd" --skill "agentrhq/webcmd/webcmd-browser"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/agentrhq/webcmd" that are relevant to the current task. Run `npx skills add "https://github.com/agentrhq/webcmd"` and select the relevant skills, then follow their instructions.