{
  "slug": "agent-browser-isolation",
  "title": "Agent Browser Isolation (never hijack the user's tabs)",
  "type": "skill",
  "version": "0.1.0",
  "description": "HARD SAFETY RULE for every Adom agent that drives a browser: never navigate, reload, or close a tab or window you did not create. The native-browser bridge controls the user's REAL Chrome/Edge, full of their live work and other AI threads. Open your own isolated window and operate only on tab IDs you created. Read before any nbrowser_* or browser_* driving.",
  "tags": [
    "skill",
    "safety",
    "browser",
    "native-browser",
    "automation"
  ],
  "discovery_triggers": [
    "nbrowser",
    "nbrowser_navigate",
    "nbrowser_open_window",
    "browser_navigate",
    "browser_open_window",
    "drive the browser",
    "drive browser",
    "native browser",
    "native-browser bridge",
    "adom-browser-extension",
    "control my chrome",
    "control my edge",
    "real browser",
    "signed-in browser",
    "logged-in browser",
    "puppeteer browser",
    "pup window",
    "open a tab",
    "navigate the browser",
    "redirect the page",
    "browser tab",
    "chip-fetcher",
    "scrape vendor",
    "automate a login"
  ],
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "headline": "Never hijack the user's browser tabs",
    "subhead": "Drive only windows you opened. The user's real browser holds their live work, including other AI threads.",
    "screenshot": "docs/hero.png"
  }
}