oxmgr

Manage long-running services with health checks and restart policies from oxfile.toml.

206|13|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Vladimir-Urik/OxMgr --skill oxmgr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oxmgr
Source: https://github.com/Vladimir-Urik/OxMgr/tree/main/docs
Command: npx skills add https://github.com/Vladimir-Urik/OxMgr --skill oxmgr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oxmgr is a lightweight process manager that helps teams reliably start, monitor, and auto-restart long-running services using a single configuration (oxfile.toml). It enables idempotent configuration application, health checks, and zero-downtime reloads, reducing manual intervention and outages.

Core Features & Use Cases

  • Idempotent config application with oxmgr apply to reconcile desired state from oxfile.toml
  • Start, stop, restart, reload, and monitor multiple services from one config
  • Health checks, log management, and deployment via pull/webhook and ready-state reloads
  • Works with any language/runtime; supports Docker/containerized workflows

Quick Start

Install Oxmgr and apply your oxfile.toml to configure your services.

Frequently Asked Questions about oxmgr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage and auto-restart long-running services from a single configuration?

Oxmgr automates reliable management of long-running services by coordinating start, monitoring, and health checking from an oxfile.toml configuration. It enforces restart policies and idempotent reconciliation to reduce manual intervention.

Does this process manager support Docker containerized workflows?

Yes, this service manager supports Docker containerized workflows alongside VM deployments. It coordinates service management, health checks, and pull/webhook automation for containerized environments.

How do I apply idempotent configuration to reconcile my desired service state?

To apply idempotent configuration, run the apply command with your oxfile.toml file. This reconciles the desired state of multiple services, ensuring configuration is enforced consistently without duplicate operations.

What is the best way to achieve zero-downtime reloads for monitored services?

Zero-downtime reloads are achieved using ready-state reload functionality. It monitors health checks and file watching to reload services automatically, reducing outages and manual intervention.

Can I use webhook automation to trigger deployments for my services?

Yes, you can use webhook automation to trigger deployments for your services. It coordinates pull and webhook automation to manage updates and maintain the desired state defined in your configuration.

Why does my service manager need health checks and file watching for reliability?

Health checks and file watching are needed to enforce restart policies and monitor ready-states. This ensures long-running services are automatically reconciled and reloaded, preventing outages and reducing manual intervention.