pair-agent

Pair a remote AI agent with your local browser via a one-time setup key.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill pair-agent-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-agent
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/pair-agent
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill pair-agent-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you work with multiple AI agents (OpenClaw, Hermes, Codex, Cursor), only the one running locally can drive your browser. This Skill lets a remote agent share your local browser session so it can navigate pages, read content, and act on the web using your authenticated tabs. ## Core Features & Use Cases - One-command pairing: Generates a one-time 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 gets its own tab with full page access by default; the --restrict flag narrows permissions, with the pairing ceremony acting as the trust boundary. - Use Case: You are in Claude Code with a logged-in browser session and want a Codex agent to research a site that requires your credentials. Run the pairing command, paste the printed instructions into Codex, and it browses through your browser. ## Quick Start Ask the assistant to pair a remote agent with your browser, then paste the printed setup instructions into the other agent.

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?

Run the pair-agent skill, which generates a one-time setup key and prints instructions. Paste those instructions into the remote agent, and it connects to your browser over the local HTTP server with its own tab.

Which AI agents can connect to a shared browser session?

Any agent that can make HTTP requests can pair, including OpenClaw, Hermes, Codex, and Cursor. The skill prints agent-agnostic connection instructions that the remote agent follows.

Can I restrict what a paired remote agent does in my browser?

Yes. By default the remote agent gets its own tab with full page access, but the --restrict flag narrows that scope. The pairing ceremony itself is the trust boundary, so only pair agents you trust.

Is it safe to share my browser with a remote AI agent?

The remote agent gains page access within its own tab, which can include authenticated sessions. Treat the setup key as a credential, pair only with agents you trust, and use --restrict when full access is not needed.

Why does the pairing command fail to start?

A stale gstack install can leave the skill-start script missing or outdated, triggering degraded mode. Run ./setup or /gstack-upgrade to refresh the installation, then retry the pairing command.