Remote Control Daemons — Development skill for Claude Code
Automated, persistent, and self-healing systemd services and health watchdog for Claude Code and Codex remote control daemons.
How to install Remote Control Daemons
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open DurdeuVlad/remote-control-daemons and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Remote Control Daemons does
Automated, persistent, and self-healing systemd services and health watchdog for Claude Code and Codex remote control daemons.
Alternatives in Development
- GenericAgent — Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token co 6.1k ★
- Claude Scholar — Semi-automated research assistant for academic research and software development 3k ★
- Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★
README
Remote Control Daemons & Watchdog
[](https://opensource.org/licenses/MIT) [](https://www.kernel.org/) [](https://systemd.io/) [](https://www.python.org/)
Automated, persistent, and self-healing systemd services paired with an active health-monitoring watchdog for **Claude Code Remote Control** (`claude rc`) and **OpenAI Codex Remote Control** (`codex remote-control`).
💡 Why This Exists
Remote control daemons for AI coding assistants are essential for managing local workspace sessions from mobile apps or web UI clients. However, default daemon setups often fail silently when:
- System Reboots: Services try to launch before network interface initialization or DNS resolution finish, triggering startup timeout failures.
- Network Drops: Temporary network disconnections cause daemons to crash without automatic reconnection.
- Static Oneshot Units:
oneshotsystemd units do not monitor underlying background processes once spawned, remaining marked as "active" even after process crashes.
This project solves these pain points with a **dual-layer self-healing architecture**: network gating + systemd process supervision + periodic cron health checks.
🏗️ Architecture
flowchart TD
A[System Boot / Event] --> B{Network Online Check}
B -- Network Waiting --> B
B -- Reachable --> C[Launch Remote Control Daemons]
subgraph Systemd Supervision Layer
C --> D1[claude-remote-control.service]
C --> D2[codex-remote-control.service]
D1 -- Process Crash / Exit --> D1
D2 -- Process Crash / Exit --> D2
end
subgraph Active Watchdog Layer
E[Cron Cronjob: every 5 min] --> F[watchdog.py Health Audit]
F -- Service Ina
Related Skills
Ccmux
Persistent, self-healing Claude Code sessions in tmux — deterministic resume, fleet self-update.
Claude Remote Plus
Hot-swap Claude Code remote sessions between projects from your phone. A daemon + MCP server that manages clau
Agent Lifecycle Ops
Unified start/stop/status/check/logs/tail/strategy interface for any systemd-managed OneFlow agent. Auto-heals
Lord Claude
Five Claude Code skills that delegate sub-tasks to rival CLIs — Codex, Gemini (via Antigravity), Grok, and Com
Harness Remote
Native-session control plane for Codex, Claude Code, OpenCode, OMP and PI. Run, resume and hand off coding ses
Longhouse
Drive your actual coding agents, not another agent wrapper! Like codex/claude remote control but fully open so
Related Agents
Wd Researcher
Use this agent for time-boxed investigations that feed specs - provider TOS and rate-limit realities, Claude C
Fullstack Test Automator
Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engine
Engineering AI Data Remediation Engineer
Specialist in self-healing data pipelines — uses air-gapped local SLMs and semantic clustering to automaticall