一键导入
notification-digest
Get a summary of recent phone notifications grouped by app. Use when user says "check my notifications", "what did I miss", "any alerts", etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get a summary of recent phone notifications grouped by app. Use when user says "check my notifications", "what did I miss", "any alerts", etc.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute user instructions on the phone via ClawPaw MCP tools. Use when a user wants to do something on the phone — send a message, open an app, tap something, take a screenshot, etc.
Guide users through ClawPaw Android setup — installing the APK, granting permissions, connecting SSH tunnel, and verifying the full LLM-to-phone control chain. Use when a user wants to set up ClawPaw, install the app, connect a new phone, or troubleshoot connection issues.
Check, install, and activate ADBKeyboard for full Unicode/Chinese/emoji text input
Location check-in with auto photo, geocoding, weather, and a generated caption
End-of-day report with trajectory timeline, dwell-time stats, and notification summary
打开飞书并完成考勤打卡(上班/下班),支持迟到补卡。用户说"帮我打卡"、"飞书签到"时使用。
| name | notification-digest |
| description | Get a summary of recent phone notifications grouped by app. Use when user says "check my notifications", "what did I miss", "any alerts", etc. |
| disable-model-invocation | true |
Collect and summarize recent phone notifications. Uses the ClawPaw notifications tool directly — no UI navigation needed for reading. UI control is only needed if the user wants to open an app to act on a notification.
Call notifications tool (no parameters needed). It returns all notifications collected since ClawPaw started.
If the result is empty (data: []), tell the user: "No notifications collected yet. Notifications are captured from the moment ClawPaw starts — if the app was just launched, new notifications will appear over time."
Group notifications by app (package name / app label). For each group:
Example output:
Phone Notifications — 5 total across 3 apps:
**WhatsApp** (2)
- my Bro: "你换模型了吗" — 18:58
- Group "Work": "Meeting at 3pm" — 17:30
**Gmail** (2)
- "Your order has shipped" from Amazon — 16:00
- "Weekly digest" from GitHub — 15:30
**Calendar** (1)
- "Team standup in 15 minutes" — 14:45
Prioritize by recency (newest first within each group).
If the user wants to act on a specific notification (e.g., "open that WhatsApp message", "reply to the email"):
shell → monkey -p <package> -c android.intent.category.LAUNCHER 1snapshot — navigate to the relevant screenFor common apps, use the dedicated skill if available:
whatsapp-messages skillinstagram-post skillnotifications tool returns empty.sms tool can also read SMS messages directly, including auto-extracting verification codes — use it if the user asks specifically about text messages or OTP codes.