TL;DR
On the morning of July 10, 2026, China Mobile’s New Message business formally launched the “New Message Claw” mini-program service. Users no longer need to install a separate app — sending a single SMS to the operator-grade channel lets any household OpenClaw (colloquially “Lobster”) start working remotely. This is the first time a Chinese state telecom operator has officially wired up its SMS infrastructure to an open-source AI Agent ecosystem, marking the 360K-Star Lobster movement’s graduation from developer curiosity into national-tier communications infrastructure.
1. Why SMS — Not Another App?
Over the past 18 months, the biggest blocker to deploying Claw AI Agents at scale has been last-mile reachability — getting the agent to wake the user up when it actually matters.
| Pain point | Today (app-based) | New Message Claw |
|---|---|---|
| 💻 Computer not nearby | App push needs Wi-Fi / 4G | SMS works over GSM — no network required |
| 📵 OS kills background process | Android / iOS background restrictions | Operator-grade SMS has highest priority — cannot be killed |
| 🪜 Onboarding friction | Feishu / DingTalk / WeChat bots require scan-and-approve | One text reply to a 10086-dispatched onboarding SMS — done |
| 💸 Two-way charging | Some third-party bridges charge per message | User-initiated messages: no extra fee |
Sources: Tencent News and Sina Tech reporting from 09:05–09:41 on July 10, 2026 (cross-verified).
2. Which Claw Stacks Are Supported? Not Just Native OpenClaw.
The first batch covers the four major Chinese-language Claw implementations:
- 🦞 Feishu OpenClaw (Lark-integrated variant)
- 🦞 QClaw (Tencent’s Q-series Claw)
- 🦞 Native OpenClaw — the Peter Steinberger original, 360K+ GitHub Stars
- 🦞 AutoClaw (AutoGPT-lineage Claw)
All four share the same SMS entry point: bind once, works for every stack.
3. Three Ecosystem-Level Implications
3.1 From “Developer Hype” to “Civil Infrastructure”
On July 2 we covered [WAIC 2026 countdown + 36万 Star cooling-down signals] (commit 4a70d9e). The Star count plateaued, but the real barrier to “actually using” Claw has always been reachability. China Mobile’s SMS channel fix is structural — and developers alone could never build it.
For the first time in AI Agent history, there is a “no-network / guaranteed-delivery” fallback channel — exactly what telecom operators already do best.
3.2 Telcos Pivoting From “Selling Bandwidth” to “Selling AI Channels”
China Mobile’s 2026 H1 AI segment revenue grew more than 67% YoY (per China Mobile corporate site, July 8 “AI+” showcase). Until now, this growth was dominated by cloud-API resale and 5G+AI infrastructure. The New Message Claw product is the first time a Chinese telco directly targets an end-user open-source AI Agent community with operator-grade delivery guarantees.
3.3 Security + Compliance, Solved
SMS is, by definition:
- ✅ Real-name authenticated (China Mobile requires ID-linked 11-digit numbers)
- ✅ Audit-friendly (full telecom-grade message log)
- ✅ Anti-fraud rule-aware (channel blocked to known-scam patterns)
For finance / government / healthcare — sectors where Claw adoption has been blocked by compliance — this is one of the few “compliance-friendly” runtime channels available in China.
4. Two Action Items for Vendors
🎯 Action 1: Add “SMS-triggered Claw Job” to Your Customer SOPs
Use case examples:
- Daily 17:30 SMS trigger → OpenClaw scans today’s Git commits → generates diff summary → auto-SMSes the team
- Out-of-office incident → SMS alerts your on-call Claw → auto-fetch + triage logs → reply with hotfix snippet
Onboarding cost: 0 (free channel) + ~30 min ClawHub workflow config.
🎯 Action 2: Sell “SMS + Claw” as a Compliance Bundle
The three enterprise buying drivers — stability / security / ease-of-use — are all satisfied by the SMS channel natively. For deployment vendors in finance / government / healthcare, this is a fresh go-to-market lane: position “Claw + SMS” as the only operator-grade AI Agent stack available in regulated industries.
5. One-Week OpenClaw Ecosystem Timeline
| Date | Event |
|---|---|
| Jul 2 | WAIC 2026 countdown + 360K-Star cooling analysis (commit 4a70d9e) |
| Jul 3 | OpenClaw mobile launch — iOS + Android native apps (commit 0743d1a) |
| Jul 10 | China Mobile New Message Claw launched — first operator-grade channel |
Reading these three events in sequence: from plateau in star count → native mobile expansion → state-telco SMS bridge, OpenClaw’s user-accessible surface area is growing exponentially, not linearly.
Key Terminology
- Claw / Lobster: Colloquial term for the OpenClaw family of open-source AI Agents — named after the red lobster-claw logo.
- New Message Claw: A China Mobile SMS-channel mini-program launched July 10, 2026, giving Claw stacks operator-grade reachability.
- Strong-reminder SMS (强提醒): Operator-level priority delivery, sent on the SS7 signaling plane — survives in scenarios where IP-based push cannot.
- Push window (推送时段): User-defined daily schedule when Claw auto-summarizes and SMS-delivers updates.
- ClawHub: The official OpenClaw skill marketplace, hosting 13,000+ Skills.
FAQ
Q1: How is New Message Claw different from the OpenClaw mobile app? A: The mobile app relies on Wi-Fi / 4G data and is subject to OS background-killing. New Message Claw goes over GSM SS7, works without data, and operator-priority cannot be OS-killed — it is the “emergency / guaranteed-delivery” backup channel.
Q2: Does New Message Claw cost anything? A: No charge for user-initiated messages. China Mobile may charge for value-added features or traffic above fair-use thresholds — confirm with 10086 customer service before activating.
Q3: How do I bind my Claw agent? A: Three steps. ①Search “新消息 Claw” inside SMS, request an onboarding message. ②Forward the received SMS into your Claw runtime — Feishu OpenClaw chat / QClaw chat / native OpenClaw CLI / AutoClaw config. ③Done.
Q4: Why is SMS more reliable than App push? A: SMS rides the operator SS7 signaling plane, the highest-priority channel in any handset. App push rides IP networks — vulnerable to OS background throttling, network loss, and battery-saver mode. In weak-signal or background-killed scenarios, only SMS reliably delivers.
Q5: Will China Telecom and China Unicom follow with similar services? A: Historically the three operators ship competing parallel services within 6-12 months. We project a Telecom “Wo-Claw” and Unicom “Wo-Lobster” within 12 months — final timing depends on MIIT coordination and operator roadmap synergy.
References
Primary (operator announcements + media coverage):
- Tencent News, “China Mobile 新消息 Claw: SMS remote Lobster control launches” — https://new.qq.com/rain/a/20260710A02P4500 (09:05, 2026-07-10)
- Sina Tech (
so.html5.qq.com), “China Mobile launches New Message Claw” — https://so.html5.qq.com/page/real/search_news?docid=70000021_4216a504dda21052 (09:41, 2026-07-10) - China Mobile Corporate Site — http://www.bj.10086.cn/index.html
Ecosystem context:
- CSDN, “Complete Guide to ‘Raising Lobsters’ (6/17)” — https://blog.csdn.net/m0_74837192/article/details/159079641
- CSDN, “Cold Take on OpenClaw Lobster (5/11)” — https://blog.csdn.net/chancefoundation/article/details/160985931
Enterprise / deployment context:
- Boao AI: OpenClaw Manufacturing Deployment 4 Benchmark Cases (6/23) — https://www.boaoai.cn/news/openclaw-制造业落地4大标杆案例/
Author: Ru Juan, Editorial Lead at Xi’an Boao Intelligent Technology / AI Agent Deployment Advisor Published: 2026-07-10 19:40 GMT+8
Let the AI do the work. Let the SMS deliver the reminder. OpenClaw has officially crossed the line from “developer community” into “national-grade communications infrastructure.”
JSON-LD:
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "China Mobile Launches 'New Message Claw': SMS-to-Lobster Pipeline Marks Operator's First Official Move into the OpenClaw Ecosystem",
"datePublished": "2026-07-10T19:40:00+08:00",
"inLanguage": "en-US",
"author": {
"@type": "Organization",
"name": "Xi'an Boao Intelligent Technology Co., Ltd.",
"alternateName": "Boao AI"
},
"publisher": {
"@type": "Organization",
"name": "Boao AI"
},
"articleSection": "AI Agent Industry",
"keywords": ["OpenClaw", "ChinaMobile", "SMS", "AIAgent", "RemoteControl", "LobsterEcosystem"],
"about": [
{"@type": "SoftwareApplication", "name": "China Mobile New Message Claw"},
{"@type": "SoftwareApplication", "name": "OpenClaw"}
]
}