| name | Enable-Remote-Code |
| description | Enable Remote Control so the current project's Claude Code sessions can be accessed from the Android/iOS app or any browser via claude.ai/code. |
| allowed-tools | ["Bash(claude *)"] |
Enable Remote Control for Current Project
You are enabling Remote Control so the user can connect to this Claude Code session from their phone (Android/iOS Claude app) or any browser at claude.ai/code.
Execute the steps below in order.
Step 1 โ Verify Authentication
Run the following to confirm the user is logged in:
claude auth status
If NOT authenticated, instruct the user to run claude and then /login to sign in via claude.ai before proceeding. Do not continue until auth is confirmed.
Step 2 โ Enable Remote Control for All Sessions (Project-Level)
Enable Remote Control as a persistent setting so every future session in this project automatically supports remote connections:
Use the /config command inside Claude Code to set "Enable Remote Control for all sessions" to true.
Since we are running inside Claude Code already, execute:
/remote-control
This will:
- Register this session with the Anthropic API
- Display a session URL and QR code
- Allow connections from claude.ai/code, the iOS app, and the Android app
Step 3 โ Present Connection Instructions to User
After Remote Control is active, present the user with the following (in Hebrew):
ืืื ืืืชืืืจ ืืืืืคืื:
- ืคืชื ืืช ืืคืืืงืฆืืืช Claude (ืื ืืจืืืื / iOS)
- ืกืจืืง ืืช ืงืื ื-QR ืฉืืืฆื ืืืจืืื ื, ืื
- ืคืชื ืืช claude.ai/code ืืืคืืคื ืืืฆื ืืช ืืกืฉื ืืจืฉืืื (ืกืื ืืืฉื ืขื ื ืงืืื ืืจืืงื = ืืืืืจ)
ืฉืื ืื:
- ืืกืฉื ืจืฅ ืืงืืืืช ืขื ืืืืฉื ืฉืื โ ืฉืื ืืืจ ืื ืขืืืจ ืืขื ื ืืขืืจ ื-API ืืจืืื
- ืื ืืืืฉื ื ืื ืก ืืฉืื ื ืื ืืชื ืชืง ืืืจืฉืช ืืืืชืจ ื-10 ืืงืืช, ืืกืฉื ืืืกืืจ
- ืืืจืืื ื ืืืื ืืืืฉืืจ ืคืชืื ืื ืขืื ืืกืฉื ืคืขืื
- ืืคืฉืจ ืืฉืืื ืืืืขืืช ืื ืืืืจืืื ื ืืื ืืืืืคืื/ืืคืืคื โ ืืฉืืื ืืกืื ืืจื ืช
Notes
- Remote Control uses outbound HTTPS only โ no inbound ports are opened on the machine.
- Each Claude Code instance supports one remote session at a time.
- To start a named session from CLI:
claude remote-control --name "Project Name"
- To show QR code in terminal: press spacebar while
claude remote-control is running.