# Android Messaging

> Agent-device messaging channel — the private comms pathway between the host agent and the device for confirmation prompts, status pings, and task results.

- Skill: `samraddhashrivastavatech/android-messaging` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samraddhashrivastavatech/android-messaging`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samraddhashrivastavatech/android-messaging/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: SAMRADDHASHRIVASTAVATECH (https://skillmd.com/u/samraddhashrivastavatech)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samraddhashrivastavatech/android-messaging

---


# Android agent-device messaging

A dedicated messaging channel between the automation host and the device side so
the human/device can answer prompts and receive status without a separate app.

## When to use

- Asking the human to confirm a step directly on the device.
- Sending the device task progress or completion status.
- Reading messages the device side sent back to the agent.

## Tools used

- `send_message` — push a message from the agent to the device channel.
- `receive_messages` — read messages the device side posted to the agent.

## Procedure

1. Compose the message with a clear subject and one action.
2. `send_message` (mutative: `confirm=true`).
3. For confirmations, `receive_messages` and wait synchronously for the reply.
4. Treat the reply as authoritative input to the current step.

## Security

- This is a human-visible channel: only send the human's own approved content.
- Never dump credentials, tokens, or full dumps into a message.
- Messages sent to the device are state changes → require approval.

## Related skills

`android-control` · `android-ui`
