web-browse
Give your coding agent a real, logged-in browser
Use a real browser from your coding agent without handing over passwords. Local mode works with your signed-in Chrome profile; cloud mode handles public and headless work.
When to use it
- A task requires browser state that source code cannot show.
- The site is behind a login already active in your browser.
- You need screenshots or extracted page content as evidence.
Supported agents
- Claude Code
- Codex
- Cursor
- Gemini CLI
The repository mirrors the same skill package in each agent’s native directory.
Install and inspect the source
Clone the public ThinkRun repository, then install this skill in your agent’s native skills directory.
cp -r thinkrun/.claude/skills/web-browse ~/.claude/skills/View web-browse source on GitHub