Posting with photos from Cursor Mobile
Cursor Mobile can see photos you attach, but cloud agents cannot read the image files. That is a Cursor platform limit. The fix is simple: send photos to ImageKit on etan.blog first (same site), then dictate the note in Cursor.
- Upload photos at etan.blog/studio with a slug (first photo = hero), or run the iOS Shortcut below.
-
Open Cursor Mobile + Wispr Flow and dictate the note. Mention the slug
(example:
yang-guo-fu-mala-plaza-singapura). - The agent checks ImageKit for that slug, writes the article, and deploys to etan.blog — no temporary upload links.
Create a Shortcut named etan photos that asks for a slug, accepts
Photos, then POSTs to https://etan.blog/api/photos with
header Authorization: Bearer <PHOTO_UPLOAD_TOKEN> and form fields
slug + photos (the image files). After success, copy
“Photos uploaded for slug … — write the etan note” to the clipboard and open
Cursor Mobile.
The upload token is stored as a Cloudflare Worker secret
(PHOTO_UPLOAD_TOKEN). Keep it in the Shortcut only — not in public git.