pair-agent

Pair a remote AI agent with your browser using a local session key.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Bradliebs/VolumeTurtle --skill pair-agent-bradliebs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-agent
Source: https://github.com/Bradliebs/VolumeTurtle/tree/main/.gstack/pair-agent
Command: npx skills add https://github.com/Bradliebs/VolumeTurtle --skill pair-agent-bradliebs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pair remote AI agents with your browser, enabling secure, coordinated browsing sessions where a second agent acts as an authenticated browser user under controlled access.

Core Features & Use Cases

  • One-time setup key generation to establish a dedicated browser session for a remote agent.
  • Per-agent tabs and isolated sessions to prevent cross-talk and preserve security boundaries.
  • Use cases include collaborative debugging, AI-assisted browsing, and automation workflows that require live web access.

Quick Start

Run the pair-agent skill to generate a one-time setup key and print instructions the other agent can follow to connect.

Frequently Asked Questions about pair-agent

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

FAQPage Schema
How do I share my browser session with a remote AI agent?

To share your browser with a remote AI agent, you run a local HTTP session server that generates a one-time setup key. The remote agent uses this key to complete a token-based handshake, establishing an authenticated browsing session.

How are remote AI agents isolated when accessing my local browser?

Remote AI agents are isolated using per-agent session tokens that validate and restrict access to dedicated browser tabs. This session-based isolation prevents cross-talk between agents and maintains strict security boundaries during collaborative tasks.

Can I use this to coordinate live web access for AI-assisted testing?

Yes, pairing a remote AI agent with your browser supports live web access for AI-assisted testing, collaborative debugging, and automation workflows. The remote agent acts as an authenticated browser user under your controlled access.

What is the setup process for cross-agent browsing using a session key?

Setup for cross-agent browsing involves running the skill to generate a one-time setup key and starting a local HTTP session server. It then prints connection instructions for the other agent to follow using per-agent session tokens.

Do I need a local HTTP server to enable remote access for another agent?

Yes, a local HTTP session server is required to enable remote access for another agent. It facilitates the key generation and token-based handshake needed to validate and isolate each remote agent's dedicated browser tab.