Notifications are used in PlugClaw to send reminders to the Android device, and can also be observed through partial event output in the terminal CLI.
Android notifications can be sent from the conversation. The terminal CLI supports listening to event streams through events listen; the current examples include notification and battery_low. After an event is detected, the terminal outputs the event type, event data, and timestamp in JSON format.
When you need to display a reminder on the device, you can send an Android notification. Describe the notification title, and add notification content if needed.
Send a notification titled "Task Complete".

When you need to observe whether the device has received notification events, start event listening in the terminal. This is a terminal CLI usage. Listening results are printed in the terminal and do not automatically appear in the conversation window.
android-use-cli events listen notification
Ctrl+C to stop listening.