pair-agent

Share a local browser session with remote AI agents via HTTP-based tab isolation.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/a29paul/hexlens --skill pair-agent-a29paul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-agent
Source: https://github.com/a29paul/hexlens/tree/main/.claude/skills/gstack/pair-agent
Command: npx skills add https://github.com/a29paul/hexlens --skill pair-agent-a29paul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of wanting to let another AI agent browse the web using your browser. Instead of manually configuring proxies or sharing cookies, it creates a secure, scoped session with one command.

Core Features & Use Cases

  • One-command setup: Generates a setup key and prints copy-paste instructions for the remote agent.
  • Scoped access: The remote agent gets its own tab with read+write access by default, and admin access on request.
  • Works with any HTTP-capable agent: Compatible with OpenClaw, Hermes, Codex, Cursor, or any agent that can make HTTP requests.
  • Secure and temporary: The setup key expires in 5 minutes, and each agent gets isolated tabs.

Quick Start

Use the pair-agent skill to share your browser with a remote AI agent.

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 local browser session with a remote AI agent?

Share your local browser session with a remote AI agent by starting a local HTTP server, generating a one-time setup key, and passing the copy-paste instructions to the remote agent for connection.

Can I grant an AI agent temporary web browsing access without exposing my full browser state?

Yes, you can grant temporary web browsing access without exposing your full browser state by using HTTP-based tab isolation to create scoped tabs with configurable read, write, or admin permissions.

Does pair-agent work with any HTTP-capable agent like Codex or Cursor?

Yes, pair-agent works with any HTTP-capable agent, including Codex, Cursor, OpenClaw, and Hermes, because it relies on standard HTTP requests for communication and session token authentication.

What are the security limitations of using a setup key to share browser access?

The primary security limitation is time: the generated setup key expires in 5 minutes, and access is scoped through isolated tabs with temporary session tokens to prevent unauthorized persistent connections.

How do I configure permissions for a remote agent accessing my browser tabs?

Configure permissions for remote agent browser access by assigning read and write access by default during setup, or granting admin access upon specific request by the remote agent.