dispatch-remote-control

Start a Claude Code session and enable remote control via /remote-control command.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/oliverames/ames-claude --skill dispatch-remote-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch-remote-control
Source: https://github.com/oliverames/ames-claude/tree/main/plugins/ames-standalone-skills/skills/dispatch-remote-control
Command: npx skills add https://github.com/oliverames/ames-claude --skill dispatch-remote-control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start a new Claude Code session and immediately activate remote control, so Oliver can see and drive it from the Claude app on his phone or another device.

Core Features & Use Cases

  • Start a Claude Code session and enable remote control immediately.
  • Work around remoteControlAtStartup for Dispatch-launched sessions by sending a dedicated command after startup.
  • Relay the remote access URL to Oliver for opening on mobile devices.

Quick Start

Start a Claude Code session via Dispatch and immediately send /remote-control to enable remote access.

Frequently Asked Questions about dispatch-remote-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable remote control for a Claude Code session automatically on startup?

To enable remote control for a Claude Code session, this Skill initiates the code task via Dispatch and immediately sends the /remote-control command, sharing the resulting remote access URL.

Why does remoteControlAtStartup not work for Dispatch-launched sessions?

RemoteControlAtStartup does not work for Dispatch-launched sessions due to a known limitation. This Skill works around it by sending a dedicated /remote-control command after startup to ensure reliable access.

Can I access my Claude Code session from a mobile device?

Yes, you can access your Claude Code session from a mobile device. The Skill starts the session, activates remote control, and relays the remote URL for opening on the Claude app.

How do I get the remote access URL for a new code session?

You get the remote access URL by starting a Claude Code session through Dispatch. The Skill sends the /remote-control command and documents the token scope checks to provide the URL.

What are the limitations of using remote control with Dispatch sessions?

A known limitation is that remoteControlAtStartup fails for Dispatch-launched sessions. This requires a workaround to send the /remote-control command post-startup and perform token scope checks for reliable access.