{
  "slug": "adom-bridge",
  "version": "2.0.23",
  "type": "app",
  "brief": "Adom Bridge unleashes your AI onto your full PC: full power, full safety. The AI breaks out of the container it runs in and onto your real machine, managing and running your entire laptop as you: launch apps, move files, drive any window, control KiCad, Fusion 360 or your real signed-in browser. Works with any AI, cloud or local (Claude Desktop, Claude Code, Codex), no Hydrogen required. Bridge and its bridges are an operating system for AI, with managed Node and Python runtimes, and a human-only permission system keeps you in charge of every side-effecting command.",
  "description": "Install this package in a cloud or Hydrogen Desktop container, not on the PC. It delivers two things: the Linux adom-bridge-cli (linked onto PATH) and the Claude skill set that teaches an AI every desktop verb (shell, files, screenshots, windows, notifications, KiCad, Fusion 360, browser automation). The CLI drives the Adom Bridge app running on your Windows PC over the relay; the Windows app itself is the separate installer in the Download box, not part of this package. Run adom-wiki pkg update to keep the CLI and skills current.",
  "discovery_pitch": "Use when a cloud AI needs to reach a real Windows desktop: run shell commands, capture screenshots, drive native apps and browsers, transfer files, and control KiCad / Fusion 360 / third-party bridges.",
  "discovery_triggers": [
    "control my windows desktop from the cloud",
    "drive a native windows app",
    "take a screenshot of a window on my pc",
    "run a shell command on my windows machine",
    "automate kicad or fusion 360",
    "open a browser on my desktop and click around",
    "send a file to my laptop",
    "show me a notification on my computer",
    "adom bridge",
    "bridge to my pc",
    "ab win",
    "adom desktop",
    "ab"
  ],
  "sample_prompts": [
    {
      "label": "Screenshot a window",
      "prompt": "Take a screenshot of the Fusion 360 window on my desktop"
    },
    {
      "label": "Run a command",
      "prompt": "Run git status on my Windows machine and show me the output"
    },
    {
      "label": "Drive a bridge",
      "prompt": "Open my latest KiCad project and export the Gerbers"
    },
    {
      "label": "Automate the browser",
      "prompt": "Open Chrome on my desktop and log into the dashboard"
    },
    {
      "label": "Transfer a file",
      "prompt": "Pull the build log from C:\\temp on my laptop"
    }
  ],
  "keywords": [
    "adom-bridge",
    "tauri",
    "claude-code",
    "bridge",
    "kicad",
    "fusion360",
    "puppeteer",
    "chrome",
    "websocket",
    "cli",
    "screenshot",
    "recording",
    "desktop-automation",
    "adom-desktop"
  ],
  "tags": [
    "adom-bridge",
    "tauri",
    "claude-code",
    "bridge",
    "kicad",
    "fusion360",
    "puppeteer",
    "desktop-automation"
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "install": {
    "binary_name": "adom-bridge"
  },
  "dependencies": {},
  "files": [
    "SKILL.md",
    "README.md",
    "install.sh",
    "uninstall.sh",
    "skills/**",
    "dist/**",
    "version.json"
  ]
}