pair-agent

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Connecting a second AI agent to your local browser normally requires manual tunneling, credential sharing, and ad-hoc instructions. This Skill automates the pairing handshake so a remote agent can safely view and act in your browser with scoped permissions. ## Core Features & Use Cases - One-command pairing: Generates a setup key and prints connection instructions the remote agent can follow. - Broad agent compatibility: Works with OpenClaw, Hermes, Codex, Cursor, or any agent capable of making HTTP requests. - Scoped access control: The remote agent gets its own tab with read+write access by default, with admin access only on explicit request. - Use Case: You are debugging a web app locally and want a second agent (e.g., Codex in another terminal) to inspect pages and reproduce a bug. Invoke the skill, share the printed setup key, and the remote agent connects to its own scoped browser 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 connect a remote AI agent to my browser?

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

Which AI agents can pair with my browser using this skill?

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

What permissions does the paired remote agent get in my browser?

The remote agent receives its own tab with read and write access by default. Admin-level access is granted only when explicitly requested, keeping the pairing scoped and controlled.

Can I use voice commands to trigger browser agent pairing?

Yes, speech-to-text aliases such as "pair agent", "connect agent", "share my browser", and "remote browser access" trigger the skill. These map to the same pairing workflow as typed invocations.

Is it safe to share browser access with another AI agent?

Access is scoped to a dedicated tab with read-write permissions by default, so the remote agent cannot take over your whole browser. Admin access requires an explicit request, giving you control over privilege escalation.