pair-agent

Generates a setup key to pair a remote AI agent with your browser session.

1|Updated Jul 23, 2026
One-click install
npx skills add https://github.com/sanjanb/my-agent-harness --skill pair-agent-sanjanb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-agent
Source: https://github.com/sanjanb/my-agent-harness/tree/main/skills/pair-agent
Command: npx skills add https://github.com/sanjanb/my-agent-harness --skill pair-agent-sanjanb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting a second AI agent to your browser normally requires manual credential sharing and ad-hoc instructions. This Skill automates the pairing handshake so a remote agent gets scoped browser access without manual setup. ## Core Features & Use Cases - One-command pairing: Generates a setup key and prints connection instructions the remote agent can follow over HTTP. - Broad agent compatibility: Works with OpenClaw, Hermes, Codex, Cursor, or any agent capable of making HTTP requests. - Scoped access control: The remote agent receives its own browser tab with read+write access by default, with admin access available on request. - Use Case: You are running a coding agent in one terminal and want a research agent in another tool to inspect pages in your browser. Invoke the skill, hand the printed instructions to the second agent, and it connects with its own scoped tab. ## Quick Start Ask the assistant to pair a remote agent with your browser so another AI agent can connect and use it.

Frequently Asked Questions about pair-agent

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

FAQPage Schema
How do I let another AI agent use my browser?

Invoke the pair-agent skill to generate a setup key and printed instructions. Hand those instructions to the remote agent, which connects over HTTP and receives its own browser tab with scoped access.

Which AI agents can connect through browser pairing?

Any agent capable of making HTTP requests can pair, including OpenClaw, Hermes, Codex, and Cursor. The skill prints connection instructions the remote agent follows to establish the session.

What permissions does a paired remote agent get?

The remote agent receives its own browser tab with read and write access by default. Admin-level access is available only on explicit request, keeping the default scope limited.

Can I trigger browser pairing with a voice command?

Yes, speech-to-text aliases such as "pair agent", "connect agent", "share my browser", and "remote browser access" are recognized triggers for the skill.

Does pairing work in headless or spawned sessions?

In spawned sessions the skill skips interactive prompts and auto-chooses recommended options. In headless sessions where user questions cannot be answered, the workflow blocks rather than proceeding silently.