{
  "slug": "adom-desktop-puppeteer-bridge",
  "version": "1.9.29",
  "type": "app",
  "description": "The pup SKILL PACK \u2014 the AI skills that teach a cloud/container AI how to drive the Adom Desktop Puppeteer (pup) bridge (browser_* verbs): the everyday `pup` skill plus focused sub-skills for windows/sessions/tabs, screenshots+recording, browsers+Chrome install, and driving the Adom wiki. Installs into ~/.claude/skills + ~/.codex/skills. DOCS ONLY \u2014 this is NOT the bridge runtime. The bridge itself (the Node program that drives the browser) runs on the DESKTOP: Adom Desktop bundles it and auto-installs/updates it, and it's published separately on the Releases tab as adom-bridge-puppeteer-v<ver>.zip. So the pkg version (skills, bumps often) and the Release version (runtime, bumps rarely) differ on purpose. TL;DR: pkg install = the skills for your AI; the bridge = the Release zip, which Adom Desktop manages for you.",
  "keywords": [
    "pup",
    "puppeteer",
    "browser",
    "adom-desktop",
    "bridge",
    "skills"
  ],
  "tags": [
    "skills",
    "pup",
    "puppeteer",
    "browser",
    "adom-desktop",
    "bridge"
  ],
  "files": [
    "SKILL.md",
    "skills/pup-windows-sessions-tabs/SKILL.md",
    "skills/pup-screenshots-recording/SKILL.md",
    "skills/pup-browsers-and-chrome/SKILL.md",
    "skills/pup-adom-wiki/SKILL.md",
    "install.sh",
    "uninstall.sh",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "dependencies": {
    "adom/adom-desktop": "^1.9.63"
  }
}