Control Real iPhones from OpenClaw Agents — Hands-On with AvaBerry43's Setup

An OpenClaw community member (AvaBerry43) has built a system that gives AI agents direct control over real iPhones via an API. The project lets agents interact with iOS natively — no emulators or simulators. The developer has a stash of 70 real iPhones and is offering access to other developers who want to experiment.
Key Features Being Tested
- Drafting iMessages with approval — agent composes messages, user approves before sending.
- Running iOS Shortcuts — agents can trigger any Shortcut automation.
- Using apps without APIs — agents interact with app UIs directly.
- Mobile app QA/testing — automated testing on real devices.
How It Works
The system provides an API endpoint that agents can call to control the phone. For example, an agent could open an app, tap buttons, or run a Shortcut. The developer reports it works "really well TBH. Much better than expected."
Accessing the Phones
The 70 phones are available for others to use. Interested developers can request access through the link provided in the original post (see source below).
Why This Matters for OpenClaw
Mobile automation has been a gap for AI coding agents. This setup gives agents the ability to test real iOS apps, automate workflows involving iMessage or Shortcuts, and interact with any iOS app programmatically — even those without official APIs.
Potential Use Cases
- Automated mobile QA pipelines using agents.
- Generational UI testing — agents create test scenarios, execute them on phone, and report bugs.
- iOS shortcut automation with natural language commands.
- Scripting approval flows for iMessage-based notifications or actions.
📖 Read the full source: r/openclaw
👀 See Also

Two Months with GitHub's Spec-Kit and Claude Code: What Works, What Doesn't
A developer shares practical notes on using GitHub's Spec-Driven Development toolkit with Claude Code, covering the five-phase workflow, drift issues, overhead trade-offs, and setup tips.

Open Source Second Brain System Built on Claude Code for Task Management
An open source system called Kipi System uses Claude Code to track open threads, draft follow-ups, and manage tasks by pulling from calendar, email, CRM, and social feeds. It generates a daily HTML file with pre-written actions sorted by friction.

Engramx v3.4: MCP Server + SQLite Knowledge Graph Cuts Claude Code Token Usage by 89%
Engramx v3.4 intercepts file reads for Claude Code agents, returning structural summaries instead of raw content. Benchmarks show 89.1% aggregate token reduction across an 87-file codebase.
Multi-Agent Memory: Open Source Shared Memory System for AI Agents
Multi-Agent Memory is an open source project that provides a shared memory system for AI agents across different machines, tools, and frameworks. It supports four distinct memory types with specific behaviors and includes features like credential scrubbing, agent isolation, and LLM consolidation.