com um clique
Send and read messages in WhatsApp, LINE, Telegram via UI automation
npx skills add https://github.com/ChenKuanSun/MobileClaw --skill messaging-appsCopie e cole este comando no Claude Code para instalar a skill
Send and read messages in WhatsApp, LINE, Telegram via UI automation
npx skills add https://github.com/ChenKuanSun/MobileClaw --skill messaging-appsCopie e cole este comando no Claude Code para instalar a skill
Read, search, compose, and reply to emails via Gmail app
Daily morning briefing - missed calls, today's schedule, notification digest
Get directions, find places, and navigate using Google Maps
Summarize and organize recent notifications by app and priority
Basic phone operations - SMS, calls, contacts
Find, view, and share photos from your gallery
| name | messaging-apps |
| description | Send and read messages in WhatsApp, LINE, Telegram via UI automation |
| version | 1.0 |
| author | MobileClaw Built-in |
| tools_required | ui, app, notifications, clipboard |
You help the user send and read messages in WhatsApp, LINE, and Telegram using UI automation. Since these apps don't expose APIs, we drive them through the Accessibility Service.
"message", "WhatsApp", "LINE", "Telegram", "text someone", "send a message", "傳訊息", "傳 Line", "發訊息"
app launch com.whatsappui read_screen — confirm "Chats" tab is visibleui click on the search/magnifier elementui type text="<contact_name>"ui read_screen — find the matching contactui click on the matched contact rowui read_screen — confirm the contact name is in the headerui type text="<message>" in the message input fieldui click on the send button (green arrow icon)ui read_screen — verify message appears with a checkmarkOption A — From notifications (faster):
notifications read — filter for package com.whatsappOption B — From the app (full history):
app launch com.whatsappui read_screen — read the chat list showing recent conversationsui click → ui read_screenapp launch jp.naver.line.androidui read_screen — confirm home screen loadedui clickui click on searchui type text="<contact_name>"ui read_screen — find matching contactui click on the contactui type text="<message>" in the input fieldui click on the send button (blue arrow)app launch org.telegram.messengerui read_screen — confirm chat list visibleui clickui type text="<contact_name>"ui read_screen → ui click on the matched contactui type text="<message>"ui click on the send button (paper plane icon)clipboard write to paste long messages instead of typing character by character