Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install google-messages-openclaw-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install google-messages-openclaw-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/google-messages-openclaw-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: google-messages description: Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels. metadata: {"openclaw": {"emoji": "💬", "requires": {"tools": ["browser"], "bins": ["node"], "env": ["SMS_NOTIFICATION_TARGET", "SMS_NOTIFICATION_CHANNEL"]}}} ---
Automate SMS/RCS messaging via messages.google.com using the browser tool.
Google Messages for Web allows you to send/receive texts from your Android phone via browser. This skill automates that interface.
Requirements:
openclaw or your preferred profile)Note: Replace profile=openclaw in examples with your preferred browser profile if different.
---
| Action | Command | |--------|---------| | Open pairing page | browser action=open profile=openclaw targetUrl="https://messages.google.com/web/authentication" | | Check session | browser action=snapshot profile=openclaw — look for conversation list vs QR code | | Take screenshot | browser action=screenshot profile=openclaw |
---
First-time setup requires scanning a QR code:
``` browser action=open profile=openclaw targetUrl="https://messages.google.com/web/authentication" ```
``` browser action=screenshot profile=openclaw ```
- Open Google Messages app on Android - Tap ⋮ menu → "Device pairing" → "QR code scanner" - Scan the QR code
Important: Enable "Remember this computer" to persist the session.
---
``` browser action=navigate profile=openclaw targetUrl="https://messages.google.com/web/conversations" ```
``` browser action=snapshot profile=openclaw ``` Look for the contact in the conversation list, note the ref.
``` browser action=act profile=openclaw request={"kind": "click", "ref": ""} ```
``` browser action=act profile=openclaw request={"kind": "type", "ref": "
``` browser action=act profile=openclaw request={"kind": "click", "ref": "
---
This skill includes a webhook system for real-time incoming SMS notifications.
```bash export SMS_NOTIFICATION_TARGET="telegram:YOUR_CHAT_ID" export SMS_NOTIFICATION_CHANNEL="telegram" ```
```bash node
references/observer-injection.md)cp <skill>/systemd/google-messages-webhook.service ~/.config/systemd/user/
# Edit service file: set SMS_NOTIFICATION_TARGET in Environment=
systemctl --user daemon-reload
systemctl --user enable --now google-messages-webhook
---
See references/snippets.md for JavaScript snippets to:
---
| Problem | Solution | |---------|----------| | QR code shown | Session expired, re-pair | | Elements not found | Google updated UI, check snapshot for new selectors | | Send button disabled | Message input empty or phone disconnected | | Observer not detecting | Check browser console for [SMS Observer] logs | | Webhook not receiving | Verify server running: curl http://127.0.0.1:19888/health |
---
Google Messages uses Angular components. These may change with updates.
| Element | Selector | |---------|----------| | Conversation list | mws-conversations-list | | Conversation item | mws-conversation-list-item | | Message input | textarea[aria-label*="message"] | | Send button | button[aria-label*="Send"] | | QR code | mw-qr-code |
---
---
---
Apache-2.0
安装 Google Messages 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/google-messages-openclaw-skill/ 目录(个人级,所有项目可用),或 .claude/skills/google-messages-openclaw-skill/(项目级)。重启 AI 客户端后,用 /google-messages-openclaw-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Google Messages 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Google Messages 可免费安装使用。请查阅仓库了解许可证信息。
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
Google Messages 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。