skill
Adom Desktop Control
Public Made by Adomby adom
Drive the user's real desktop from the cloud: their Chrome/Edge, headless pup, native UI, the Hydrogen editor, sibling Claude tabs, plus screen recording and video post.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
{
"schema_version": 1,
"slug": "adom-desktop-control",
"type": "skill",
"title": "Adom Desktop Control",
"brief": "Drive the user's real desktop from the cloud: their Chrome/Edge, headless pup, native UI, the Hydrogen editor, sibling Claude tabs, plus screen recording and video post.",
"version": "1.2.0",
"description": "A skill pack of hard-won, tested patterns for driving an Adom user's actual machine from the cloud AI through Adom Desktop: their real logged-in Chrome/Edge via the browser extension (CDP), headless pup browsers, native UI via UIA and SendInput, the Hydrogen web editor, sibling Claude tabs, and a full screen-recording + video post-production pipeline. Every skill is distilled from real sessions and labels what works, what fails, and why.",
"org": "adom",
"dependencies": {},
"tags": [
"adom-desktop",
"automation",
"browser",
"nbrowser",
"pup",
"uia",
"recording",
"video",
"hydrogen",
"claude"
],
"discovery_triggers": [
"drive the user's browser",
"control chrome or edge",
"native browser extension",
"nbrowser",
"drive a pup browser",
"automate the desktop",
"click a native window",
"uia desktop control",
"record the screen",
"make a demo video",
"screen recording",
"desktop captions",
"speed up a video",
"drive the hydrogen editor",
"type into the claude tab",
"upload a file to a website via the browser",
"drive an oauth login"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"SKILL.md",
"README.md",
"page.json",
"install.sh",
"uninstall.sh",
"screenshots/hero.png",
"skills/native-browser-control/SKILL.md",
"skills/pup-browser-control/SKILL.md",
"skills/desktop-ui-control/SKILL.md",
"skills/hydrogen-web-control/SKILL.md",
"skills/claude-control/SKILL.md",
"skills/screen-recording/SKILL.md",
"skills/video-post-production/SKILL.md"
],
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"author": {
"name": "John Lauer",
"email": "[email protected]"
},
"visibility": "public"
}