Caplets Catalog
official
spiritledsoftware/caplets

Browser Use

Drive the user's real browser through Playwright MCP for local control.

Install
caplets install spiritledsoftware/caplets browser-use

Inspect before installing

  • Local controlThis Caplet can operate against local project or machine state.
CAPLET.md

Frontmatter

FieldValue
nameBrowser Use
descriptionDrive the user's real browser through Playwright MCP for local control.
useWhenUse for signed-in web apps, current tabs, extension-backed inspection, or workflows that require the user's real browser context.
avoidWhenPrefer an isolated test browser when the real signed-in browser environment is not required.
tagsbrowser, playwright, mcp
catalog.iconhttps://playwright.dev/img/playwright-logo.svg
mcpServer.commandnpx
mcpServer.args-y, @playwright/mcp@latest, --extension

Browser Use

Targeting and Observation

  • The operator should identify the target page, tab, and intended outcome before interaction.
  • Navigation state, screenshots, accessibility snapshots, and DOM inspection provide an observation-first view of the page.
  • Initial interactions should remain minimal and reversible, with evidence collection bounded to the task.

Safe Operation

  • Actions occur in the user's real browser and can sign in, submit forms, trigger purchases, or change account data.
  • Credential entry, payment approval, destructive form submission, and account-setting changes require explicit user direction.