{
  "slug": "adom-remote-control",
  "version": "0.8.1",
  "type": "skill",
  "description": "Make a container's Claude Code sessions controllable from the Session Monitor \u2014 your phone board for every session: talk by voice or text, pick the model, get a push when one needs you. Installs + drives the session-monitor CLI.",
  "tags": [
    "remote-control",
    "claude-code",
    "mobile",
    "voice",
    "sessions",
    "dashboard"
  ],
  "discovery_triggers": [
    "remote control sessions",
    "control my sessions from my phone",
    "session monitor",
    "enable remote control",
    "adom-remote-control",
    "make this session controllable from my phone",
    "hook this container into the session monitor",
    "monitor claude code sessions"
  ],
  "discovery_pitch": "Monitor and drive every Claude Code session in a container from your phone \u2014 voice or text, per-session model, push notifications.",
  "sample_prompts": [
    {
      "label": "Enable remote control",
      "prompt": "enable remote control on this container"
    },
    {
      "label": "Control from my phone",
      "prompt": "make this session controllable from my phone"
    },
    {
      "label": "Hook in a container",
      "prompt": "hook this container into the session monitor"
    },
    {
      "label": "Update the keeper",
      "prompt": "update the keeper on this container"
    }
  ],
  "install": {
    "binary_name": "adom-remote-control"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "image",
    "path": "docs/skill-hero-v2.png"
  },
  "dependencies": {
    "adom/session-monitor-cli": ">=0.6.0"
  }
}
