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®ion=auto&timeout=5"
What it does
- Installs
SKILL.mdandagents/openai.yamlinto the Codex skills directory. - Also installs into
~/.claude/skillswhen a Claude home directory exists. - The skill reads
REMOTE_BROWSER_CDP_URLand treats it as secret. - Restart Codex / Claude after install so the skill is discovered.