byappautomaton· 32 skills
Persistent Chrome/Chromium browser automation skill built on nodriver. Use when a page needs JavaScript rendering, authorized login/session continuity, clicking or typing, DOM snapshots with stable refs, screenshots, or multi-step look-think-act flows that ordinary WebFetch/search cannot complete. Auto-starts a headless or headed Chrome daemon, can use an isolated skill profile or the user's Chrome profile, and preserves one tab across calls; not for static pages, simple searches, JSON APIs, or one-off scrapes.
$npx -y skills add appautomaton/webmaton --skill nodriver-browserInstalls into the current project.
Run `npx skills use "https://github.com/appautomaton/webmaton" --skill "appautomaton/webmaton/nodriver-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/appautomaton/webmaton" that are relevant to the current task. Run `npx skills add "https://github.com/appautomaton/webmaton"` and select the relevant skills, then follow their instructions.