{
  "name": "pi-dp-browser",
  "version": "0.1.0",
  "description": "DrissionPage-based persistent browser control skill for pi: open/switch tabs, click, input, select, press keys, scroll, run JS, screenshot, and take human-visible page snapshots (links/buttons/inputs/selects/text/headings/images, no CSS/JS internals). Browser process stays alive between calls; tabs, logins and scroll state persist across commands.",
  "type": "module",
  "license": "MIT",
  "author": "xingshuyin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xing-shuyin/pi-dp-browser.git"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "skill",
    "browser",
    "drissionpage",
    "automation"
  ],
  "files": [
    "skills",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "skills": ["./skills"]
  }
}
