AgentHubAgentHub

mobilevc-installer

SkillSkillsMP

io.github.JayCRL/MobileVC/mobilevc-installer · vmain

Install and start MobileVC — a Claude Code mobile workspace launcher that lets the user run Claude Code on a phone (iOS / Android) with their dev machine as the backend. Use this skill when the user asks to: - "install mobilevc" / "set up mobilevc" / "装一个 mobilevc" - "在手机上用 Claude Code" / "want to use Claude Code on my phone" - "把 Claude Code 装到手机" / "mobile claude code" - "扫码连手机" 这类与 mobilevc 关联的请求 This skill installs the published npm package `@justprove/mobilevc`, runs `mobilevc start` (which prints a LAN QR code), and points the user to https://www.mobilevc.top to install the iOS / Android client. iOS installs through the TestFlight link on the homepage; Android installs through the APK download link. Skip if the user asks to MODIFY MobileVC source code or rebuild it from scratch — this skill is a launcher, not a dev environment bootstrapper.

概览

mobilevc-installer 是一个Agent Skill,收录自 SkillsMP。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

Agent Skill 是带 SKILL.md 的指令包。安装后,AI 会根据 description 在匹配任务时自动加载,无需每次手动粘贴提示词。

安装

选择你的平台查看安装方式

# 通用 CLI(Cursor / Claude Code / Codex 等均支持)
npx skills add JayCRL/MobileVC@mobilevc-installer

使用方式

安装完成后,在对话中直接描述你的任务(或提及技能名称)。Agent 会先读取 SKILL.md 的 description 判断是否启用,再按其中的步骤执行。可用 /skills(Claude Code)或在设置中查看已加载的 Skills。

相关资源

统一 Manifest

{
  "id": "io.github.JayCRL/MobileVC/mobilevc-installer",
  "type": "skill",
  "version": "main",
  "displayName": "mobilevc-installer",
  "description": "Install and start MobileVC — a Claude Code mobile workspace launcher that lets the user run Claude Code on a phone (iOS / Android) with their dev machine as the backend.\n\nUse this skill when the user asks to:\n- \"install mobilevc\" / \"set up mobilevc\" / \"装一个 mobilevc\"\n- \"在手机上用 Claude Code\" / \"want to use Claude Code on my phone\"\n- \"把 Claude Code 装到手机\" / \"mobile claude code\"\n- \"扫码连手机\" 这类与 mobilevc 关联的请求\n\nThis skill installs the published npm package `@justprove/mobilevc`, runs `mobilevc start` (which prints a LAN QR code), and points the user to https://www.mobilevc.top to install the iOS / Android client. iOS installs through the TestFlight link on the homepage; Android installs through the APK download link.\n\nSkip if the user asks to MODIFY MobileVC source code or rebuild it from scratch — this skill is a launcher, not a dev environment bootstrapper.",
  "author": {
    "name": "JayCRL",
    "url": "https://github.com/JayCRL"
  },
  "repository": {
    "url": "https://github.com/JayCRL/MobileVC",
    "source": "github",
    "subfolder": "claude-skills/mobilevc-installer"
  },
  "homepage": "https://skillsmp.com/skills/jaycrl-mobilevc-claude-skills-mobilevc-installer-skill-md",
  "distribution": {
    "packages": [
      {
        "registryType": "source",
        "identifier": "JayCRL/MobileVC@mobilevc-installer",
        "version": "main",
        "runtimeHint": "npx skills add"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "codex",
    "vscode"
  ],
  "keywords": [
    "stars:185"
  ],
  "provenance": {
    "origin": "skillsmp",
    "originalId": "jaycrl-mobilevc-claude-skills-mobilevc-installer-skill-md",
    "originalUrl": "https://skillsmp.com/skills/jaycrl-mobilevc-claude-skills-mobilevc-installer-skill-md",
    "isOfficial": false,
    "status": "active"
  }
}
mobilevc-installer — Agent Skill 安装与配置 · AgentHub