Sidekick brings your AI Assistant to your wrist. A claw should be attached to your limbs after all 🤪
It's a small app for WearOS that let you interact with your Clawdbot, Openclaw, etc. through voice or text. You can start conversations, track old ones, get notified via haptics when your bot responds. It's really just meant to be a nice, clean, efficent way of summoning your clankers — with a UI that feels unobtrusive.
I built this because I needed an "Agent Babysitter" that I could tap into, even if I was on a walk or on a train. Situations where access to a laptop or phone is either impractical or uncomfortable.
- Basic UI
- Spacebot support
- Openclaw support
- Haptics for replies
- Voice mode quick launch
- Tile + Complication
- Nicer landing page
sidekick/
|── android/
| └── wear/ | Wear OS app
|── web/ | Landing page
└── package.json
# For landing page
cd web
bun install
bun run build
bun run serve
# For watch app
cd android
./gradlew :wear:assembleDebug
# For creating builds
bun run web:build
bun run android:wear:build- Pushing to
maindeploys landing page to Github pages. - PRs for bugfixes and support for other agents are welcome.
- It's my very first Kotlin project — be kind!