app
Adom Desktop
Public Made by Adomby adom
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, KiCa
Notifications verbs
Native desktop toast notifications.
Part of the Adom Desktop verb reference. Invoke as adom-desktop <verb> '<json>'.
notify_user
Send a Windows desktop toast notification
Args:
actions— optional array of button labelsbody— required stringlevel— optional: info|warning|error|emergency (default: info)title— required string
# Notifications verbs
Native desktop toast notifications.
_Part of the [Adom Desktop verb reference](VERB-REFERENCE.md). Invoke as `adom-desktop <verb> '<json>'`._
### `notify_user`
Send a Windows desktop toast notification
**Args:**
- `actions` — optional array of button labels
- `body` — required string
- `level` — optional: info|warning|error|emergency (default: info)
- `title` — required string