From browser-for-ai
Log into any website using the Playwright browser. Navigate to login page, let user complete authentication, verify login status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/browser-for-ai:browser-loginThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You MUST use the `mcp__plugin_browser-for-ai_browser__*` tools (NOT computer-use, NOT Claude in Chrome).
You MUST use the mcp__plugin_browser-for-ai_browser__* tools (NOT computer-use, NOT Claude in Chrome).
Navigate to the login page:
browser_navigate to go to the URL the user specifiedhttps://accounts.google.comTake a screenshot using browser_take_screenshot and show it to the user
Tell the user:
I've opened the login page. The browser window should be visible on your desktop. Please complete the login in that window. Once done, let me know!
If you can't see the browser window, I'll show you screenshots of what's happening and can help type your credentials (except passwords).
Wait for user confirmation
Take another screenshot to verify login status
Confirm the session is saved and will persist.
mcp__plugin_browser-for-ai_browser__* tools~/.browser-for-ai/chrome-profile/npx claudepluginhub s860164/browser-for-ai --plugin browser-for-aiCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.