LaunchKit · 2026
Back to Skills

claude-code-launcher

Launch Claude Code in a new terminal window with Remote Control enabled.

0
346 downloads
by @qusaiisaleem

Setup & Installation

openclaw skills install @qusaiisaleem/claude-code-launcher

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install claude-code-launcher

What This Skill Does

Automates launching Claude Code in a new terminal window with Remote Control enabled on macOS. Handles opening the terminal, navigating to a project directory, starting Claude Code, activating Remote Control, and capturing the session URL and QR code. Supports error recovery and logs all operations.

Replaces a multi-step manual process of opening a terminal, navigating to a project, launching Claude Code, and activating Remote Control with a single command.

When to use it

  • Starting a shareable Claude Code session from a single chat command
  • Accessing an active coding session from a phone or tablet via QR code
  • Switching to a different project without manually opening and configuring a terminal
  • Keeping a Claude Code session accessible from multiple devices simultaneously
  • Automating the repetitive setup steps before every coding session

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Launch Claude Code in edikar-standalone with Remote Control'

AGENT
  1. 1Opens a new Terminal window using macOS automation
  2. 2Navigates to the specified project directory
  3. 3Starts Claude Code and waits for the interface to load
  4. 4Activates Remote Control by typing /remote-control and confirming
  5. 5Captures a screenshot and extracts the session URL and QR code
OUTPUT

Active Remote Control session with a shareable URL and QR code ready for mobile or remote device access

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

peekaboo CLI installed (macOS UI automation tool used internally)claude CLI installed (Claude Code)macOS Screen Recording permission granted to OpenClawmacOS Accessibility permission granted to OpenClaw