skills/browser-automation/SKILL.md
Playwright-based browser automation for web interaction
npx skillsauth add fatby/duncrew browser-automationInstall 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.
Playwright-based browser automation for web interaction.
Navigate browser to a URL or perform navigation actions.
{"tool": "browser_navigate", "args": {"url": "https://example.com"}}
Click on an element identified by selector or text.
{"tool": "browser_click", "args": {"text": "Submit"}}
Fill in form fields (input, textarea, select).
{"tool": "browser_fill", "args": {"selector": "#email", "value": "[email protected]"}}
Extract content from the page.
{"tool": "browser_extract", "args": {"extract_type": "links", "limit": 20}}
Take a screenshot of the page or element.
{"tool": "browser_screenshot", "args": {"full_page": true, "format": "png"}}
pip install playwright && playwright install)tools
Use the webSearch tool to find information online.
development
Query weather information for any location.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.