โ† All skills
Tencent SkillHub ยท Developer Tools

Claude Code Launcher

Launch Claude Code in a new terminal window with Remote Control enabled. Use when opening a project for interactive coding sessions where you need to access...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Launch Claude Code in a new terminal window with Remote Control enabled. Use when opening a project for interactive coding sessions where you need to access...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/troubleshooting.md, scripts/launch_claude_code.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

Overview

This skill automates the process of launching Claude Code in a new terminal window with Remote Control enabled. It streamlines the workflow of: Opening a fresh terminal window Navigating to a project directory Starting Claude Code Activating Remote Control mode Handling user confirmations (if needed) Capturing and displaying the final state Perfect for switching between projects quickly or sharing Claude Code sessions across devices.

Basic Launch

claude-code-launcher /path/to/project

With Options

claude-code-launcher /path/to/project --verbose --screenshot

From OpenClaw Chat

Simply ask: "Launch Claude Code in proposal-generator with Remote Control" "Open the ai-native-lms project and enable Remote Control" "Start Claude Code in ~/dev/edikar-standalone"

Step 1: Terminal Preparation

Opens a new Terminal window using macOS automation Ensures fresh shell environment (zsh) Waits for the window to be ready

Step 2: Project Navigation

Changes directory to the specified project path Validates that the directory exists Reports any path resolution errors

Step 3: Claude Code Launch

Executes claude code command Waits for Claude Code interface to fully load (~5 seconds) Monitors for startup errors (missing dependencies, permission issues)

Step 4: Remote Control Activation

Types /remote-control command into Claude Code Presses Enter to submit Waits for Remote Control UI to appear (~3-6 seconds)

Step 5: User Confirmation

Detects the "Continue" option in Remote Control menu Presses Enter to confirm (or prompts user if needed) Validates that Remote Control is now active

Step 6: Session Capture

Takes a screenshot of the final state Displays the Remote Control session URL Extracts and displays QR code information Reports success or any errors encountered

Error Handling

The skill handles these common scenarios: IssueRecoveryTerminal fails to openRetries once, then reports errorProject path doesn't existDisplays helpful path resolution suggestionsClaude Code not installedReports missing dependency and suggests brew install claudeClaude Code hangsTimeout after 15 seconds, allows manual interventionRemote Control fails to activateLogs error details, suggests checking Claude versionTerminal permissions deniedRequests user to enable Screen Recording in System PreferencesNetwork connectivity issueWaits up to 10 seconds for reconnection

scripts/launch_claude_code.sh

Main automation script using Peekaboo CLI for: Terminal window management Keyboard/text input automation Screenshot capture Error detection and recovery Logging all operations to ~/.openclaw/workspace/logs/claude-code-launcher.log

references/troubleshooting.md

Common issues and solutions: Permission setup (Screen Recording, Accessibility) Claude Code installation and updates Terminal app configuration Network troubleshooting

Prerequisites

โœ… Installed: peekaboo (for UI automation) โœ… Installed: claude CLI (Claude Code) โœ… System: macOS with Terminal.app โœ… Permissions: Screen Recording + Accessibility enabled To enable permissions: System Settings โ†’ Privacy & Security โ†’ Screen Recording โ†’ Enable OpenClaw System Settings โ†’ Privacy & Security โ†’ Accessibility โ†’ Enable OpenClaw

What You Get

After launching, you'll have: โœ… New Terminal window with Claude Code running โœ… Remote Control session active and shareable โœ… Session URL for accessing from other devices โœ… QR code for mobile devices (scan in Claude app) โœ… Full context of your project available to Claude โœ… Capability to pause/resume across devices

Example Workflow

User: "Launch Claude Code in edikar-standalone with Remote Control" โ†“ Skill opens new Terminal โ†“ cd ~/dev/edikar-standalone โ†“ claude code โ†“ /remote-control โ†“ [Confirms continuation] โ†“ Screenshot captured โ†“ User sees: - Session URL: https://claude.ai/code/session_... - QR code displayed - Ready to access from phone/tablet

Related Commands

/remote-control - Activate Remote Control in Claude Code claude code - Start Claude Code interactive session peekaboo - macOS UI automation (used internally) Need help? See references/troubleshooting.md for common issues and solutions.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/troubleshooting.md Docs
  • scripts/launch_claude_code.sh Scripts