Install
openclaw skills install openclaw-chatOpenClaw-chat is a mobile app for managing multi-Agent chats, groups, service control, and logs with remote and local sync on Android and iOS.
openclaw skills install openclaw-chatOpenClaw Mobile App - Multi-Agent Chat & Service Management
Open http://YOUR_IP:5177, add to home screen
APK location: android/app/build/outputs/apk/debug/app-debug.apk
Requires Mac + Xcode for building. See build instructions below.
clawhub install openclaw-chat
cd ~/.clawhub/skills/openclaw-chat
npm install
npm run dev
npm run build
npx cap add ios
npx cap open ios
# In Xcode: Product > Archive
# Requires Java 21
brew install openjdk@21
export JAVA_HOME=$(brew --prefix openjdk@21)
npm run build
npx cap add android
npx cap sync android
cd android && ./gradlew assembleDebug
# APK at: android/app/build/outputs/apk/debug/
MIT