一键导入
aohp-sandbox
Create, run commands in, reset, or manage services inside AOHP Linux chroot sandboxes via the aohp CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, run commands in, reset, or manage services inside AOHP Linux chroot sandboxes via the aohp CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
List installed packages and start, stop, or inspect apps on a logical display via the aohp CLI.
List, create, destroy, and focus AOHP virtual displays via the aohp CLI (no MediaProjection).
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.
Capture still photos with the device camera hardware via the aohp CLI (no Camera app UI required).
| name | aohp-sandbox |
| description | Create, run commands in, reset, or manage services inside AOHP Linux chroot sandboxes via the aohp CLI. |
| metadata | {"openclaw":{"emoji":"🐧","requires":{"bins":["aohp"]},"os":["linux"]}} |
Run isolated Linux environments (chroot sandboxes) on the device: create or delete them, run shell commands, reset state, or manage long-running background services inside a sandbox.
env-1) to run exec commands, inspect logs, or keep a background process alive inside the sandbox.| Goal | CLI |
|---|---|
| List sandboxes | aohp sandbox list — alias sandbox-list |
| Create | aohp sandbox create -n <name> [-t <template>] |
| Destroy / reset | aohp sandbox destroy -n <name> / aohp sandbox reset -n <name> |
| Run a command | aohp sandbox exec <name> [cmd…] [-T <ms>] — timeout -T / --timeout — alias sandbox-exec |
| Start background service | aohp sandbox svc-start -n <name> -i <serviceId> -C '<command>' |
| Stop service | aohp sandbox svc-stop -n <name> -i <serviceId> |
| List services | aohp sandbox svc-list -n <name> |
| Service log tail | aohp sandbox svc-log -n <name> -i <id> [-B <bytes>] (long form --tail-bytes) |
| Diagnostics | aohp sandbox diag -n <name> |
aohp sandbox list
aohp sandbox exec env-1 ls /
aohp sandbox-exec env-1 echo ok
aohp call sandbox.exec '{"name":"env-1","command":"uname -a","timeoutMs":5000}'
Sandboxes share the device’s network namespace; aohp inside the chroot uses the same preconfigured connection as on the host in a normal image.