{
  "slug": "adom-desktop",
  "version": "1.9.154",
  "type": "app",
  "description": "Installs the adom-desktop CLI and its Claude skills INTO A CLOUD CONTAINER so an AI assistant there can understand and drive Adom Desktop over the relay. This is the container side, NOT the app itself. The Adom Desktop app is the signed Windows installer under Download below: run THAT on the PC you want the AI to control. Rule of thumb: pkg install here (in your Linux container), Download there (on your Windows PC). Once installed, the AI can drive file transfer, screenshots, notifications, KiCad and Fusion 360, real-Chrome (Puppeteer) automation, the shell, windows, and the Hydrogen Desktop proxy.",
  "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"
  ],
  "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-desktop",
    "tauri",
    "claude-code",
    "bridge",
    "kicad",
    "fusion360",
    "puppeteer",
    "chrome",
    "websocket",
    "cli",
    "screenshot",
    "recording",
    "desktop-automation"
  ],
  "tags": [
    "adom-desktop",
    "tauri",
    "claude-code",
    "bridge",
    "kicad",
    "fusion360",
    "puppeteer",
    "desktop-automation"
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "install": {
    "binary_name": "adom-desktop"
  },
  "dependencies": {},
  "files": [
    "SKILL.md",
    "README.md",
    "install.sh",
    "uninstall.sh",
    "skills/**",
    "dist/**",
    "version.json"
  ]
}