app
Session Monitor
Public Made by Adomby adom
Drive your Claude Code sessions from your phone — every container's sessions in one board. Talk to any of them by voice or text, pick the model per session, and get a push when a session asks a question or is ready for you. Install this CLI to hook a container in and manage its keeper.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
{
"slug": "session-monitor-cli",
"version": "0.9.0",
"type": "app",
"description": "Drive your Claude Code sessions from your phone — every container's sessions in one board. Talk to any of them by voice or text, pick the model per session, and get a push when a session asks a question or is ready for you. Install this CLI to hook a container in and manage its keeper.",
"tags": [
"session-monitor",
"claude-code",
"mobile",
"voice",
"text",
"push-notifications",
"model-picker",
"dashboard"
],
"discovery_triggers": [
"session monitor",
"drive my claude sessions from my phone",
"claude sessions on my phone",
"session monitor cli",
"hook a container into the session monitor",
"start the keeper",
"keeper status",
"keeper fleet health"
],
"discovery_pitch": "Your Claude Code sessions on your phone — voice or text, per-session model, push notifications, all in one board. This CLI hooks a container in and manages its keeper.",
"sample_prompts": [
{
"label": "Open the CLI",
"prompt": "open the session monitor cli"
},
{
"label": "Hook in a container",
"prompt": "hook this container into the session monitor"
},
{
"label": "Start the keeper",
"prompt": "start the keeper on this container"
},
{
"label": "Fleet health",
"prompt": "check keeper fleet health"
}
],
"install": {
"binary_name": "session-monitor"
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"dependencies": {},
"visibility": "public",
"org": "adom",
"author": {
"name": "Drew Owens",
"email": "[email protected]"
},
"title": "Session Monitor"
}