{
  "name": "@getpipher/browser",
  "version": "0.1.3",
  "description": "Browser automation skill for pi \u2014 drive your real Chrome via the browser-use CDP CLI (navigate, screenshot, coordinate-click, extract, tabs). Penetrates closed shadow-DOM & cross-origin iframes via compositor-level coordinate clicks where js selectors fail.",
  "keywords": [
    "pi-package",
    "pi-skills",
    "browser",
    "automation",
    "cdp",
    "chrome",
    "browser-use",
    "scraping",
    "qa"
  ],
  "license": "MIT",
  "author": "RECTOR (https://github.com/rz1989s)",
  "homepage": "https://github.com/getpipher/skills/tree/main/skills/browser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getpipher/skills.git",
    "directory": "skills/browser"
  },
  "bugs": {
    "url": "https://github.com/getpipher/skills/issues"
  },
  "files": [
    "**/*.md",
    "LICENSE"
  ],
  "pi": {
    "skills": [
      "./skills"
    ]
  }
}