# Setup

> Install the local ChatGPT browser runtime bridge for Claude Code

- Skill: `stickerdaniel/setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stickerdaniel/setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stickerdaniel/setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: stickerdaniel (https://skillmd.com/u/stickerdaniel)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stickerdaniel/setup

---


Explain the trust boundary before installation: the bridge can control authenticated browser sessions, uses undocumented local OpenAI interfaces, and is currently an experimental macOS developer preview.

For a published release, install an exact reviewed version:

```bash
npx --yes browserjack@0.3.0 setup --client plugin --scope user
```

For a source checkout, run:

```bash
npm run build
node dist/cli.js setup --client plugin --scope user
```

Do not use `@latest` for a reviewed or reproducible installation. Do not enable global all-sites, file-upload, file-URL, or raw node_repl approval as part of setup.

