app
Adom Desktop - Puppeteer Bridge
Public Made by Adomby adom
The Adom Desktop Puppeteer (pup) bridge — drive a real headful browser on the user's desktop from the cloud: open/screenshot/eval/record. Cold-start drives the browser ALREADY on the machine (installed Chrome, else Microsoft Edge — every Windows PC ships with Edge) with a fresh isolated profile, so the common case needs NO download; Chrome for Testing is fetched only as a last resort. Two artifacts: the Releases zip is the bridge runtime (also bundled in Adom Desktop); the pkg installs the container-side Claude skills.
{
"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"
}
}