원클릭으로
aohp-display
List, create, destroy, and focus AOHP virtual displays via the aohp CLI (no MediaProjection).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List, create, destroy, and focus AOHP virtual displays via the aohp CLI (no MediaProjection).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
List installed packages and start, stop, or inspect apps on a logical display via the aohp CLI.
Register, drain, and stop AOHP Toast/notification event streams via the aohp CLI.
Locate recent files, show paths in the AOHP File Bridge UI, and open Android sharing via the aohp CLI.
Screenshots and UI hierarchy (windows/nodes) on a logical display via the aohp CLI.
Create, run commands in, reset, or manage services inside AOHP Linux chroot sandboxes via the aohp CLI.
Capture still photos with the device camera hardware via the aohp CLI (no Camera app UI required).
SOC 직업 분류 기준
| name | aohp-display |
| description | List, create, destroy, and focus AOHP virtual displays via the aohp CLI (no MediaProjection). |
| metadata | {"openclaw":{"emoji":"🖥️","requires":{"bins":["aohp"]},"os":["linux"]}} |
Manage AOHP virtual displays: list IDs, create or tear down a display, open the launcher on one, or move input focus to an app.
| Goal | CLI |
|---|---|
| List displays | aohp display list — alias aohp display-list |
| Create virtual display | aohp display create [-w <w>] [-h <h>] [-G <dpi>] [-n name] [-f flags] — alias display-create. Long options: --width, --height, --density, --name, --flags. Omit -w / -h / -G to copy the built-in panel’s size and DPI. |
| Destroy a display | aohp display destroy -i <displayId> — alias display-destroy (use --id on the alias form). |
| Open launcher on a display | aohp display launcher -d <displayId> -P <package> |
| Focus an app | aohp display focus -P <package> |
aohp display list
aohp display create -n agent-vd
aohp display create -w 720 -h 1280 -G 320 -n agent-vd
aohp display destroy -i 12
aohp automation.