INTEGRATION

Skill for Codex / Claude

Install a Remote Browser skill so coding agents can use your CDP endpoint for browser automation.

Install

install remote-browser-agent skill
curl -fsSL https://app.remote-browser.dev/skills/install-remote-browser-agent.sh \
  | bash -s -- https://app.remote-browser.dev

Environment

agent environment
REMOTE_BROWSER_CDP_URL="wss://brapi.remote-browser.dev/connect?apiKey=YOUR_API_KEY&profileName=Personal%20Profile&region=auto&timeout=5"

What it does

  • Installs SKILL.md and agents/openai.yaml into the Codex skills directory.
  • Also installs into ~/.claude/skills when a Claude home directory exists.
  • The skill reads REMOTE_BROWSER_CDP_URL and treats it as secret.
  • Restart Codex / Claude after install so the skill is discovered.
Next stepFAQ