SKILL · Development
🌐
Browser Computer
availablePersistent remote browser profiles for TeamDay agents — authenticated browsing, screenshots, DOM snapshots, and form interaction from a runner computer.
What This Skill Does
Browser Computer gives TeamDay agents a persistent Chromium profile on a hosted runner computer. It is designed for web tasks that require browser state, such as authenticated dashboards, visual inspection, screenshots, and form workflows.
Capabilities
- Persistent Profiles — Keep site login state in named browser profiles.
- Page Snapshots — Extract title, URL, visible text, links, inputs, and buttons.
- Screenshots — Save PNG captures from the active page.
- Browser Interaction — Open pages, click selectors, type into fields, and run page JavaScript.
- MCP Access — Agents use the local
teamday-browser-computerMCP server inside the runner workspace.
How It Works
- The runner starts Chromium with a durable profile directory.
- The local Browser Computer MCP controls the browser over Chrome DevTools Protocol.
- Agents use compact tools for navigation, snapshots, screenshots, and interaction.
- Profiles persist across tasks when the runner home is durable.
Example Usage
"Open our analytics dashboard and summarize today's traffic"
"Take a screenshot of this logged-in page"
"Inspect this form and tell me what fields are required"