iOS Shortcut Workaround for Sending iPhone Photos to Cowork via iCloud Sync

✍️ OpenClawRadar📅 Published: April 19, 2026🔗 Source
iOS Shortcut Workaround for Sending iPhone Photos to Cowork via iCloud Sync
Ad

Problem: Cowork's iPhone Photo Access Limitation

The Cowork platform cannot access iPhone camera rolls directly. This means no photo upload from mobile, no Dispatch image support, and no way to share screenshots or photos without workarounds like emailing to yourself or AirDropping to a Mac first. The developer wanted to maintain their workflow of taking screenshots and photos on iPhone and asking Claude questions about them within Cowork sessions.

The PhoPo iOS Shortcut Solution

The workaround involves creating an iOS Shortcut that processes photos and leverages iCloud sync to make them available to Cowork. The shortcut is named "PhoPo" (a play on "photo" and the developer's Claude instance name "PoPo").

Setup Steps

  • Create a folder in your Cowork workspace (which automatically syncs via iCloud since Cowork workspaces are iCloud directories)
  • Right-click the folder in Finder and select "Keep Downloaded" to prevent macOS from offloading it to iCloud-only storage
  • Build an iOS Shortcut with four actions:
    1. Select Photos (accepts multiple photos)
    2. Convert Image (to JPEG format - HEIC format won't work)
    3. Resize Image (the developer uses 1500px wide with auto height to keep file size reasonable)
    4. Save File (to the iCloud folder you created)
  • Place the shortcut icon somewhere accessible on your iPhone home screen
Ad

Claude Training

Train your Claude instance with this instruction: "When I say 'phopo', check the PhoPo folder for any new images since last check and pull them into this conversation. Also schedule a task to check the folder every 15 minutes so photos are ready when I need them."

Workflow

  • On iPhone: Take a photo or select one from camera roll, then share it to your PhoPo shortcut
  • The shortcut converts to JPEG, resizes, and saves to the synced iCloud folder
  • In Cowork: Say "phopo" (or your trained trigger word) and Claude checks the folder and pulls new images into the conversation

Use Cases and Capabilities

Claude can perform sophisticated recognition on the photos: screenshots of error messages, photos of real-world objects, handwritten notes, receipts, whiteboard scribbles, billboards with links, and more. The developer uses this during Cowork sessions to show Claude what they're looking at, what errors they're encountering, or what screens they're viewing.

Limitations

  • Both devices need to be on the same iCloud account
  • iCloud sync can lag on cellular networks (instant on WiFi)
  • Claude doesn't auto-detect new files - you need to prompt it to check the folder
  • Frequent folder checks (more than every 15 minutes) can burn through tokens

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

CLAUDE.md Files Are Often Organized for Developers, Not AI Models – Here's Why That Matters
Guides

CLAUDE.md Files Are Often Organized for Developers, Not AI Models – Here's Why That Matters

CLAUDE.md files commonly place Hard Rules at line 47, after background and tech stack. By the time the model reads constraints, it has already constructed conflicting assumptions. A better structure puts hard rules first.

OpenClawRadar
12 OpenClaw SOUL.md and STYLE.md Templates with Practical Lessons
Guides

12 OpenClaw SOUL.md and STYLE.md Templates with Practical Lessons

A developer created 12 OpenClaw agent templates for common use cases, each following the official 4-section spec, and identified key lessons including the necessity of STYLE.md for defining communication patterns and the importance of specific boundaries over vague personality traits.

OpenClawRadar
Building 9 Claude Skills for Solo Studio: Stacking Instructions for Real Work
Guides

Building 9 Claude Skills for Solo Studio: Stacking Instructions for Real Work

A solo developer built nine Claude skills for video production, analytics, SEO, financial modeling, and more. Key insight: write skills as instructions to an experienced colleague, not as documentation. Skills auto-trigger and stack when tasks overlap.

OpenClawRadar
Reddit Post: Developers Need Better AI Coding Practices, Not Just Better Tools
Guides

Reddit Post: Developers Need Better AI Coding Practices, Not Just Better Tools

A Reddit post argues that developers' dissatisfaction with AI coding tools stems from poor prompting practices, specifically 'raw prompting' without context or structure. The author recommends using scaffolding like CLAUDE.md and structured workflows to get production-ready code from Claude.

OpenClawRadar