pair-agent

Generate a setup key and instructions to pair a remote AI agent with a browser.

12|6|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/shogo-labs/shogo-ai --skill pair-agent-shogo-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-agent
Source: https://github.com/shogo-labs/shogo-ai/tree/main/packages/agent-runtime/templates/virtual-engineering-team/.shogo/skills/gstack-pair-agent
Command: npx skills add https://github.com/shogo-labs/shogo-ai --skill pair-agent-shogo-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables secure pairing between a remote AI agent and your browser, allowing a controlled agent to operate in your browser context with a single setup key and clear access scopes.

Core Features & Use Cases

  • One-command setup key generation and instructions so another agent can connect to your browser.
  • Works with agents that can make HTTP requests (OpenClaw, Hermes, Codex, Cursor, and similar runtimes) and presents a dedicated, scoped browser tab.
  • Use when you need to grant a remote agent read+write access by default (admin on request) in a private, auditable session.

Quick Start

Invoke the pair-agent workflow to generate a setup key and print the connection instructions for the remote agent.

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?

To connect a remote AI agent to your browser, you generate a setup key and provide the connection instructions to the agent. The agent then uses HTTP requests to establish a dedicated, scoped tab within your browser session.

Can I grant a remote agent read and write access to my browser session?

Yes, you can grant a remote agent read and write access to your browser session, with admin access available on request. This operates within a private, auditable session using a dedicated, scoped browser tab.

What types of AI agents can pair with a browser using HTTP requests?

AI agents that can issue HTTP requests can pair with your browser, including runtimes like OpenClaw, Hermes, Codex, and Cursor. The pairing creates a dedicated, scoped tab for the remote session to operate within.

Do I need a specific runtime to pair a remote agent with my browser?

Yes, pairing a remote agent with your browser requires a browser-enabled runtime and the gstack orchestration to establish the connection. These components work together to generate the setup key and manage the scoped tab.

How does setup key generation work for remote browser access?

Setup key generation for remote browser access is initiated by invoking the pair-agent workflow, which creates the key and prints the connection instructions. The remote agent uses this key to securely connect and operate in your browser context.