skills/browser/SKILL.md
Control a browser — navigate, click, fill forms, screenshot, scrape, run JS. Ask user for headless preference.
npx skillsauth add Rawknee-69/Beta-Claw browserInstall 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.
The browser tool gives you full Playwright control over named sessions.
Before opening a browser, ask:
browser action=open sessionId=main headless=true
browser action=navigate sessionId=main url="https://example.com"
browser action=click sessionId=main selector="button#submit"
browser action=fill sessionId=main selector="#email" text="[email protected]"
browser action=screenshot sessionId=main savePath="/tmp/page.png"
Then use: read path=/tmp/page.png to show the file path.
browser action=get_text sessionId=main selector="article"
browser action=evaluate sessionId=main script="document.title"
browser action=save_state sessionId=main
State is saved to .beta/browser-state/{sessionId}.json and reloaded on next open.
browser action=close sessionId=main
Use different sessionId values. Example: sessionId=gmail-alice, sessionId=work. Each session has separate cookies and auth state. Sessions persist across turns.
browser action=open sessionId=tricky headless=false
development
Search the web and summarize results
development
Send messages via Telegram Bot API
data-ai
Show system health, active models, channels, and skills
tools
Full betaclaw installation and onboarding wizard