omni-config

Manage Omni runtime configuration, authentication, and service operations via CLI.

34|14|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/automagik-dev/omni --skill omni-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-config
Source: https://github.com/automagik-dev/omni/tree/main/plugins/omni/skills/omni-config
Command: npx skills add https://github.com/automagik-dev/omni --skill omni-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Omni's runtime configuration, authentication, and service settings, simplifying operational tasks.

Core Features & Use Cases

  • Configuration Management: View, set, and unset CLI configurations and server settings.
  • Authentication & Access: Log in, check status, recover API keys, and manage API key scopes and lifecycles.
  • Service & Log Management: Control Omni services (start, stop, restart), and access logs and dead-letter queues.
  • Use Case: An administrator needs to update the default Omni instance for their team and then check the status of the running Omni services.

Quick Start

Use the omni-config skill to log in to the Omni API using your provided key.

Frequently Asked Questions about omni-config

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

FAQPage Schema
How do I manage Omni CLI configuration and server settings?

You can manage Omni CLI configuration and server settings by viewing, setting, and unsetting runtime configurations directly through automated Bash and jq command execution to handle service operations.

How do I recover or revoke API keys for Omni authentication?

Omni authentication allows you to check login status, recover API keys, and manage key scopes and lifecycles, including key revocation, using CLI commands parsed with Bash and jq.

What is the best way to control Omni services and access logs?

The best way to control Omni services is by running CLI commands to start, stop, or restart them, while simultaneously accessing service logs and dead-letter queues for operational monitoring.

Do I need jq installed to automate Omni configuration tasks?

Yes, you need jq installed because the automation integrates directly with Bash and jq to parse and execute the Omni CLI commands required for configuration and service management.

Can I update the default Omni instance for my team using CLI?

Yes, you can update the default Omni instance for your team by setting the appropriate server configurations through the CLI, allowing administrators to easily manage team access and settings.