skill
adom-remote-control
Public Made by Adomby adom
Make a container's Claude Code sessions controllable from the Session Monitor — voice or text, per-session model, push notifications.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
{
"schema_version": 1,
"type": "skill",
"slug": "adom-remote-control",
"title": "adom-remote-control",
"brief": "Make a container's Claude Code sessions controllable from the Session Monitor — voice or text, per-session model, push notifications.",
"version": "0.8.1",
"install": {
"binary_name": "adom-remote-control"
},
"author": {
"name": "Drew Owens",
"email": "[email protected]"
},
"tags": [
"remote-control",
"claude-code",
"mobile",
"voice",
"sessions",
"dashboard"
],
"license": "proprietary",
"visibility": "public",
"hero": {
"type": "image",
"path": "docs/skill-hero-v2.png"
},
"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"
}
],
"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 — voice or text, per-session model, push notifications.",
"metadata": {},
"created_at": "2026-06-29T22:49:04.095Z",
"updated_at": "2026-06-29T22:49:04.095Z",
"source_path": "SKILL.md",
"sub_skills": [],
"parent_app": null,
"description": "Make a container's Claude Code sessions controllable from the Session Monitor — 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.",
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"dependencies": {
"adom/session-monitor-cli": ">=0.6.0"
},
"org": "adom"
}