📱
AutomationGo

MobileVC Installer

by JayCRL

MobileVC Installer is an Automation skill for Claude Code, published by JayCRL in MobileVC.

210 stars29 forkson JayCRL/MobileVCAdded 2026/09/04Repository updated 2026/06/30
claude-codecodex-clifluttergovibecoding-remote
Install in seconds
Install MobileVC Installer
Copy MobileVC Installer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/JayCRL/MobileVC/tree/main/claude-skills/mobilevc-installer ~/.claude/skills/mobilevc-installer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/JayCRL/MobileVC.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
claude-skills/mobilevc-installer/SKILL.md in JayCRL/MobileVC
Installs to
~/.claude/skills/mobilevc-installer
Collection
The only skill cataloged from this repository
Category
Automation1860 skills

What MobileVC Installer does

MobileVC Installer installs the MobileVC npm package and starts the backend so Claude Code can run from a phone. Use it when setting up the mobile client, QR-code pairing, or LAN/relay access.

MobileVC Installer is cataloged under Automation on DirSkills. MobileVC Installer comes from a repository tagged claude-code, codex-cli, flutter, go and vibecoding-remote.

Documentation

README

mobilevc-installer

Install and run MobileVC for the user. The user's dev machine becomes the Claude Code backend; the phone runs the official client app and connects to it over LAN or through the public Relay flow.

GitHub: https://github.com/JayCRL/MobileVC npm: https://www.npmjs.com/package/@justprove/mobilevc

What you do

Run these steps in order. Stop and report to the user as soon as anything fails.

Step 1 — Preflight

Before installing, check the environment. Run these commands and confirm:

node --version    # require >= 18.0.0
npm --version

If node is missing or older than 18, STOP and tell the user how to install Node.js (brew install node, nvm install 20, or https://nodejs.org). Do NOT proceed.

Step 2 — Install the npm package

This is the opening of the README. Read the full README on GitHub.

Frequently asked about MobileVC Installer

  • How does MobileVC Installer compare to other Automation skills?

    MobileVC Installer ranks #1697 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MobileVC Installer against them. Open each page to compare what they document and how they install.