omni-settings

Modify global application settings via REST endpoints for prompts, budgets, IP filters, and login requirements.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/DevMHOne/nextroute --skill omni-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-settings
Source: https://github.com/DevMHOne/nextroute/tree/main/skills/omni-settings
Command: npx skills add https://github.com/DevMHOne/nextroute --skill omni-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Global application configuration is centralized and automated, enabling teams to read and update prompts, budgets, filters, payload rules, combo defaults, and login requirements without touching source code.

Core Features & Use Cases

  • Read and update system prompts
  • Adjust thinking budget
  • Manage IP filters and payload rules
  • Configure combo defaults
  • Toggle require-login for access control
  • Use Case: An admin needs to rapidly roll out a secure, governance-compliant change across environments.

Quick Start

Update the global system prompt and enable require-login across all sessions.

Frequently Asked Questions about omni-settings

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

FAQPage Schema
How do I centralize global application configuration without modifying source code?

Centralize global application configuration by using REST endpoints to read and update settings like system prompts, budgets, and payload rules without touching source code. This enables teams to automate governance workflows across development, staging, and production environments.

Can I manage IP filtering and payload rules through an API?

Yes, you can manage IP filtering and payload rules through dedicated REST endpoints like GET and PUT /api/settings/ip-filter. This allows you to dynamically read and update access controls and payload configurations centrally.

What is the best way to update system prompts across different environments?

The best way to update system prompts is by calling the GET and PUT /api/settings/system-prompt REST endpoints. This centralizes prompt management, allowing safe rollouts and modifications across development, staging, and production environments.

How do I toggle require-login for application access control?

Toggle require-login for access control by updating the global application settings via the PATCH /api/settings endpoint. This centralizes login requirements, enabling admins to rapidly enforce secure access governance across all sessions.

Does this centralized settings approach support automated governance rollouts?

Yes, centralized settings support automated governance rollouts by providing REST endpoints to adjust configurations like budgets and combo defaults. Admins can rapidly roll out secure, governance-compliant changes across environments without source code deployments.

When do I need to use centralized payload rules and proxy configurations?

You need centralized payload rules and proxy configurations when managing global application behavior across multiple environments. They allow teams to safely control data payloads and proxy settings via API, ensuring consistent governance without code changes.