docs: vollständige Befehlsdokumentation in SKILL.md und README
This commit is contained in:
parent
fc9a7e2ec2
commit
7c0341a5f3
3 changed files with 21 additions and 2 deletions
11
SKILL.md
11
SKILL.md
|
|
@ -36,7 +36,9 @@ python $SKILL_DIR/remote.py server-version
|
|||
python $SKILL_DIR/remote.py version "Moritz PC"
|
||||
|
||||
# Screenshot → /tmp/helios-remote-screenshot.png
|
||||
python $SKILL_DIR/remote.py screenshot "Moritz PC"
|
||||
# IMMER screenshot-window bevorzugen (spart Bandbreite)!
|
||||
python $SKILL_DIR/remote.py screenshot-window "Moritz PC" "chrome" # aktives Fenster by title
|
||||
python $SKILL_DIR/remote.py screenshot "Moritz PC" # nur wenn kein Fenster bekannt
|
||||
|
||||
# Shell-Befehl (PowerShell, kein wrapper nötig)
|
||||
python $SKILL_DIR/remote.py exec "Moritz PC" "Get-Process"
|
||||
|
|
@ -84,6 +86,13 @@ python $SKILL_DIR/remote.py label "Moritz PC" "Neues Label"
|
|||
|
||||
# Warten bis ein Fenster erscheint (z.B. nach Programmstart)
|
||||
python $SKILL_DIR/remote.py wait-for-window "Moritz PC" "notepad" --timeout 10
|
||||
|
||||
# Status: Relay + remote.py + Client-Commit vergleichen (sind alle in sync?)
|
||||
python $SKILL_DIR/remote.py status "Moritz PC"
|
||||
|
||||
# Client-Log (letzte 100 Zeilen, --lines für mehr)
|
||||
python $SKILL_DIR/remote.py logs "Moritz PC"
|
||||
python $SKILL_DIR/remote.py logs "Moritz PC" --lines 200
|
||||
```
|
||||
|
||||
## ⚠️ Klick-Regel (wichtig!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue