بنقرة واحدة
aohp-event-stream
Register, drain, and stop AOHP Toast/notification event streams via the aohp CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Register, drain, and stop AOHP Toast/notification event streams 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).
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).
| name | aohp-event-stream |
| description | Register, drain, and stop AOHP Toast/notification event streams via the aohp CLI. |
| metadata | {"openclaw":{"emoji":"🔔","requires":{"bins":["aohp"]},"os":["linux"]}} |
Use this skill when transient Android UI feedback matters: Toasts, notification posts/removals, and heads-up notification visibility. The stream is opt-in and buffered by AOHP only after registration.
aohp event register --client openclaw --max 200
Save the returned sessionId.
aohp event drain --session <sessionId> --format text
Use JSON when you need structured fields:
aohp event drain --session <sessionId> --format json -p
aohp event drain --session <sessionId> --screenshots --inline --format json
aohp event unregister --session <sessionId>
Events include type, timeRealtimeMs, packageName, displayId, displayRole, activity, text, and optional notification / screenshots.
Common type values:
toastnotification_postednotification_removedheads_up_shownheads_up_hiddenaohp event status shows active sessions and buffer state.