omniroute-cli-admin

Manage OmniRoute server lifecycle, provisioning, and diagnostics via CLI.

44.0k|5.9k|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/diegosouzapw/OmniRoute --skill omniroute-cli-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omniroute-cli-admin
Source: https://github.com/diegosouzapw/OmniRoute/tree/main/skills/omniroute-cli-admin
Command: npx skills add https://github.com/diegosouzapw/OmniRoute --skill omniroute-cli-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you reliably manage the OmniRoute server lifecycle and resolve runtime issues without manual dashboard work, including setup automation, health diagnostics, recovery steps, and public tunnel exposure.

Core Features & Use Cases

  • Server lifecycle management: Start/stop/restart OmniRoute, open the dashboard, and check runtime status (uptime, requests, providers) with port and browser-launch controls.
  • Provisioning & diagnostics: Run interactive or non-interactive setup for local/CI/Docker environments, generate health checks with actionable failure output, and export results in JSON for automation.
  • Operations for uptime & access: Perform backups/restores, enable autostart across OSes, manage secure tunnels (Cloudflare/Tailscale/ngrok), inspect configuration/env vars, stream logs, and handle recovery for encrypted credentials.

Quick Start

Use the omniroute-cli-admin skill to run a full health check by executing omniroute doctor --json and then review failing checks in your terminal.

Frequently Asked Questions about omniroute-cli-admin

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

FAQPage Schema
How do I run a health check on OmniRoute from the command line?

Run an OmniRoute health check by executing the omniroute doctor command, which verifies uptime, requests, and providers, and outputs actionable failure details or JSON for automation.

How do I automate OmniRoute server provisioning for Docker or CI environments?

Automate OmniRoute provisioning by running interactive or non-interactive setup commands via the CLI, configuring environment variables and lifecycle controls specifically for local, CI, or Docker environments.

Can I expose my local OmniRoute server through a secure tunnel?

Yes, you can expose your local OmniRoute server by managing secure tunnels directly through the CLI, supporting Cloudflare, Tailscale, and ngrok for public access without manual dashboard configuration.

What is the best way to back up and restore OmniRoute server configuration?

Back up and restore OmniRoute server configuration using dedicated CLI commands, which manage server state persistence and handle recovery workflows for encrypted credentials without manual dashboard intervention.

Does OmniRoute CLI support autostart across different operating systems?

Yes, the OmniRoute CLI supports autostart across different operating systems, allowing you to enable automatic server startup and manage lifecycle operations directly from the command line.

Why is my OmniRoute server failing to start after an encrypted credential recovery?

If OmniRoute server startup fails after encrypted credential recovery, use the CLI to stream logs and inspect environment variables to diagnose configuration mismatches or encryption workflow issues.