Nouischen

Claude Code Phone Gateway — Development skill for Claude Code

Development community

Keep claude remote-control alive on Windows so the Claude mobile app can start local Claude Code sessions on your PC.

How to install Claude Code Phone Gateway

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Nouischen/claude-code-phone-gateway and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Phone Gateway does

Keep claude remote-control alive on Windows so the Claude mobile app can start local Claude Code sessions on your PC. Pure PowerShell, zero dependencies.

Alternatives in Development

  • Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
  • Sanitize — Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies 3.1k ★
  • Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★

README

Claude Code Phone Gateway (Windows)

Keep `claude remote-control` running on your Windows PC so the **Claude mobile app can start new Claude Code sessions on your own machine**, with your files, tools and settings, and keep working after reboots and network drops.

Pure Windows PowerShell 5.1. Nothing to install: no Python, no Node, no admin rights, no services, no scheduled tasks.

中文教學頁(緣起、設定在哪、安裝、排錯):https://claude-code-phone-gateway.pages.dev

Why this exists

Claude Desktop already mirrors sessions you open on the PC to your phone. The other direction is the gap: **a new session started from the phone runs in Anthropic's cloud by default**, where it cannot see your local files. Claude Code's answer is server mode, `claude remote-control`, which makes your PC appear under *Devices* in the app. Two things make it a poor daemon on its own:

  • it exits by design after roughly 10 minutes without network, and
  • nothing starts it after a reboot.

This repo is a small supervisor around it, plus a `doctor` that tells you exactly why it cannot run, and an installer that wires it into your Startup folder.

Requirements

  • Windows 10 or 11.
  • Claude Code 2.1.51 or newer. Any install method works: the native installer, npm, or the copy bundled inside Claude Desktop (auto-detected in that order).
  • A claude.ai subscription login (Pro, Max, or Team/Enterprise with Remote Control enabled by an admin). Remote Control does not work with API keys.
  • The Claude app on your phone, signed into the same account.

Install

Easiest: let your own Claude Code do it

Everyone who needs this tool already has Claude Code, so paste this into a Claude Code session:

Clone https://github.com/Nouischen/claude-code-phone-gateway into C:\Projects\claude-code-phone-gateway
(create C:\Projects if needed), then install it by following its README: run doctor.ps1 first and show me
the output; if anything FAILs, stop and explain the fi