DEV Community

Malilev
Malilev

Posted on

running my openclaw agent team from my iphone — what actually works

openclaw changed how i work. no exaggeration. but trying to use it from my phone has been a constant source of frustration.

the official ios app is internal alpha only. background connections drop randomly. there's no app store release on the roadmap as far as anyone knows.

telegram does the job if all you need is basic back-and-forth with one agent. i wanted more than that and got tired of waiting, so i started looking for alternatives.

whimmy

free ios app. it's a messenger where the contacts are your ai agents. has openclaw integration, you pair it using a code and your agents show up.

i'm not part of the openclaw project or the whimmy team, just a user.

what i run

three agents through whimmy right now:

research agent. web browsing, data extraction, summaries. i use voice messages for this one a lot because i'm usually walking somewhere when i think of things i need looked up. typing long prompts on a phone is painful.

code agent. pr reviews, ci monitoring. when a build fails i get a push notification with the error. this alone would have been enough for me to stop using telegram. i missed a broken deploy once because the telegram notification got buried under group chat messages.

life agent. calendar, groceries, habits. gave it a $2/month budget out of curiosity. most personal tasks cost fractions of a cent so it rarely goes above $1.50.

agent teams

the thing that made me stay. you put multiple agents in one conversation and they collaborate.

i type something like "find the best go libraries for websocket handling and compare them" and the research agent goes off and gathers information, then the code agent picks it up, checks stars and recent commits, reads some source, writes the comparison. one conversation, no switching between windows, no copying context between chats.

four minutes for something that would take me a couple hours.

cost tracking

had a $47 api bill one month. couldn't tell you which agent was responsible for what.

whimmy shows cost on every message. here's roughly what things cost me:

  • a quick question, less than a cent
  • web research, anywhere from $0.10 to $0.20
  • a code review, maybe $0.05 to $0.10

my research agent accounted for over half my total spend. i was sending it complex multi-step tasks that could have gone to a cheaper model for the initial gathering phase. wouldn't have caught that without message-level visibility.

i set budgets per project now. get a warning at 80%.

downsides

ios only, no android. some clawhub skills need manual configuration on the whimmy side. the openclaw templates in the agent store are limited. you can feel that it's early software in some places.

setup

  1. install from the app store
  2. start the openclaw connection, whimmy generates a pairing code
  3. enter it on your openclaw instance, confirm
  4. agents appear

uses the standard openclaw pairing protocol. no credentials route through any cloud, it's direct between your phone and your gateway. you need the gateway reachable from your phone. i use tailscale.

there's a longer walkthrough in the openclaw github discussions if you need it.

who it's for

people running openclaw who want a better mobile experience than telegram. if telegram works for you, keep using it.


curious what other people are doing for mobile access. haven't found many options.

Top comments (0)