How to Build a Phone Automation Agency With Phone Harness
Every day, millions of people do the same tasks on their phones: respond to messages, post to social media, fill forms, transfer data between apps, manage listings, process orders. These tasks take 1-3 hours per person per day and are repetitive enough to automate — but iOS has historically been locked down. No automation tools could touch a real iPhone without jailbreaking it.
Phone Harness launched on August 7, 2026, and hit 1,700+ stars in one week. It connects an AI agent (Claude Code, Codex, or any LLM) directly to a real iPhone through macOS iPhone Mirroring. No jailbreak, no Xcode, no WebDriverAgent. The agent sees the screen through OCR and acts through HID-level input events — taps, swipes, typing, and app shortcuts.
This opens up an entirely new service category: iOS automation as a business.
How Phone Harness Works
The tool uses macOS Sequoia's iPhone Mirroring feature (which renders your phone as a Mac window) as its entire transport layer. It captures the mirroring window, runs OCR on it to extract every visible text element with coordinates, and posts input events to tap, swipe, and type.
| Capability | How It Works | Speed |
|---|---|---|
| See the screen | screencapture + Apple Vision OCR | 1-2 seconds per scan |
| Tap a location | CGEvent at HID level | Instant |
| Tap text (find and press) | OCR finds text, converts to coordinates, taps | 2-3 seconds |
| Type text | HID keycodes (unicode supported) | 50+ chars/second |
| Swipe/scroll | CGEvent drag or wheel scroll | Instant |
| Long press | Held CGEvent | Programmable duration |
| Open app | Cmd+1 (Home), Cmd+3 (Spotlight), type app name | 3-4 seconds |
| Verify action | Screenshot again, OCR to confirm | 2 seconds |
The agent can chain these actions: open an app, read what is on screen, make decisions, tap buttons, type text, and verify the result — all autonomously. A typical task like "open WhatsApp, send a message to John, verify it was sent" takes 8-15 seconds.
Business Model: Social Media Automation Service
Managing social media across 3-5 platforms is a full-time job for small businesses. Posting the same content to Instagram, TikTok, Facebook, and LinkedIn manually takes 30-60 minutes per post. Phone Harness can automate the entire cross-posting workflow.
| Service | What It Does | Price |
|---|---|---|
| Cross-platform posting | One post auto-published to 3-5 apps | $200-500/month per client |
| Engagement automation | Auto-reply to DMs, comment on relevant posts | $300-800/month |
| Story/Reel publishing | Schedule and post stories across platforms | $150-400/month |
| Analytics reporting | Weekly summary of engagement metrics | $100-300/month |
| Full social media management | All of the above + content scheduling | $500-1,500/month |
Your workflow: set up Phone Harness with the client's phone, configure the automation scripts (open Instagram, compose post, attach image, publish, then repeat for each platform), and run it on a schedule. Once configured, each post takes 2-3 minutes of automated phone interaction instead of 30-60 minutes of manual work.
Business Model: E-Commerce Order Processing
Small e-commerce sellers on Shopify, Etsy, and eBay process orders manually: read the order, copy shipping details, create a label, mark as shipped, send tracking info. With 20-50 orders per day, this takes 2-4 hours.
Phone Harness can automate the entire flow: open the seller app, read new orders, process each one, generate labels, and update tracking. The agent reads the screen, identifies order elements, and interacts with the app's interface just like a human would.
| Order Volume | Time Saved Daily | Your Monthly Fee | Client ROI |
|---|---|---|---|
| 10-20 orders/day | 1-2 hours | $200-400 | Saves $400-800 in labor |
| 20-50 orders/day | 2-4 hours | $400-800 | Saves $800-1,600 in labor |
| 50-100 orders/day | 4-8 hours | $600-1,200 | Saves $1,600-3,200 in labor |
Target: Etsy sellers, eBay PowerSellers, Shopify store owners with 10+ daily orders. These sellers spend real money on virtual assistants for exactly this task.
Business Model: App Testing and QA Service
App developers need to test their apps on real devices. Manual testing is slow and expensive ($30-60/hour for QA testers). Phone Harness can run automated test sequences on a real iPhone — tapping through flows, filling forms, verifying screens, and reporting issues.
| Testing Type | What You Deliver | Price |
|---|---|---|
| Smoke test (10 critical paths) | Pass/fail report on core user flows | $200-500 per test cycle |
| Regression test (full suite) | 50+ test cases, screenshot evidence | $500-1,500 per cycle |
| Continuous testing | Weekly automated runs with reports | $800-2,000/month |
| Cross-device testing | Test on 3-5 iPhone models | $300-800 per device |
Target: iOS app developers, mobile app agencies, startups preparing for App Store launch. Every app needs testing before release, and real-device testing is more valuable than simulator testing.
Business Model: Data Entry and Migration Services
Businesses frequently need to move data between apps that do not have APIs: copying contacts from one CRM to another, migrating listings from eBay to a Shopify store, transferring patient records between systems. Phone Harness can automate these migrations by reading data from one app and entering it into another.
| Migration Type | Volume | Your Price | Time |
|---|---|---|---|
| Contact migration | 100-500 contacts | $200-500 | 1 day |
| Product listing migration | 50-200 listings | $300-800 | 2-3 days |
| Message/chat archival | 1,000+ messages | $200-600 | 1-2 days |
| Form data entry | 100-500 forms | $300-700 | 2-3 days |
| Full CRM migration | Complete database | $1,000-3,000 | 1 week |
These tasks are perfect for Phone Harness because they involve reading structured data from one app and typing it into another — exactly what the OCR + tap + type pipeline does well.
Income Projections
These estimates assume you serve 3-8 clients and work 20-30 hours per week.
| Phase | Revenue Source | Monthly Income |
|---|---|---|
| Month 1-2 | First 2-3 automation projects | $500-2,000 |
| Month 3-4 | Projects + first retainers | $1,500-5,000 |
| Month 5-6 | Multiple retainers + migration jobs | $3,000-10,000 |
| Month 7+ | Established agency with 5+ retainers | $5,000-15,000 |
What You Need to Get Started
| Requirement | Cost | Notes |
|---|---|---|
| Mac with macOS Sequoia+ | You need this for iPhone Mirroring | M1 or Intel works |
| iPhone (any model with iOS 18+) | The phone being controlled | Client's phone works too |
| AI coding agent (Claude Code or Codex) | $20/month | Runs the automation scripts |
| Phone Harness | Free (MIT license) | The skill itself |
| No jailbreak, no Xcode, no developer account | — | This is the key advantage |
Common Mistakes
Automating without verification. Phone Harness can screenshot after every action and verify the result via OCR. Always include verification steps in your scripts. An automation that taps "Delete" without confirming the dialog will cause damage.
Promising 100% reliability. OCR occasionally misreads text, UI elements move between app updates, and network issues interrupt flows. Set client expectations: 90-95% automation rate is realistic. The remaining 5-10% still needs human oversight.
Not handling app updates. iOS apps update frequently, changing button positions and UI layouts. Phone Harness works by reading what is on screen, so it adapts automatically — but you should test your scripts after major app updates and adjust if needed.
Ignoring privacy. You are handling client data (messages, orders, contacts). Use encryption, sign data processing agreements, and never store sensitive data longer than necessary. This is especially critical for healthcare and financial clients.
The iOS automation market has been underserved because Apple's ecosystem is locked down. Phone Harness cracks it open without jailbreaking. The businesses that learn to use it now will have a head start of months or years before larger automation platforms add iOS support. The key insight: you are not selling automation technology, you are selling time back to business owners.