| name | blip-to-phone |
| description | Delegate a Blip file transfer to Codex computer use. Use when the user asks Claude to send, blip, transfer, move, or copy a local file to their phone with Blip; the recipient must be exactly Galaxy S21 Ultra 5G. |
Blip To Phone
Claude should not drive Blip directly. Blip transfer needs Windows desktop Computer Use, so delegate the transfer to Codex and inspect the result.
Read C:\Users\shawn\.claude\skills\codex-computer-use\SKILL.md first for the Codex computer-use wrapper mechanics.
Process
-
Resolve the file.
Completion: the absolute path exists and is the file the user asked to transfer.
-
Run Codex with write access.
Use the shared wrapper and invoke Codex's $blip-to-phone skill. The prompt must require visual verification that Blip reports Sent to Galaxy S21 Ultra 5G.
Completion: Codex exits with a transfer report and any screenshot/evidence paths it captured.
-
Inspect Codex's evidence.
Check the report and any screenshots/logs. The recipient must be exactly Galaxy S21 Ultra 5G.
Completion: the evidence shows sent, or the offline/missing-recipient state is clear.
-
Report to the user.
Include file path, recipient, final status, and evidence path when Codex produced one.
Codex Command
node C:\Users\shawn\.claude\skills\codex\scripts\codex-run.mjs --write --full --cd <working-dir> \
"Use $blip-to-phone to send <absolute-file-path> to Galaxy S21 Ultra 5G with Blip. Use Computer Use if needed. Finish only after Blip visibly reports Sent to Galaxy S21 Ultra 5G, or report the exact offline/missing-recipient state. Include evidence paths if screenshots are captured."
Use --full because Codex needs access to the local file path and the Windows desktop app.