This guide explains how to create the "OriginSteward Drop" shortcut on your iPhone/iPad. This shortcut allows you to share URLs or Text from any app directly to your OriginSteward Inbox via iCloud Drive.
- iCloud Drive must be enabled on both your Mac and iPhone.
- The
OriginSteward/Inboxfolder must exist in your iCloud Drive.- Note: If you are running this project in
~/Documents, ensureDesktop & Documents Folderssyncing is enabled in iCloud settings.
- Note: If you are running this project in
- Open the Shortcuts app on iOS.
- Tap + to create a new shortcut.
- Name it "Drop to Brain".
- Enable Show in Share Sheet:
- Tap the "i" icon (bottom) -> Toggle "Show in Share Sheet".
- Set "Receive" to URLs and Text.
Add the following actions in order:
1. Set Variable (Input)
- Action:
Set Variable - Name:
Payload - Value:
Shortcut Input
2. Text (JSON Construction)
- Action:
Text - Paste the following JSON template:
{ "type": "url", "payload": "Payload_Variable", "timestamp": CurrentDate_As_Unix_Time, "note": "Shared from iOS" }- Tip: Replace
Payload_Variableby selecting the variable you created in Step 1. - Tip: For
timestamp, use the "Date" variable, tap it, and change format to "ISO 8601" or custom formatX(Unix timestamp).
- Tip: Replace
3. Save File
- Action:
Save File - Input:
Text(the JSON from Step 2) - Destination: iCloud Drive
- Path:
Documents/projects/.../Brain2.0/Inbox/(Navigate to your actual Inbox folder). - Name:
mobile_drop.json(You might want to append date to filename to avoid overwrites, e.g.,mobile_drop_CurrentDate.json).
- Open Safari or Twitter.
- Tap Share.
- Select Drop to Brain.
- Wait a few seconds for iCloud to sync.
- Watch your Mac's daemon pick it up!