Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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...
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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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.
claude-code-launcher /path/to/project
claude-code-launcher /path/to/project --verbose --screenshot
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"
Opens a new Terminal window using macOS automation Ensures fresh shell environment (zsh) Waits for the window to be ready
Changes directory to the specified project path Validates that the directory exists Reports any path resolution errors
Executes claude code command Waits for Claude Code interface to fully load (~5 seconds) Monitors for startup errors (missing dependencies, permission issues)
Types /remote-control command into Claude Code Presses Enter to submit Waits for Remote Control UI to appear (~3-6 seconds)
Detects the "Continue" option in Remote Control menu Presses Enter to confirm (or prompts user if needed) Validates that Remote Control is now active
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
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
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
Common issues and solutions: Permission setup (Screen Recording, Accessibility) Claude Code installation and updates Terminal app configuration Network troubleshooting
โ 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
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
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
/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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.