
from tandem-browser536
Connect to a running Tandem instance (MCP or HTTP) to inspect, interact with, and automate actions in the user's real browser context while preserving safety an
Tandem Browser exposes the capabilities of a running Tandem instance to agents, enabling safe human-AI co-browsing in the user's real browser context. The skill documents MCP and HTTP integration patterns, discovery endpoints, targeting styles (active tab, specific tabId, or session partition), durable handoffs, prompt-injection handling, trust tiers, and recommended workflows for background helper tabs, snapshots, and SPA state mining. It prioritizes safety: prefer snapshots and page-content reads over raw HTML, always verify completion metadata for actions, and use durable handoffs for pauses or approvals.
Use this skill when an agent needs to inspect or interact with tabs that the user already has open, perform actions inside authenticated sessions, coordinate multi-step browser tasks with the user, or run background helper tabs without stealing focus. It's the right choice when the task requires the user's real browser state (cookies, logged-in sessions) rather than a sandboxed headless browser.
Agents that support MCP or can call HTTP APIs and manage tokens — e.g., Claude Code, agent frameworks that speak MCP, and other assistants capable of orchestrating browser-based tasks.
This skill has not been reviewed by our automated audit pipeline yet.