TUTU Smart Control Β· AI Phone Control Hub
SUB-BRAND Β· OpenClaw / MeowClaw
Built-in Full OpenClaw Runtime (2026.6.1)
The lobster way π¦
AI Phone Avatar β Create Your Own Phone Automation Skills with AI
MeowHub Γ OpenClaw (The lobster way π¦)
Built-in Full OpenClaw, One-Tap Install on Android.
No manual Termux setup, no git clone on phone, no npm install, no fragile shell scripts.
Official Website β’ δΈζζζ‘£ β’ Skill Development Guide β’ Skill Gallery β’ Contributing
--- ## What is MeowHub? MeowHub is an open-source Android app that turns your phone into an **AI-powered automation agent**. It serves as **the hands and feet of AI in the physical world** β enabling AI to truly "see" your screen, "tap" buttons, and "swipe" through apps to accomplish any task on your phone. MeowHub runs entirely on your device, is fully open-source, and uses a declarative **Skill Engine** so you can create and share automation skills in JSON β no coding required. ### Built-in OpenClaw, Not a Separate DIY Install MeowHub now ships with a **fully integrated OpenClaw runtime** inside the app. This is not a "go install Termux, then run a few commands, then hope npm works" experience. Instead, MeowHub bundles the **complete OpenClaw-based MeowClaw stack** and can install it for users with **one tap**. - **Built-in full OpenClaw** β bundled runtime, workspace, terminal, console, and Android bridge - **One-tap install** β bootstrap, Node.js, npm, OpenClaw, workspace assets, and gateway are prepared automatically - **No phone-side dependency hell** β no manual `git clone`, `npm install`, or package chasing on-device - **More stable in bad network conditions** β key runtime assets are pre-packaged in the APK instead of fetched during first launch - **Ready-to-use AI console** β terminal + web console are embedded directly in MeowHub This matters because phone-side package installs are often the most fragile part of mobile AI-agent deployment: flaky network, broken mirrors, missing binaries, Android linker quirks, and inconsistent shell environments. MeowHub hides that complexity and delivers a **near out-of-box OpenClaw experience on Android**. **Our vision:** Everyone can create and share their own phone AI avatar skills β giving AI the power to interact with the physical world. ### Why MeowHub? β A Fundamental Difference from Accessibility-Based Solutions Most phone automation tools (Auto.js, Hamibot, etc.) rely on Android's **AccessibilityService**. This approach has critical flaws. MeowHub uses the **system-level ADB protocol**, solving these problems by design: > **System-Level, Undetectable** > Accessibility-based solutions run at the application layer. Major apps like WeChat, TikTok, Taobao, and Alipay actively detect Accessibility Services β triggering risk controls or even **account bans**. MeowHub operates through ADB at the system level, completely transparent to target apps, equivalent to real finger touches, **undetectable by any application**. > **Stable & Reliable, One-Time Pairing** > Accessibility permissions are fragile β broken by OS updates, inconsistent across OEM ROMs, auto-revoked or interrupted by system prompts. MeowHub uses the standard ADB protocol for consistent and stable behavior. Pair once, use permanently β no repeated authorization needed. > **No Blind Spots** > Accessibility can only interact with UI elements that have Accessibility nodes β games, Canvas, and WebView are out of reach. MeowHub supports touch, swipe, and key input at any screen position, completely framework-agnostic. **In short:** Accessibility-based solutions are "sneaking around on someone else's turf" β always at risk of detection. MeowHub is "operating with system-level authority" β stable, secure, and undetectable. --- ### The Hands and Feet of AI β More Than Automation MeowHub is not just another RPA tool. Through deep integration with Large Language Models (LLMs), it becomes **the bridge between AI and the physical world**: - **AI can "See"** β Screenshots + vision analysis to understand anything on screen - **AI can "Think"** β Intelligent decisions based on screen state and context - **AI can "Act"** β ADB operations translate decisions into real touches, swipes, and inputs - **AI can "Learn"** β Declarative Skill system enables capabilities to accumulate and evolve MeowHub is one of the few open-source solutions that lets AI **truly reach physical devices and execute real-world actions**. It's not simulating, it's not calling APIs β it's using your phone, operating like a human. --- ### Key Features - **TUTU AI Chat** β Chat directly with TUTU AI in natural language. Ask questions (with web search), control your phone, or run skills β all from a single conversation. **5x faster** than OpenClaw-based conversation, with real-time streaming responses. - **Skill Engine** β A declarative JSON-based automation engine supporting 15+ step types: API calls, AI vision analysis, conditional branching, loops, user prompts, and more - **AI-Powered Actions** β Leverages LLM (Large Language Model) to understand screenshots, locate UI elements, and make intelligent decisions - **System-Level ADB** β Fully self-contained ADB implementation with mDNS discovery, TLS pairing (SPAKE2), and RSA key persistence β no PC required, zero detection risk - **Built-in Full OpenClaw** β OpenClaw is embedded as a first-class capability inside MeowHub, not left to users as a separate manual install task - **One-Tap MeowClaw Installation** β Pre-bundled bootstrap, Node.js, npm, OpenClaw runtime, workspace skills, and gateway configuration - **Embedded Terminal + Console** β Switch between terminal output and OpenClaw web console directly inside the app - **Skill Marketplace** β Browse, search, and run community-created skills with one tap - **Overlay Control** β Floating panel for quick actions and real-time skill execution status - **Open Ecosystem** β Create your own skills in JSON, contribute to the community, and build your personal phone AI avatar ### What's New in v1.1.0 **Device Control β Massively Expanded** - TutuGui Server (scrcpy-server) upgraded to v0312: command count expanded from 27 to **36** - 11 new Socket commands: `list_packages`, `get_app_info`, `force_stop_app`, `uninstall_app`, `install_apk`, `clear_app_data`, `send_sms`, `read_sms`, `get_device_info`, `execute_shell`, `call_state_event` - 7 new HTTP Bridge endpoints for AI-driven app management and SMS β OpenClaw can now manage apps and send/read SMS via structured APIs **AI & Chat Enhancements** - Advanced Settings with model detection β verify your API configuration works before chatting - Logged-in users auto-connect to TutuAI proxy β zero manual API setup needed - AI messages now render **Markdown** with table zoom and long-press copy - Smarter prompts: common apps map directly to package names (e.g., WeChat -> `com.tencent.mm`), reducing unnecessary queries **Navigation & UX** - Full navigation rewrite using Jetpack Navigation Compose β smoother transitions, correct back behavior - ADB pairing now shows a setup notice dialog first - Notification permission redirects to system settings page ### How It Works ``` ββββββββββββββββββββ β MeowHub App β β (Skill Engine) β ββββββββββ¬ββββββββββ β ADB Protocol (TLS) βΌ ββββββββββββββββββββ β ADB Daemon β ββββββββββ¬ββββββββββ β shell: app_process βΌ ββββββββββββββββββββ βββββββββββββββ β TutuGui Server βββββββΊβ AI Provider β β (scrcpy-server) β β (LLM API) β ββββββββββ¬ββββββββββ βββββββββββββββ β JSON Socket βΌ ββββββββββββββββββββ β Touch / Swipe / β β Screenshot / UI β ββββββββββββββββββββ ``` ## Screenshots
Made with β€οΈ for the open-source community