start

Start the Mirra Claude Code bridge server in the background.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill start-oz-networks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/packages/mirra-cc-bridge/skills/start
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill start-oz-networks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless remote control of your Claude Code sessions directly from your mobile phone, bridging the gap between your desktop AI and your personal device.

Core Features & Use Cases

  • Remote Session Control: Manage and interact with Claude Code from your phone using the Mirra mobile app.
  • Voice and Text Commands: Utilize your phone's interface to send commands and receive responses.
  • Use Case: You're away from your desk but need to quickly check a code snippet or ask a question to Claude Code. You can do this effortlessly from your phone via the Mirra app.

Quick Start

Start the Mirra bridge server in the background to enable remote control.

Frequently Asked Questions about start

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

FAQPage Schema
How do I control Claude Code remotely from my phone?

The Mirra bridge server runs as a long-running background process to facilitate remote control of Claude Code sessions via the mobile app, handling hook and resource registration for seamless communication.

Can I send voice commands to Claude Code using a mobile app?

The Mirra mobile app connects to a background bridge server, enabling both voice and text commands to be sent to your Claude Code session for remote interaction while you are away from your desk.

How do I start the Mirra bridge server for Claude Code?

Starting the Mirra bridge server requires setting `run_in_background: true`; the system then checks for successful hook and resource registration to verify the remote control connection is active.

Does the Mirra bridge server require specific background settings to run?

The bridge server needs `run_in_background: true` to initiate the long-running process; without this setting, the server cannot sustain the continuous connection needed for remote mobile control.

What is remote Claude Code session control via a bridge server?

A bridge server acts as an intermediary layer, registering hooks and resources to route text and voice commands from the Mirra mobile app directly into your active Claude Code session.

Why is my Mirra mobile app not connecting to Claude Code?

Connection issues between the Mirra app and Claude Code typically occur if the background server process is not running or if the system failed to verify successful hook and resource registration during startup.