app
Pup - Puppeteer Bridge
Public Made by Adomby adom
pup is the AI's own browser: a real, full Chrome on the user's desktop that the AI fully controls (a sandbox, not the user's signed-in browser). Rides Bridge; pup_* verbs open windows and tabs, navigate, screenshot, and eval JS.
{
"slug": "pup-bridge",
"version": "2.0.18",
"type": "app",
"description": "The pup SKILL PACK — 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 — 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-bridge",
"bridge",
"skills",
"pup-bridge"
],
"tags": [
"skills",
"pup",
"puppeteer",
"browser",
"adom-bridge",
"bridge",
"pup-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",
"skills/pup-vendor-login/SKILL.md",
"install.sh",
"uninstall.sh",
"README.md",
"package.json"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"dependencies": {
"adom/adom-bridge": "^2.0.0"
},
"author": "John Lauer <[email protected]>",
"contributors": [
"Kyle Bergstedt <[email protected]>",
"Colby Knox"
]
}