docs: update README + SKILL.md with prompt, timeout, all current commands

This commit is contained in:
Helios Agent 2026-03-03 16:08:02 +01:00
parent 537ed95a3c
commit 7ddaf5ddfe
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
2 changed files with 53 additions and 69 deletions

View file

@ -140,7 +140,9 @@ python remote.py exec "Moritz PC" whoami
```bash
python remote.py sessions # list sessions
python remote.py screenshot <session> # capture screenshot → /tmp/helios-remote-screenshot.png
python remote.py exec <session> <command...> # run shell command
python remote.py exec <session> <command...> # run shell command (PowerShell, no wrapper needed)
python remote.py exec <session> --timeout 600 <command...> # with custom timeout (seconds, default: 30)
python remote.py prompt <session> "Please click Save, then OK" # ask user to do something manually
python remote.py click <session> <x> <y> # mouse click
python remote.py type <session> <text> # keyboard input
python remote.py windows <session> # list windows