Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Managing Services

Manage Digital FTE services as supervised child processes. Use when starting all services, debugging service crashes, configuring auto-restart behavior, or checking service status. NOT when running individual watchers (use specific watcher skills).

majiayu000 52a7d8b 2 files · 1.5 KB Updated 567 repo stars

File contents

Service Manager Skill

Process supervisor for all Digital FTE services.

Quick Start

# Start all services
python scripts/run.py

Managed Services

  1. Gmail Watcher
  2. WhatsApp Watcher
  3. Filesystem Watcher
  4. Orchestrator

Features

  • Auto-restart on crash
  • Graceful shutdown (Ctrl+C)
  • Startup logging to Vault/Logs/startup_log.md
  • Configurable restart delays

Windows Task Scheduler

Install as startup task:

.\scripts\install_service.ps1

Verification

Run: python scripts/verify.py

majiayu000/claude-skill-registry-data/tree/main/data/managing-services commit 52a7d8bca2

Frequently asked questions

npx skillmds add majiayu000/managing-services