One-click install
npx skills add https://github.com/hydro13/tandem-browser --skill tandem-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tandem-browser
Source: https://github.com/hydro13/tandem-browser/tree/main/skill
Command: npx skills add https://github.com/hydro13/tandem-browser --skill tandem-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tandem Browser enables safe, human-AI collaboration inside the user's real browser by exposing secure MCP and HTTP interfaces to inspect, browse, and interact with live tabs while preserving user context and explicit handoffs.

Core Features & Use Cases

  • Connect to a running Tandem instance locally (MCP or HTTP) or remotely over the network to issue read and control commands.
  • Read browser state, inspect tabs, networks, and in-page data, and coordinate with the user using durable handoffs, not repeated retries.
  • Manage workspaces, sessions, and per-tab contexts to keep tasks isolated and auditable.

Quick Start

Connect to a running Tandem instance via MCP or HTTP and begin your task.

Frequently Asked Questions about tandem-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser tasks safely using MCP without losing live user context?

To automate browser tasks safely, connect to a running Tandem Browser instance via MCP or HTTP, which exposes secure interfaces to inspect and interact with live tabs while honoring user approvals and durable handoffs.

Can I read live browser state and inspect open tabs through an HTTP API?

Yes, you can read live browser state and inspect open tabs via an HTTP API. The Tandem Browser exposes secure HTTP interfaces to read browser state, inspect networks, and extract in-page data for automated workflows.

What is the best way to manage isolated browser sessions for automated agent workflows?

The best way to manage isolated browser sessions for agent workflows is to use workspace and session boundaries. This keeps automated tasks isolated and auditable by managing per-tab contexts and utilizing durable handoffs.

Does Tandem Browser support coordinating actions across multiple workspaces and sessions?

Yes, Tandem Browser supports coordinating actions across multiple workspaces and sessions. It facilitates reading browser state and issuing control commands across isolated sessions to maintain auditable task boundaries.

Why use durable handoffs for browser automation instead of repeated retries?

Durable handoffs are used instead of repeated retries to coordinate actions safely with the user during browser automation. This method preserves live user context and ensures explicit approvals are honored without losing state.