{
  "slug": "adom-desktop-rustdesk-bridge",
  "title": "Adom Desktop - RustDesk Bridge",
  "type": "app",
  "version": "0.3.2",
  "description": "Drive RustDesk remote-desktop sessions from cloud Claude via Adom Desktop — connect out to any host by ID or IP (with a password), and list/close sessions. Works where RDP can't (Windows Home).",
  "tags": [
    "bridge",
    "rustdesk",
    "remote-desktop",
    "remote-access",
    "screen-share",
    "adom-desktop"
  ],
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "discovery_triggers": [
    "rustdesk",
    "connect via rustdesk",
    "remote desktop",
    "remote into my machine",
    "control a remote host",
    "screen share my other machine",
    "view my other pc",
    "remote desktop to a windows home pc",
    "rdp alternative",
    "vnc alternative",
    "watch the install on my test laptop",
    "connect to my office computer",
    "remote into my work pc",
    "access my pc from another location",
    "take over a remote pc"
  ],
  "discovery_pitch": "Drive a RustDesk session from cloud Claude — connect out to any host by ID or IP with a password and manage the session. Works where RDP can't (Windows Home).",
  "sample_prompts": [
    {
      "label": "Connect",
      "prompt": "Connect to host 48174343 via rustdesk"
    },
    {
      "label": "Watch install",
      "prompt": "Open a rustdesk session to my test laptop and watch the HD install"
    },
    {
      "label": "List sessions",
      "prompt": "What rustdesk sessions are open?"
    },
    {
      "label": "Disconnect",
      "prompt": "Disconnect the rustdesk session to 48174343"
    }
  ],
  "metadata": {
    "activate": {
      "kind": "adom-desktop-bridge",
      "skill": "adom/adom-desktop-rustdesk-bridge",
      "bridgeManifestUrl": "https://wiki.adom.inc/api/v1/pages/adom-desktop-rustdesk-bridge/files/rustdesk-bridge-manifest.json",
      "postInstall": [
        "rustdesk_ensure_client"
      ],
      "requires": [
        "adom-desktop"
      ],
      "verbPrefixes": [
        "rustdesk_"
      ]
    }
  },
  "hero": {
    "type": "billboard",
    "headline": "RustDesk Bridge",
    "subhead": "Drive a remote desktop from cloud Claude — even on Windows Home.",
    "screenshot": "docs/hero.png"
  },
  "visibility": "public",
  "org": "adom",
  "author": {
    "name": "John Lauer",
    "email": "[email protected]"
  },
  "files": [
    "SKILL.md",
    "README.md",
    "package.json",
    "rustdesk-bridge-manifest.json",
    "install.sh",
    "uninstall.sh"
  ]
}