Claw Control is an iOS application designed to monitor and control your OpenClaw instances.
Since we are targeting iOS, here is the path to a 1.0 release:
- Build a SwiftUI view that connects to the OpenClaw WebSocket.
- Simply displays the live logs.
- Add a feature where any command the bot runs that contains "delete," "buy," or "send" triggers a FaceID prompt on the phone for authorization.
- Add a button to "Install Skills" from ClawdHub directly onto the user's Mac/VPS.
To facilitate App Store review for this "Dashboard" style app (which primarily connects to user-owned infrastructure), we have implemented a Demo Mode.
- Trigger: If the user enters the token
DEMO_MODE. - Behavior: The app loads "fake" pre-recorded logs and simulated status updates to demonstrate functionality without requiring a real server connection.