pair-agent

Shares your authenticated local browser with remote AI agents via isolated, timed sessions.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/2300031147/clawopencode --skill pair-agent-2300031147
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-agent
Source: https://github.com/2300031147/clawopencode/tree/main/skills/pair-agent
Command: npx skills add https://github.com/2300031147/clawopencode --skill pair-agent-2300031147

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You can share your browser with a remote AI agent so the agent can browse using your authenticated session, enabling collaborative automation without giving up control or credentials. This approach reduces setup friction and lets multiple agents operate in parallel with isolated tabs and per-agent sessions.

Core Features & Use Cases

  • One-time setup key generation to authorize a remote agent.
  • Separate browser tabs per agent to keep sessions isolated.
  • Time-bounded sessions (5 minutes) to minimize risk and keep control tight.
  • Use cases include remote browsing for debugging, data gathering, or orchestrating tasks with helper agents.

Quick Start

Run the local browser server, generate a setup key, and paste the instructions into the remote agent to start browsing.

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 session with a remote AI agent, run a local HTTP server and generate a one-time setup key. Paste the generated instructions into the remote agent to authorize it to browse using your authenticated local session.

Can I run multiple remote agents in the same browser without credential conflicts?

Yes, you can run multiple remote agents in the same browser. The system allocates separate browser tabs per agent to keep sessions isolated, enabling parallel automation without credential conflicts.

What is the time limit for a remote agent browsing session?

The time limit for a remote agent browsing session is 5 minutes. This time-bounded session expiration minimizes security risk and keeps control tight by automatically terminating access.

Do I need to expose my passwords to let an external agent browse the web?

No, you do not need to expose passwords. The pairing approach uses your existing authenticated browser session via a local server and one-time setup key, enabling collaborative automation without giving up control or credentials.

When should I use cross-agent browsing for automation tasks?

Use cross-agent browsing for automation tasks when you need an external agent to perform remote browsing for debugging, data gathering, or orchestrating tasks with helper agents while maintaining local session control.