Files
droidclaw/examples/workflows/messaging/email-digest.json
2026-02-14 20:28:35 +05:30

11 lines
326 B
JSON

{
"name": "Email Inbox Digest",
"steps": [
{
"app": "com.google.android.gm",
"goal": "Open the Primary inbox. Use read_screen to collect the subject lines and senders of the top 10 most recent emails. Note which ones are unread (bold text). Copy the digest to clipboard.",
"maxSteps": 12
}
]
}