diff --git a/skills/cli-a2a/SKILL.md b/skills/cli-a2a/SKILL.md index 8d236b2276..e75b993606 100644 --- a/skills/cli-a2a/SKILL.md +++ b/skills/cli-a2a/SKILL.md @@ -4,24 +4,24 @@ description: Interact with the OmniRoute A2A server from the CLI. Send tasks, in --- -## Visão geral +## Overview Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `a2a` Agent-to-Agent (A2A) server -**Exemplo:** +**Example:** ```bash omniroute a2a @@ -35,7 +35,7 @@ Show A2A server status - `--json` -**Exemplo:** +**Example:** ```bash omniroute a2a status @@ -45,7 +45,7 @@ omniroute a2a status Print the Agent Card JSON -**Exemplo:** +**Example:** ```bash omniroute a2a card @@ -53,7 +53,7 @@ omniroute a2a card ### `a2a skills` -**Exemplo:** +**Example:** ```bash omniroute a2a skills @@ -68,7 +68,7 @@ omniroute a2a skills - `--wait` - `--timeout ` -**Exemplo:** +**Example:** ```bash omniroute a2a invoke @@ -76,7 +76,7 @@ omniroute a2a invoke ### `a2a tasks` -**Exemplo:** +**Example:** ```bash omniroute a2a tasks @@ -91,7 +91,7 @@ omniroute a2a tasks - `--limit ` - `--since ` -**Exemplo:** +**Example:** ```bash omniroute a2a list @@ -99,7 +99,7 @@ omniroute a2a list ### `a2a get ` -**Exemplo:** +**Example:** ```bash omniroute a2a get @@ -111,7 +111,7 @@ omniroute a2a get - `--yes` -**Exemplo:** +**Example:** ```bash omniroute a2a cancel @@ -119,7 +119,7 @@ omniroute a2a cancel ### `a2a watch ` -**Exemplo:** +**Example:** ```bash omniroute a2a watch @@ -127,7 +127,7 @@ omniroute a2a watch ### `a2a stream ` -**Exemplo:** +**Example:** ```bash omniroute a2a stream @@ -135,7 +135,7 @@ omniroute a2a stream ### `a2a logs ` -**Exemplo:** +**Example:** ```bash omniroute a2a logs diff --git a/skills/cli-backup-sync/SKILL.md b/skills/cli-backup-sync/SKILL.md index ef1de7c4e6..7a030bc1e6 100644 --- a/skills/cli-backup-sync/SKILL.md +++ b/skills/cli-backup-sync/SKILL.md @@ -4,22 +4,22 @@ description: Backup and restore OmniRoute data from the CLI. Trigger incremental --- -## Visão geral +## Overview Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `backup` -**Exemplo:** +**Example:** ```bash omniroute backup @@ -36,7 +36,7 @@ omniroute backup - `--exclude ` - `--retention ` -**Exemplo:** +**Example:** ```bash omniroute backup create @@ -44,7 +44,7 @@ omniroute backup create ### `backup auto` -**Exemplo:** +**Example:** ```bash omniroute backup auto @@ -59,7 +59,7 @@ omniroute backup auto - `--encrypt` - `--retention ` -**Exemplo:** +**Example:** ```bash omniroute backup enable @@ -67,7 +67,7 @@ omniroute backup enable ### `backup disable` -**Exemplo:** +**Example:** ```bash omniroute backup disable @@ -84,7 +84,7 @@ omniroute backup disable - `--exclude ` - `--retention ` -**Exemplo:** +**Example:** ```bash omniroute backup status @@ -97,7 +97,7 @@ omniroute backup status - `--list` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute backup restore [backupId] @@ -105,7 +105,7 @@ omniroute backup restore [backupId] ### `task` -**Exemplo:** +**Example:** ```bash omniroute task @@ -122,7 +122,7 @@ omniroute task - `--branch ` - `--metadata ` -**Exemplo:** +**Example:** ```bash omniroute cloud create @@ -135,7 +135,7 @@ omniroute cloud create - `--status ` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute cloud list @@ -143,7 +143,7 @@ omniroute cloud list ### `cloud get ` -**Exemplo:** +**Example:** ```bash omniroute cloud get @@ -151,7 +151,7 @@ omniroute cloud get ### `cloud status ` -**Exemplo:** +**Example:** ```bash omniroute cloud status @@ -163,7 +163,7 @@ omniroute cloud status - `--yes` -**Exemplo:** +**Example:** ```bash omniroute cloud cancel @@ -171,7 +171,7 @@ omniroute cloud cancel ### `cloud approve ` -**Exemplo:** +**Example:** ```bash omniroute cloud approve @@ -179,7 +179,7 @@ omniroute cloud approve ### `cloud message ` -**Exemplo:** +**Example:** ```bash omniroute cloud message @@ -187,7 +187,7 @@ omniroute cloud message ### `cloud sources ` -**Exemplo:** +**Example:** ```bash omniroute cloud sources @@ -195,7 +195,7 @@ omniroute cloud sources ### `cloud cloud` -**Exemplo:** +**Example:** ```bash omniroute cloud cloud @@ -203,7 +203,7 @@ omniroute cloud cloud ### `cloud agents` -**Exemplo:** +**Example:** ```bash omniroute cloud agents @@ -216,7 +216,7 @@ omniroute cloud agents - `--no-browser` - `--timeout ` -**Exemplo:** +**Example:** ```bash omniroute cloud auth @@ -224,7 +224,7 @@ omniroute cloud auth ### `sync` -**Exemplo:** +**Example:** ```bash omniroute sync @@ -238,7 +238,7 @@ omniroute sync - `--bundle ` - `--dry-run` -**Exemplo:** +**Example:** ```bash omniroute sync push @@ -253,7 +253,7 @@ omniroute sync push - `--replace` - `--dry-run` -**Exemplo:** +**Example:** ```bash omniroute sync pull @@ -266,7 +266,7 @@ omniroute sync pull - `--source ` - `--target ` -**Exemplo:** +**Example:** ```bash omniroute sync diff @@ -278,7 +278,7 @@ omniroute sync diff - `--include ` -**Exemplo:** +**Example:** ```bash omniroute sync bundle @@ -290,7 +290,7 @@ omniroute sync bundle - `--dry-run` -**Exemplo:** +**Example:** ```bash omniroute sync import @@ -302,7 +302,7 @@ omniroute sync import - `--from-cloud` -**Exemplo:** +**Example:** ```bash omniroute sync initialize @@ -310,7 +310,7 @@ omniroute sync initialize ### `sync tokens` -**Exemplo:** +**Example:** ```bash omniroute sync tokens @@ -318,7 +318,7 @@ omniroute sync tokens ### `sync list` -**Exemplo:** +**Example:** ```bash omniroute sync list @@ -332,7 +332,7 @@ omniroute sync list - `--scope ` - `--ttl ` -**Exemplo:** +**Example:** ```bash omniroute sync create @@ -344,7 +344,7 @@ omniroute sync create - `--yes` -**Exemplo:** +**Example:** ```bash omniroute sync revoke @@ -352,7 +352,7 @@ omniroute sync revoke ### `sync status` -**Exemplo:** +**Example:** ```bash omniroute sync status @@ -360,7 +360,7 @@ omniroute sync status ### `sync resolve` -**Exemplo:** +**Example:** ```bash omniroute sync resolve diff --git a/skills/cli-batches/SKILL.md b/skills/cli-batches/SKILL.md index 1f61eef8c0..926a7aba58 100644 --- a/skills/cli-batches/SKILL.md +++ b/skills/cli-batches/SKILL.md @@ -4,22 +4,22 @@ description: Submit and monitor batch inference jobs from the CLI. Upload and ma --- -## Visão geral +## Overview Submit and monitor batch inference jobs from the CLI. Upload and manage files for batch processing, retrieve results, and integrate batch pipelines with CI/CD workflows. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `batches` -**Exemplo:** +**Example:** ```bash omniroute batches @@ -32,7 +32,7 @@ omniroute batches - `--status ` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute batches list @@ -40,7 +40,7 @@ omniroute batches list ### `batches get ` -**Exemplo:** +**Example:** ```bash omniroute batches get @@ -54,7 +54,7 @@ omniroute batches get - `--completion-window ` - `--metadata ` -**Exemplo:** +**Example:** ```bash omniroute batches create @@ -67,7 +67,7 @@ omniroute batches create - `--endpoint ` - `--wait` -**Exemplo:** +**Example:** ```bash omniroute batches submit @@ -79,7 +79,7 @@ omniroute batches submit - `--yes` -**Exemplo:** +**Example:** ```bash omniroute batches cancel @@ -91,7 +91,7 @@ omniroute batches cancel - `--timeout ` -**Exemplo:** +**Example:** ```bash omniroute batches wait @@ -103,7 +103,7 @@ omniroute batches wait - `--out ` -**Exemplo:** +**Example:** ```bash omniroute batches output @@ -115,7 +115,7 @@ omniroute batches output - `--out ` -**Exemplo:** +**Example:** ```bash omniroute batches errors @@ -123,7 +123,7 @@ omniroute batches errors ### `files` -**Exemplo:** +**Example:** ```bash omniroute files @@ -136,7 +136,7 @@ omniroute files - `--purpose

` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute files list @@ -144,7 +144,7 @@ omniroute files list ### `files get ` -**Exemplo:** +**Example:** ```bash omniroute files get @@ -152,7 +152,7 @@ omniroute files get ### `files upload ` -**Exemplo:** +**Example:** ```bash omniroute files upload @@ -164,7 +164,7 @@ omniroute files upload - `--out ` -**Exemplo:** +**Example:** ```bash omniroute files content @@ -176,7 +176,7 @@ omniroute files content - `--yes` -**Exemplo:** +**Example:** ```bash omniroute files delete diff --git a/skills/cli-chat/SKILL.md b/skills/cli-chat/SKILL.md index f07510b2e5..5ccce0d241 100644 --- a/skills/cli-chat/SKILL.md +++ b/skills/cli-chat/SKILL.md @@ -4,18 +4,18 @@ description: Send chat completions, stream responses, and start an interactive R --- -## Visão geral +## Overview Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `chat [prompt]` @@ -35,7 +35,7 @@ omniroute --version - `--stream` - `--no-history` -**Exemplo:** +**Example:** ```bash omniroute chat [prompt] @@ -50,7 +50,7 @@ omniroute chat [prompt] - `-s, --system ` - `--resume ` -**Exemplo:** +**Example:** ```bash omniroute repl @@ -71,7 +71,7 @@ omniroute repl - `--debug` - `--save ` -**Exemplo:** +**Example:** ```bash omniroute stream [prompt] diff --git a/skills/cli-compression/SKILL.md b/skills/cli-compression/SKILL.md index 6bb0c33db0..b39f40104d 100644 --- a/skills/cli-compression/SKILL.md +++ b/skills/cli-compression/SKILL.md @@ -4,22 +4,22 @@ description: Configure and test prompt compression from the CLI. Manage RTK filt --- -## Visão geral +## Overview Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `compression` -**Exemplo:** +**Example:** ```bash omniroute compression @@ -27,7 +27,7 @@ omniroute compression ### `compression status` -**Exemplo:** +**Example:** ```bash omniroute compression status @@ -42,7 +42,7 @@ omniroute compression status - `--rtk-budget ` - `--language-pack

` -**Exemplo:** +**Example:** ```bash omniroute compression configure @@ -50,7 +50,7 @@ omniroute compression configure ### `compression engine` -**Exemplo:** +**Example:** ```bash omniroute compression engine @@ -58,7 +58,7 @@ omniroute compression engine ### `compression set ` -**Exemplo:** +**Example:** ```bash omniroute compression set @@ -66,7 +66,7 @@ omniroute compression set ### `compression get` -**Exemplo:** +**Example:** ```bash omniroute compression get @@ -74,7 +74,7 @@ omniroute compression get ### `compression combos` -**Exemplo:** +**Example:** ```bash omniroute compression combos @@ -82,7 +82,7 @@ omniroute compression combos ### `compression list` -**Exemplo:** +**Example:** ```bash omniroute compression list @@ -94,7 +94,7 @@ omniroute compression list - `--period

` -**Exemplo:** +**Example:** ```bash omniroute compression stats @@ -102,7 +102,7 @@ omniroute compression stats ### `compression rules` -**Exemplo:** +**Example:** ```bash omniroute compression rules @@ -110,7 +110,7 @@ omniroute compression rules ### `compression list` -**Exemplo:** +**Example:** ```bash omniroute compression list @@ -122,7 +122,7 @@ omniroute compression list - `--replacement ` -**Exemplo:** +**Example:** ```bash omniroute compression add @@ -134,7 +134,7 @@ omniroute compression add - `--yes` -**Exemplo:** +**Example:** ```bash omniroute compression remove @@ -142,7 +142,7 @@ omniroute compression remove ### `compression language-packs` -**Exemplo:** +**Example:** ```bash omniroute compression language-packs @@ -150,7 +150,7 @@ omniroute compression language-packs ### `compression preview` -**Exemplo:** +**Example:** ```bash omniroute compression preview diff --git a/skills/cli-contexts/SKILL.md b/skills/cli-contexts/SKILL.md index b4a79b4177..f7faefa731 100644 --- a/skills/cli-contexts/SKILL.md +++ b/skills/cli-contexts/SKILL.md @@ -4,22 +4,22 @@ description: Manage context engineering configurations, RTK filter sets, and con --- -## Visão geral +## Overview Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `context-eng` -**Exemplo:** +**Example:** ```bash omniroute context-eng @@ -31,7 +31,7 @@ omniroute context-eng - `--period

` -**Exemplo:** +**Example:** ```bash omniroute context-eng analytics @@ -39,7 +39,7 @@ omniroute context-eng analytics ### `context-eng caveman` -**Exemplo:** +**Example:** ```bash omniroute context-eng caveman @@ -47,7 +47,7 @@ omniroute context-eng caveman ### `context-eng config` -**Exemplo:** +**Example:** ```bash omniroute context-eng config @@ -55,7 +55,7 @@ omniroute context-eng config ### `context-eng show` -**Exemplo:** +**Example:** ```bash omniroute context-eng show @@ -69,7 +69,7 @@ omniroute context-eng show - `--max-shrink-pct ` - `--preserve-tags ` -**Exemplo:** +**Example:** ```bash omniroute context-eng set @@ -77,7 +77,7 @@ omniroute context-eng set ### `context-eng rtk` -**Exemplo:** +**Example:** ```bash omniroute context-eng rtk @@ -85,7 +85,7 @@ omniroute context-eng rtk ### `context-eng config` -**Exemplo:** +**Example:** ```bash omniroute context-eng config @@ -93,7 +93,7 @@ omniroute context-eng config ### `context-eng show` -**Exemplo:** +**Example:** ```bash omniroute context-eng show @@ -106,7 +106,7 @@ omniroute context-eng show - `--token-budget ` - `--reserve-pct ` -**Exemplo:** +**Example:** ```bash omniroute context-eng set @@ -114,7 +114,7 @@ omniroute context-eng set ### `context-eng filters` -**Exemplo:** +**Example:** ```bash omniroute context-eng filters @@ -122,7 +122,7 @@ omniroute context-eng filters ### `context-eng list` -**Exemplo:** +**Example:** ```bash omniroute context-eng list @@ -135,7 +135,7 @@ omniroute context-eng list - `--priority ` - `--action ` -**Exemplo:** +**Example:** ```bash omniroute context-eng add @@ -147,7 +147,7 @@ omniroute context-eng add - `--yes` -**Exemplo:** +**Example:** ```bash omniroute context-eng remove @@ -155,7 +155,7 @@ omniroute context-eng remove ### `context-eng test` -**Exemplo:** +**Example:** ```bash omniroute context-eng test @@ -163,7 +163,7 @@ omniroute context-eng test ### `context-eng raw-output ` -**Exemplo:** +**Example:** ```bash omniroute context-eng raw-output @@ -171,7 +171,7 @@ omniroute context-eng raw-output ### `context-eng combos` -**Exemplo:** +**Example:** ```bash omniroute context-eng combos @@ -179,7 +179,7 @@ omniroute context-eng combos ### `context-eng list` -**Exemplo:** +**Example:** ```bash omniroute context-eng list @@ -187,7 +187,7 @@ omniroute context-eng list ### `context-eng get ` -**Exemplo:** +**Example:** ```bash omniroute context-eng get @@ -195,7 +195,7 @@ omniroute context-eng get ### `context-eng assignments ` -**Exemplo:** +**Example:** ```bash omniroute context-eng assignments @@ -203,7 +203,7 @@ omniroute context-eng assignments ### `contexts` -**Exemplo:** +**Example:** ```bash omniroute contexts @@ -213,7 +213,7 @@ omniroute contexts List all contexts -**Exemplo:** +**Example:** ```bash omniroute contexts list @@ -229,7 +229,7 @@ Add a new context - `--api-key-stdin` - `--description ` -**Exemplo:** +**Example:** ```bash omniroute contexts add @@ -239,7 +239,7 @@ omniroute contexts add Switch active context -**Exemplo:** +**Example:** ```bash omniroute contexts use @@ -249,7 +249,7 @@ omniroute contexts use Show current active context name -**Exemplo:** +**Example:** ```bash omniroute contexts current @@ -259,7 +259,7 @@ omniroute contexts current Show context details -**Exemplo:** +**Example:** ```bash omniroute contexts show @@ -273,7 +273,7 @@ Remove a context - `--yes` -**Exemplo:** +**Example:** ```bash omniroute contexts remove @@ -283,7 +283,7 @@ omniroute contexts remove Rename a context -**Exemplo:** +**Example:** ```bash omniroute contexts rename @@ -298,7 +298,7 @@ Export contexts to JSON - `--out ` - `--no-secrets` -**Exemplo:** +**Example:** ```bash omniroute contexts export @@ -312,7 +312,7 @@ Import contexts from a JSON file - `--merge` -**Exemplo:** +**Example:** ```bash omniroute contexts import @@ -320,7 +320,7 @@ omniroute contexts import ### `sessions` -**Exemplo:** +**Example:** ```bash omniroute sessions @@ -335,7 +335,7 @@ omniroute sessions - `--active` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute sessions list @@ -343,7 +343,7 @@ omniroute sessions list ### `sessions show ` -**Exemplo:** +**Example:** ```bash omniroute sessions show @@ -355,7 +355,7 @@ omniroute sessions show - `--yes` -**Exemplo:** +**Example:** ```bash omniroute sessions expire @@ -367,7 +367,7 @@ omniroute sessions expire - `--yes` -**Exemplo:** +**Example:** ```bash omniroute sessions expire-all @@ -375,7 +375,7 @@ omniroute sessions expire-all ### `sessions current` -**Exemplo:** +**Example:** ```bash omniroute sessions current diff --git a/skills/cli-cost-usage/SKILL.md b/skills/cli-cost-usage/SKILL.md index fa6af67910..bf27154c2f 100644 --- a/skills/cli-cost-usage/SKILL.md +++ b/skills/cli-cost-usage/SKILL.md @@ -4,18 +4,18 @@ description: View cost breakdowns, token usage, and call logs from the CLI. Filt --- -## Visão geral +## Overview View cost breakdowns, token usage, and call logs from the CLI. Filter by provider, model, or date range. Export usage reports and inspect per-connection spending. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `cost` @@ -28,7 +28,7 @@ omniroute --version - `--api-key ` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute cost @@ -36,7 +36,7 @@ omniroute cost ### `pricing` -**Exemplo:** +**Example:** ```bash omniroute pricing @@ -49,7 +49,7 @@ omniroute pricing - `--provider

` - `--force` -**Exemplo:** +**Example:** ```bash omniroute pricing sync @@ -63,7 +63,7 @@ omniroute pricing sync - `--model ` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute pricing list @@ -71,7 +71,7 @@ omniroute pricing list ### `pricing get ` -**Exemplo:** +**Example:** ```bash omniroute pricing get @@ -79,7 +79,7 @@ omniroute pricing get ### `pricing defaults` -**Exemplo:** +**Example:** ```bash omniroute pricing defaults @@ -87,7 +87,7 @@ omniroute pricing defaults ### `pricing show` -**Exemplo:** +**Example:** ```bash omniroute pricing show @@ -102,7 +102,7 @@ omniroute pricing show - `--cache-read

` - `--cache-write

` -**Exemplo:** +**Example:** ```bash omniroute pricing set @@ -114,7 +114,7 @@ omniroute pricing set - `--model ` -**Exemplo:** +**Example:** ```bash omniroute pricing diff @@ -122,7 +122,7 @@ omniroute pricing diff ### `usage` -**Exemplo:** +**Example:** ```bash omniroute usage @@ -135,7 +135,7 @@ omniroute usage - `--period ` - `--provider ` -**Exemplo:** +**Example:** ```bash omniroute usage analytics @@ -143,7 +143,7 @@ omniroute usage analytics ### `usage budget` -**Exemplo:** +**Example:** ```bash omniroute usage budget @@ -151,7 +151,7 @@ omniroute usage budget ### `usage list` -**Exemplo:** +**Example:** ```bash omniroute usage list @@ -159,7 +159,7 @@ omniroute usage list ### `usage get [scope]` -**Exemplo:** +**Example:** ```bash omniroute usage get [scope] @@ -172,7 +172,7 @@ omniroute usage get [scope] - `--scope ` - `--period

` -**Exemplo:** +**Example:** ```bash omniroute usage set @@ -180,7 +180,7 @@ omniroute usage set ### `usage reset [scope]` -**Exemplo:** +**Example:** ```bash omniroute usage reset [scope] @@ -193,7 +193,7 @@ omniroute usage reset [scope] - `--provider ` - `--check` -**Exemplo:** +**Example:** ```bash omniroute usage quota @@ -209,7 +209,7 @@ omniroute usage quota - `--follow` - `--api-key ` -**Exemplo:** +**Example:** ```bash omniroute usage logs @@ -221,7 +221,7 @@ omniroute usage logs - `--api-key ` -**Exemplo:** +**Example:** ```bash omniroute usage utilization @@ -233,7 +233,7 @@ omniroute usage utilization - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute usage history @@ -245,7 +245,7 @@ omniroute usage history - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute usage proxy-logs diff --git a/skills/cli-eval/SKILL.md b/skills/cli-eval/SKILL.md index 1810f057e4..6f94c0da66 100644 --- a/skills/cli-eval/SKILL.md +++ b/skills/cli-eval/SKILL.md @@ -4,22 +4,22 @@ description: Create and run evaluation suites, watch live benchmark progress, vi --- -## Visão geral +## Overview Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `eval` -**Exemplo:** +**Example:** ```bash omniroute eval @@ -27,7 +27,7 @@ omniroute eval ### `eval suites` -**Exemplo:** +**Example:** ```bash omniroute eval suites @@ -35,7 +35,7 @@ omniroute eval suites ### `eval list` -**Exemplo:** +**Example:** ```bash omniroute eval list @@ -43,7 +43,7 @@ omniroute eval list ### `eval get ` -**Exemplo:** +**Example:** ```bash omniroute eval get @@ -55,7 +55,7 @@ omniroute eval get - `--file ` -**Exemplo:** +**Example:** ```bash omniroute eval create @@ -71,7 +71,7 @@ omniroute eval create - `--tag ` - `--watch` -**Exemplo:** +**Example:** ```bash omniroute eval run @@ -86,7 +86,7 @@ omniroute eval run - `--since ` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute eval list @@ -94,7 +94,7 @@ omniroute eval list ### `eval get ` -**Exemplo:** +**Example:** ```bash omniroute eval get @@ -106,7 +106,7 @@ omniroute eval get - `--failed` -**Exemplo:** +**Example:** ```bash omniroute eval results @@ -118,7 +118,7 @@ omniroute eval results - `--yes` -**Exemplo:** +**Example:** ```bash omniroute eval cancel @@ -126,7 +126,7 @@ omniroute eval cancel ### `eval scorecard ` -**Exemplo:** +**Example:** ```bash omniroute eval scorecard @@ -143,7 +143,7 @@ omniroute eval scorecard - `--thinking-budget ` - `--explain` -**Exemplo:** +**Example:** ```bash omniroute simulate [prompt] diff --git a/skills/cli-health/SKILL.md b/skills/cli-health/SKILL.md index 8547f1fa1d..97a7a28a2f 100644 --- a/skills/cli-health/SKILL.md +++ b/skills/cli-health/SKILL.md @@ -4,18 +4,18 @@ description: Check server health, component status, and live metrics from the CL --- -## Visão geral +## Overview Check server health, component status, and live metrics from the CLI. Run `health`, `health components`, and `health watch` for a real-time dashboard of circuit breakers and provider status. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `doctor` @@ -25,7 +25,7 @@ omniroute --version - `--host ` - `--liveness-url ` -**Exemplo:** +**Example:** ```bash omniroute doctor @@ -39,7 +39,7 @@ omniroute doctor - `--json` - `--alerts-only` -**Exemplo:** +**Example:** ```bash omniroute health @@ -53,7 +53,7 @@ List health components and their status - `--alerts-only` -**Exemplo:** +**Example:** ```bash omniroute health components @@ -67,7 +67,7 @@ Live dashboard — refresh every N seconds - `--interval ` -**Exemplo:** +**Example:** ```bash omniroute health watch @@ -81,7 +81,7 @@ Show OmniRoute status dashboard - `-v, --verbose` -**Exemplo:** +**Example:** ```bash omniroute status diff --git a/skills/cli-keys/SKILL.md b/skills/cli-keys/SKILL.md index e7ce0b99b6..e78f9578a8 100644 --- a/skills/cli-keys/SKILL.md +++ b/skills/cli-keys/SKILL.md @@ -4,22 +4,22 @@ description: Create, list, rotate, and revoke OmniRoute API keys from the CLI. M --- -## Visão geral +## Overview Create, list, rotate, and revoke OmniRoute API keys from the CLI. Manage OAuth flows for provider authentication and inspect key scopes and expiration. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `keys` -**Exemplo:** +**Example:** ```bash omniroute keys @@ -31,7 +31,7 @@ omniroute keys - `--stdin` -**Exemplo:** +**Example:** ```bash omniroute keys add [apiKey] @@ -43,7 +43,7 @@ omniroute keys add [apiKey] - `--json` -**Exemplo:** +**Example:** ```bash omniroute keys list @@ -55,7 +55,7 @@ omniroute keys list - `--yes` -**Exemplo:** +**Example:** ```bash omniroute keys remove @@ -67,7 +67,7 @@ omniroute keys remove - `--yes` -**Exemplo:** +**Example:** ```bash omniroute keys regenerate @@ -79,7 +79,7 @@ omniroute keys regenerate - `--yes` -**Exemplo:** +**Example:** ```bash omniroute keys revoke @@ -87,7 +87,7 @@ omniroute keys revoke ### `keys reveal ` -**Exemplo:** +**Example:** ```bash omniroute keys reveal @@ -99,7 +99,7 @@ omniroute keys reveal - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute keys usage @@ -107,7 +107,7 @@ omniroute keys usage ### `keys policy` -**Exemplo:** +**Example:** ```bash omniroute keys policy @@ -115,7 +115,7 @@ omniroute keys policy ### `keys show ` -**Exemplo:** +**Example:** ```bash omniroute keys show @@ -129,7 +129,7 @@ omniroute keys show - `--max-cost ` - `--allowed-models ` -**Exemplo:** +**Example:** ```bash omniroute keys set @@ -137,7 +137,7 @@ omniroute keys set ### `keys expiration` -**Exemplo:** +**Example:** ```bash omniroute keys expiration @@ -150,7 +150,7 @@ omniroute keys expiration - `--days ` - `--json` -**Exemplo:** +**Example:** ```bash omniroute keys list @@ -163,7 +163,7 @@ omniroute keys list - `--grace-period ` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute keys rotate @@ -171,7 +171,7 @@ omniroute keys rotate ### `oauth` -**Exemplo:** +**Example:** ```bash omniroute oauth @@ -179,7 +179,7 @@ omniroute oauth ### `oauth providers` -**Exemplo:** +**Example:** ```bash omniroute oauth providers @@ -194,7 +194,7 @@ omniroute oauth providers - `--social ` - `--timeout ` -**Exemplo:** +**Example:** ```bash omniroute oauth start @@ -206,7 +206,7 @@ omniroute oauth start - `--provider ` -**Exemplo:** +**Example:** ```bash omniroute oauth status @@ -219,7 +219,7 @@ omniroute oauth status - `--connection-id ` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute oauth revoke diff --git a/skills/cli-mcp/SKILL.md b/skills/cli-mcp/SKILL.md index 1ebd7acd6d..2d5ce4a259 100644 --- a/skills/cli-mcp/SKILL.md +++ b/skills/cli-mcp/SKILL.md @@ -4,22 +4,22 @@ description: Inspect the MCP server status, list registered tools and scopes, ru --- -## Visão geral +## Overview Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `mcp` -**Exemplo:** +**Example:** ```bash omniroute mcp @@ -33,7 +33,7 @@ Show MCP server status - `--json` -**Exemplo:** +**Example:** ```bash omniroute mcp status @@ -43,7 +43,7 @@ omniroute mcp status Restart the MCP server -**Exemplo:** +**Example:** ```bash omniroute mcp restart @@ -58,7 +58,7 @@ omniroute mcp restart - `--stream` - `--scope ` -**Exemplo:** +**Example:** ```bash omniroute mcp call [argsJson] @@ -70,7 +70,7 @@ omniroute mcp call [argsJson] - `--tool ` -**Exemplo:** +**Example:** ```bash omniroute mcp scopes @@ -78,7 +78,7 @@ omniroute mcp scopes ### `mcp tools` -**Exemplo:** +**Example:** ```bash omniroute mcp tools @@ -90,7 +90,7 @@ omniroute mcp tools - `--scope ` -**Exemplo:** +**Example:** ```bash omniroute mcp list @@ -98,7 +98,7 @@ omniroute mcp list ### `mcp info ` -**Exemplo:** +**Example:** ```bash omniroute mcp info @@ -110,7 +110,7 @@ omniroute mcp info - `--io ` -**Exemplo:** +**Example:** ```bash omniroute mcp schema @@ -118,7 +118,7 @@ omniroute mcp schema ### `mcp audit` -**Exemplo:** +**Example:** ```bash omniroute mcp audit @@ -131,7 +131,7 @@ omniroute mcp audit - `--follow` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute mcp tail @@ -143,7 +143,7 @@ omniroute mcp tail - `--period

` -**Exemplo:** +**Example:** ```bash omniroute mcp stats diff --git a/skills/cli-models/SKILL.md b/skills/cli-models/SKILL.md index 51341fcd8f..92c6e362c6 100644 --- a/skills/cli-models/SKILL.md +++ b/skills/cli-models/SKILL.md @@ -4,18 +4,18 @@ description: Query available AI models, list model aliases, and browse the full --- -## Visão geral +## Overview Query available AI models, list model aliases, and browse the full model catalog from the CLI. Filter by provider, search by capability, and resolve model name variants. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `models [provider]` @@ -24,7 +24,7 @@ omniroute --version - `--search ` - `--json` -**Exemplo:** +**Example:** ```bash omniroute models [provider] diff --git a/skills/cli-plugins-skills/SKILL.md b/skills/cli-plugins-skills/SKILL.md index 890d87513f..b1ed512f60 100644 --- a/skills/cli-plugins-skills/SKILL.md +++ b/skills/cli-plugins-skills/SKILL.md @@ -4,22 +4,22 @@ description: Manage Omni Skills (list, install, test, remove), plugins (create, --- -## Visão geral +## Overview Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `memory` -**Exemplo:** +**Example:** ```bash omniroute memory @@ -34,7 +34,7 @@ omniroute memory - `--api-key ` - `--token-budget ` -**Exemplo:** +**Example:** ```bash omniroute memory search @@ -50,7 +50,7 @@ omniroute memory search - `--metadata ` - `--api-key ` -**Exemplo:** +**Example:** ```bash omniroute memory add @@ -65,7 +65,7 @@ omniroute memory add - `--api-key ` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute memory clear @@ -79,7 +79,7 @@ omniroute memory clear - `--limit ` - `--api-key ` -**Exemplo:** +**Example:** ```bash omniroute memory list @@ -87,7 +87,7 @@ omniroute memory list ### `memory get ` -**Exemplo:** +**Example:** ```bash omniroute memory get @@ -99,7 +99,7 @@ omniroute memory get - `--yes` -**Exemplo:** +**Example:** ```bash omniroute memory delete @@ -107,7 +107,7 @@ omniroute memory delete ### `memory health` -**Exemplo:** +**Example:** ```bash omniroute memory health @@ -115,7 +115,7 @@ omniroute memory health ### `PLUGIN_NAME` -**Exemplo:** +**Example:** ```bash omniroute PLUGIN_NAME @@ -123,7 +123,7 @@ omniroute PLUGIN_NAME ### `plugin plugin` -**Exemplo:** +**Example:** ```bash omniroute plugin plugin @@ -131,7 +131,7 @@ omniroute plugin plugin ### `plugin list` -**Exemplo:** +**Example:** ```bash omniroute plugin list @@ -143,7 +143,7 @@ omniroute plugin list - `-y, --yes` -**Exemplo:** +**Example:** ```bash omniroute plugin install @@ -155,7 +155,7 @@ omniroute plugin install - `-y, --yes` -**Exemplo:** +**Example:** ```bash omniroute plugin remove @@ -163,7 +163,7 @@ omniroute plugin remove ### `plugin info ` -**Exemplo:** +**Example:** ```bash omniroute plugin info @@ -171,7 +171,7 @@ omniroute plugin info ### `plugin search [query]` -**Exemplo:** +**Example:** ```bash omniroute plugin search [query] @@ -179,7 +179,7 @@ omniroute plugin search [query] ### `plugin update [name]` -**Exemplo:** +**Example:** ```bash omniroute plugin update [name] @@ -187,7 +187,7 @@ omniroute plugin update [name] ### `plugin scaffold ` -**Exemplo:** +**Example:** ```bash omniroute plugin scaffold @@ -195,7 +195,7 @@ omniroute plugin scaffold ### `marketplace` -**Exemplo:** +**Example:** ```bash omniroute marketplace @@ -210,7 +210,7 @@ omniroute marketplace - `--limit ` - `--sort ` -**Exemplo:** +**Example:** ```bash omniroute skills search [query] @@ -218,7 +218,7 @@ omniroute skills search [query] ### `skills info ` -**Exemplo:** +**Example:** ```bash omniroute skills info @@ -232,7 +232,7 @@ omniroute skills info - `--enable` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute skills install @@ -240,7 +240,7 @@ omniroute skills install ### `skills categories` -**Exemplo:** +**Example:** ```bash omniroute skills categories @@ -248,7 +248,7 @@ omniroute skills categories ### `skills featured` -**Exemplo:** +**Example:** ```bash omniroute skills featured @@ -256,7 +256,7 @@ omniroute skills featured ### `skills skills` -**Exemplo:** +**Example:** ```bash omniroute skills skills @@ -271,7 +271,7 @@ omniroute skills skills - `--disabled` - `--api-key ` -**Exemplo:** +**Example:** ```bash omniroute skills list @@ -279,7 +279,7 @@ omniroute skills list ### `skills get ` -**Exemplo:** +**Example:** ```bash omniroute skills get @@ -294,7 +294,7 @@ omniroute skills get - `--type ` - `--enable` -**Exemplo:** +**Example:** ```bash omniroute skills install @@ -302,7 +302,7 @@ omniroute skills install ### `skills enable ` -**Exemplo:** +**Example:** ```bash omniroute skills enable @@ -314,7 +314,7 @@ omniroute skills enable - `--yes` -**Exemplo:** +**Example:** ```bash omniroute skills disable @@ -326,7 +326,7 @@ omniroute skills disable - `--yes` -**Exemplo:** +**Example:** ```bash omniroute skills delete @@ -340,7 +340,7 @@ omniroute skills delete - `--input-file ` - `--timeout ` -**Exemplo:** +**Example:** ```bash omniroute skills execute @@ -354,7 +354,7 @@ omniroute skills execute - `--limit ` - `--status ` -**Exemplo:** +**Example:** ```bash omniroute skills executions @@ -362,7 +362,7 @@ omniroute skills executions ### `skills skillssh` -**Exemplo:** +**Example:** ```bash omniroute skills skillssh @@ -370,7 +370,7 @@ omniroute skills skillssh ### `skills list` -**Exemplo:** +**Example:** ```bash omniroute skills list @@ -378,7 +378,7 @@ omniroute skills list ### `skills install ` -**Exemplo:** +**Example:** ```bash omniroute skills install diff --git a/skills/cli-policy-audit/SKILL.md b/skills/cli-policy-audit/SKILL.md index f0c846c8fd..660401c367 100644 --- a/skills/cli-policy-audit/SKILL.md +++ b/skills/cli-policy-audit/SKILL.md @@ -4,22 +4,22 @@ description: Inspect audit logs, manage access policies, view telemetry data, an --- -## Visão geral +## Overview Inspect audit logs, manage access policies, view telemetry data, and review request history from the CLI. Filter by event type, user, or time range for compliance workflows. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `audit` -**Exemplo:** +**Example:** ```bash omniroute audit @@ -33,7 +33,7 @@ omniroute audit - `--follow` - `--limit ` -**Exemplo:** +**Example:** ```bash omniroute audit tail @@ -50,7 +50,7 @@ omniroute audit tail - `--actor ` - `--action ` -**Exemplo:** +**Example:** ```bash omniroute audit search @@ -65,7 +65,7 @@ omniroute audit search - `--since ` - `--until ` -**Exemplo:** +**Example:** ```bash omniroute audit export @@ -78,7 +78,7 @@ omniroute audit export - `--source ` - `--period

` -**Exemplo:** +**Example:** ```bash omniroute audit stats @@ -90,7 +90,7 @@ omniroute audit stats - `--source ` -**Exemplo:** +**Example:** ```bash omniroute audit get @@ -113,7 +113,7 @@ omniroute audit get - `--duration-max ` - `--export ` -**Exemplo:** +**Example:** ```bash omniroute logs @@ -121,7 +121,7 @@ omniroute logs ### `policy` -**Exemplo:** +**Example:** ```bash omniroute policy @@ -134,7 +134,7 @@ omniroute policy - `--kind ` - `--scope ` -**Exemplo:** +**Example:** ```bash omniroute policy list @@ -142,7 +142,7 @@ omniroute policy list ### `policy get ` -**Exemplo:** +**Example:** ```bash omniroute policy get @@ -150,7 +150,7 @@ omniroute policy get ### `policy create` -**Exemplo:** +**Example:** ```bash omniroute policy create @@ -158,7 +158,7 @@ omniroute policy create ### `policy update ` -**Exemplo:** +**Example:** ```bash omniroute policy update @@ -170,7 +170,7 @@ omniroute policy update - `--yes` -**Exemplo:** +**Example:** ```bash omniroute policy delete @@ -183,7 +183,7 @@ omniroute policy delete - `--resource ` - `--context ` -**Exemplo:** +**Example:** ```bash omniroute policy evaluate @@ -191,7 +191,7 @@ omniroute policy evaluate ### `policy export ` -**Exemplo:** +**Example:** ```bash omniroute policy export @@ -203,7 +203,7 @@ omniroute policy export - `--overwrite` -**Exemplo:** +**Example:** ```bash omniroute policy import @@ -211,7 +211,7 @@ omniroute policy import ### `telemetry` -**Exemplo:** +**Example:** ```bash omniroute telemetry @@ -224,7 +224,7 @@ omniroute telemetry - `--period

` - `--compare-to

` -**Exemplo:** +**Example:** ```bash omniroute telemetry summary @@ -237,7 +237,7 @@ omniroute telemetry summary - `--out ` - `--period

` -**Exemplo:** +**Example:** ```bash omniroute telemetry export diff --git a/skills/cli-providers/SKILL.md b/skills/cli-providers/SKILL.md index 01a066c0a4..4537bbb4b5 100644 --- a/skills/cli-providers/SKILL.md +++ b/skills/cli-providers/SKILL.md @@ -4,24 +4,24 @@ description: "Manage provider connections from the CLI: list available/configure --- -## Visão geral +## Overview Manage provider connections from the CLI: list available/configured providers, add, test, test-all, validate, rotate API keys, and view per-provider metrics. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `provider-cmd provider [subcommand]` Manage provider connections (use -**Exemplo:** +**Example:** ```bash omniroute provider-cmd provider [subcommand] @@ -29,7 +29,7 @@ omniroute provider-cmd provider [subcommand] ### `providers` -**Exemplo:** +**Example:** ```bash omniroute providers @@ -46,7 +46,7 @@ Show available providers in the OmniRoute catalog - `-q, --q ` - `--category ` -**Exemplo:** +**Example:** ```bash omniroute providers available @@ -60,7 +60,7 @@ List configured provider connections - `--json` -**Exemplo:** +**Example:** ```bash omniroute providers list @@ -74,7 +74,7 @@ Test a configured provider connection - `--json` -**Exemplo:** +**Example:** ```bash omniroute providers test @@ -88,7 +88,7 @@ Test all active provider connections - `--json` -**Exemplo:** +**Example:** ```bash omniroute providers test-all @@ -102,7 +102,7 @@ Validate local provider configuration without calling upstream - `--json` -**Exemplo:** +**Example:** ```bash omniroute providers validate @@ -119,7 +119,7 @@ omniroute providers validate - `--skip-test` - `--dry-run` -**Exemplo:** +**Example:** ```bash omniroute providers rotate @@ -132,7 +132,7 @@ omniroute providers rotate - `--provider ` - `--json` -**Exemplo:** +**Example:** ```bash omniroute providers status @@ -151,7 +151,7 @@ omniroute providers status - `--watch` - `--compare ` -**Exemplo:** +**Example:** ```bash omniroute providers metrics @@ -163,7 +163,7 @@ omniroute providers metrics - `--period

` -**Exemplo:** +**Example:** ```bash omniroute providers metric @@ -180,7 +180,7 @@ omniroute providers metric - `--compare ` - `--save ` -**Exemplo:** +**Example:** ```bash omniroute test-provider test [provider] [model] diff --git a/skills/cli-resilience/SKILL.md b/skills/cli-resilience/SKILL.md index 9b32137aad..6c491a36f3 100644 --- a/skills/cli-resilience/SKILL.md +++ b/skills/cli-resilience/SKILL.md @@ -4,18 +4,18 @@ description: Inspect and manage circuit-breaker states, connection cooldowns, qu --- -## Visão geral +## Overview Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `quota` @@ -24,7 +24,7 @@ omniroute --version - `--provider ` - `--json` -**Exemplo:** +**Example:** ```bash omniroute quota @@ -32,7 +32,7 @@ omniroute quota ### `resilience` -**Exemplo:** +**Example:** ```bash omniroute resilience @@ -44,7 +44,7 @@ omniroute resilience - `--provider

` -**Exemplo:** +**Example:** ```bash omniroute resilience status @@ -56,7 +56,7 @@ omniroute resilience status - `--provider

` -**Exemplo:** +**Example:** ```bash omniroute resilience breakers @@ -69,7 +69,7 @@ omniroute resilience breakers - `--provider

` - `--connection-id ` -**Exemplo:** +**Example:** ```bash omniroute resilience cooldowns @@ -82,7 +82,7 @@ omniroute resilience cooldowns - `--provider

` - `--model ` -**Exemplo:** +**Example:** ```bash omniroute resilience lockouts @@ -97,7 +97,7 @@ omniroute resilience lockouts - `--all-cooldowns` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute resilience reset @@ -105,7 +105,7 @@ omniroute resilience reset ### `resilience profile` -**Exemplo:** +**Example:** ```bash omniroute resilience profile @@ -113,7 +113,7 @@ omniroute resilience profile ### `resilience show` -**Exemplo:** +**Example:** ```bash omniroute resilience show @@ -121,7 +121,7 @@ omniroute resilience show ### `resilience set` -**Exemplo:** +**Example:** ```bash omniroute resilience set @@ -129,7 +129,7 @@ omniroute resilience set ### `resilience config` -**Exemplo:** +**Example:** ```bash omniroute resilience config @@ -137,7 +137,7 @@ omniroute resilience config ### `resilience show` -**Exemplo:** +**Example:** ```bash omniroute resilience show @@ -151,7 +151,7 @@ omniroute resilience show - `--reset-timeout ` - `--base-cooldown ` -**Exemplo:** +**Example:** ```bash omniroute resilience set diff --git a/skills/cli-routing/SKILL.md b/skills/cli-routing/SKILL.md index 539c15e0e5..9485d0a593 100644 --- a/skills/cli-routing/SKILL.md +++ b/skills/cli-routing/SKILL.md @@ -4,18 +4,18 @@ description: Create, list, update, and delete routing combos from the CLI. Test --- -## Visão geral +## Overview Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `suggest` @@ -28,7 +28,7 @@ omniroute --version - `--explain` - `--switch` -**Exemplo:** +**Example:** ```bash omniroute suggest @@ -36,7 +36,7 @@ omniroute suggest ### `combo combo` -**Exemplo:** +**Example:** ```bash omniroute combo combo @@ -50,7 +50,7 @@ List configured routing combos - `--json` -**Exemplo:** +**Example:** ```bash omniroute combo list @@ -60,7 +60,7 @@ omniroute combo list Activate a routing combo -**Exemplo:** +**Example:** ```bash omniroute combo switch @@ -70,7 +70,7 @@ omniroute combo switch Create a new routing combo -**Exemplo:** +**Example:** ```bash omniroute combo create @@ -84,7 +84,7 @@ Delete a routing combo - `--yes` -**Exemplo:** +**Example:** ```bash omniroute combo delete diff --git a/skills/cli-serve/SKILL.md b/skills/cli-serve/SKILL.md index 0b2648ccdc..1235beec41 100644 --- a/skills/cli-serve/SKILL.md +++ b/skills/cli-serve/SKILL.md @@ -4,18 +4,18 @@ description: Start, stop, and restart the OmniRoute server from the CLI. Manage --- -## Visão geral +## Overview Start, stop, and restart the OmniRoute server from the CLI. Manage daemon mode, port configuration, auto-recovery, system tray integration, and the dashboard open shortcut. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `dashboard` @@ -25,7 +25,7 @@ omniroute --version - `--port ` - `--tui` -**Exemplo:** +**Example:** ```bash omniroute dashboard @@ -37,7 +37,7 @@ omniroute dashboard - `--port ` -**Exemplo:** +**Example:** ```bash omniroute restart @@ -56,7 +56,7 @@ omniroute restart - `--tray` - `--no-tray` -**Exemplo:** +**Example:** ```bash omniroute serve @@ -64,7 +64,7 @@ omniroute serve ### `stop` -**Exemplo:** +**Example:** ```bash omniroute stop diff --git a/skills/cli-setup/SKILL.md b/skills/cli-setup/SKILL.md index 3b97ca26d3..34c0a62892 100644 --- a/skills/cli-setup/SKILL.md +++ b/skills/cli-setup/SKILL.md @@ -4,22 +4,22 @@ description: Run initial setup, configure global CLI settings, manage environmen --- -## Visão geral +## Overview Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `autostart` -**Exemplo:** +**Example:** ```bash omniroute autostart @@ -27,7 +27,7 @@ omniroute autostart ### `autostart enable` -**Exemplo:** +**Example:** ```bash omniroute autostart enable @@ -35,7 +35,7 @@ omniroute autostart enable ### `autostart disable` -**Exemplo:** +**Example:** ```bash omniroute autostart disable @@ -43,7 +43,7 @@ omniroute autostart disable ### `autostart status` -**Exemplo:** +**Example:** ```bash omniroute autostart status @@ -53,7 +53,7 @@ omniroute autostart status Show or update CLI tool configuration -**Exemplo:** +**Example:** ```bash omniroute config @@ -67,7 +67,7 @@ List all CLI tools and config status - `--json` -**Exemplo:** +**Example:** ```bash omniroute config list @@ -81,7 +81,7 @@ Show current config for a tool - `--json` -**Exemplo:** +**Example:** ```bash omniroute config get @@ -97,7 +97,7 @@ Write config for a tool - `--non-interactive` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute config set @@ -112,7 +112,7 @@ Validate config format without writing - `--model ` - `--json` -**Exemplo:** +**Example:** ```bash omniroute config validate @@ -128,7 +128,7 @@ Generate OpenCode config (alias for - `--non-interactive` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute config opencode @@ -136,7 +136,7 @@ omniroute config opencode ### `config lang` -**Exemplo:** +**Example:** ```bash omniroute config lang @@ -148,7 +148,7 @@ omniroute config lang - `--json` -**Exemplo:** +**Example:** ```bash omniroute config get @@ -160,7 +160,7 @@ omniroute config get - `--force` -**Exemplo:** +**Example:** ```bash omniroute config set @@ -172,7 +172,7 @@ omniroute config set - `--json` -**Exemplo:** +**Example:** ```bash omniroute config list @@ -182,7 +182,7 @@ omniroute config list Show and manage environment variables -**Exemplo:** +**Example:** ```bash omniroute env @@ -196,7 +196,7 @@ Show current environment variables - `--json` -**Exemplo:** +**Example:** ```bash omniroute env show @@ -206,7 +206,7 @@ omniroute env show Get a single environment variable -**Exemplo:** +**Example:** ```bash omniroute env get @@ -216,7 +216,7 @@ omniroute env get Set an environment variable (current session only) -**Exemplo:** +**Example:** ```bash omniroute env set @@ -237,7 +237,7 @@ omniroute env set - `--non-interactive` - `--list` -**Exemplo:** +**Example:** ```bash omniroute setup @@ -254,7 +254,7 @@ omniroute setup - `--no-backup` - `--yes` -**Exemplo:** +**Example:** ```bash omniroute update diff --git a/skills/cli-tunnel/SKILL.md b/skills/cli-tunnel/SKILL.md index 04f87bcf3a..4d7388bb7b 100644 --- a/skills/cli-tunnel/SKILL.md +++ b/skills/cli-tunnel/SKILL.md @@ -4,22 +4,22 @@ description: Start and stop tunnel connections (ngrok, Cloudflare, custom) from --- -## Visão geral +## Overview Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability. -## Instalação rápida +## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` -## Subcomandos +## Subcommands ### `tunnel` -**Exemplo:** +**Example:** ```bash omniroute tunnel @@ -31,7 +31,7 @@ omniroute tunnel - `--json` -**Exemplo:** +**Example:** ```bash omniroute tunnel list @@ -39,7 +39,7 @@ omniroute tunnel list ### `tunnel create [type]` -**Exemplo:** +**Example:** ```bash omniroute tunnel create [type] @@ -51,7 +51,7 @@ omniroute tunnel create [type] - `--yes` -**Exemplo:** +**Example:** ```bash omniroute tunnel stop @@ -63,7 +63,7 @@ omniroute tunnel stop - `--json` -**Exemplo:** +**Example:** ```bash omniroute tunnel status @@ -75,7 +75,7 @@ omniroute tunnel status - `--tail ` -**Exemplo:** +**Example:** ```bash omniroute tunnel logs @@ -87,7 +87,7 @@ omniroute tunnel logs - `--json` -**Exemplo:** +**Example:** ```bash omniroute tunnel info @@ -99,7 +99,7 @@ omniroute tunnel info - `--yes` -**Exemplo:** +**Example:** ```bash omniroute tunnel rotate diff --git a/skills/omni-agents-a2a/SKILL.md b/skills/omni-agents-a2a/SKILL.md index fcaf7cbceb..b2d3c5788b 100644 --- a/skills/omni-agents-a2a/SKILL.md +++ b/skills/omni-agents-a2a/SKILL.md @@ -4,11 +4,11 @@ description: "Interact with OmniRoute via JSON-RPC 2.0 agent-to-agent protocol. --- -## Visão geral +## Overview Interact with OmniRoute via JSON-RPC 2.0 agent-to-agent protocol. 6 built-in A2A skills: smart-routing, quota-management, provider-discovery, cost-analysis, health-report, list-capabilities. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-api-keys/SKILL.md b/skills/omni-api-keys/SKILL.md index be7d1fde47..c6c2a2b374 100644 --- a/skills/omni-api-keys/SKILL.md +++ b/skills/omni-api-keys/SKILL.md @@ -4,11 +4,11 @@ description: Create, list, rotate, and revoke OmniRoute API keys. Control per-ke --- -## Visão geral +## Overview Create, list, rotate, and revoke OmniRoute API keys. Control per-key scopes, spending limits, and expiration. Keys gate access to all proxy and management endpoints. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-auth/SKILL.md b/skills/omni-auth/SKILL.md index aa45e0662e..67a75981b3 100644 --- a/skills/omni-auth/SKILL.md +++ b/skills/omni-auth/SKILL.md @@ -4,11 +4,11 @@ description: Manage API key authentication and session tokens. Start here to aut --- -## Visão geral +## Overview Manage API key authentication and session tokens. Start here to authenticate requests via Bearer token, obtain session cookies, and configure login requirements for the OmniRoute API. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-budget/SKILL.md b/skills/omni-budget/SKILL.md index 945bfa37bb..d3f4f9f6ac 100644 --- a/skills/omni-budget/SKILL.md +++ b/skills/omni-budget/SKILL.md @@ -4,11 +4,11 @@ description: Configure spending limits, token quotas, and rate-limit policies pe --- -## Visão geral +## Overview Configure spending limits, token quotas, and rate-limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-cache/SKILL.md b/skills/omni-cache/SKILL.md index 9db152b6cc..79a15c841b 100644 --- a/skills/omni-cache/SKILL.md +++ b/skills/omni-cache/SKILL.md @@ -4,11 +4,11 @@ description: Manage the LLM response cache. View cache statistics, clear entries --- -## Visão geral +## Overview Manage the LLM response cache. View cache statistics, clear entries, configure TTL policies, and control semantic-similarity caching thresholds. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-cli-tools/SKILL.md b/skills/omni-cli-tools/SKILL.md index a69e88c699..1755add8b4 100644 --- a/skills/omni-cli-tools/SKILL.md +++ b/skills/omni-cli-tools/SKILL.md @@ -4,11 +4,11 @@ description: "Manage CLI tool integrations exposed via the API. List, configure, --- -## Visão geral +## Overview Manage CLI tool integrations exposed via the API. List, configure, and invoke CLI tool plugins that extend OmniRoute's automation surface. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-combos-routing/SKILL.md b/skills/omni-combos-routing/SKILL.md index 07f14606bd..315d46cd59 100644 --- a/skills/omni-combos-routing/SKILL.md +++ b/skills/omni-combos-routing/SKILL.md @@ -4,11 +4,11 @@ description: Create and manage routing combos with 14 strategies (priority, weig --- -## Visão geral +## Overview Create and manage routing combos with 14 strategies (priority, weighted, round-robin, Auto-combo, etc.). Configure fallback chains, test routing outcomes, and retrieve combo metrics. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-compression/SKILL.md b/skills/omni-compression/SKILL.md index 50d53420ef..9addc4d4a3 100644 --- a/skills/omni-compression/SKILL.md +++ b/skills/omni-compression/SKILL.md @@ -4,11 +4,11 @@ description: Configure RTK (command output), Caveman (prose), and stacked compre --- -## Visão geral +## Overview Configure RTK (command output), Caveman (prose), and stacked compression modes. Manage language packs, custom rules, and test prompt compression reducing tokens by 60–90%. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-context-rtk/SKILL.md b/skills/omni-context-rtk/SKILL.md index 0801837c23..34f24d19d6 100644 --- a/skills/omni-context-rtk/SKILL.md +++ b/skills/omni-context-rtk/SKILL.md @@ -4,11 +4,11 @@ description: Configure RTK filters, context engineering rules, and context relay --- -## Visão geral +## Overview Configure RTK filters, context engineering rules, and context relay settings. Test compression with real prompt samples and manage context transformation pipelines. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-db-backups/SKILL.md b/skills/omni-db-backups/SKILL.md index 92d44216f3..e483f997d0 100644 --- a/skills/omni-db-backups/SKILL.md +++ b/skills/omni-db-backups/SKILL.md @@ -4,11 +4,11 @@ description: Trigger system backups, restore from backup files, and manage the S --- -## Visão geral +## Overview Trigger system backups, restore from backup files, and manage the SQLite database lifecycle. Supports export, import, and incremental snapshot strategies. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-inference/SKILL.md b/skills/omni-inference/SKILL.md index c91b292217..488bd70b27 100644 --- a/skills/omni-inference/SKILL.md +++ b/skills/omni-inference/SKILL.md @@ -4,11 +4,11 @@ description: "The core OpenAI-compatible inference endpoints: chat completions, --- -## Visão geral +## Overview The core OpenAI-compatible inference endpoints: chat completions, embeddings, images, audio (TTS/STT), moderations, rerank, and the Responses API. The primary integration surface for AI agents. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-mcp/SKILL.md b/skills/omni-mcp/SKILL.md index 94ce4b709f..68aeb1b7a7 100644 --- a/skills/omni-mcp/SKILL.md +++ b/skills/omni-mcp/SKILL.md @@ -4,11 +4,11 @@ description: "Connect to the OmniRoute MCP server (37 tools, 3 transports: SSE/s --- -## Visão geral +## Overview Connect to the OmniRoute MCP server (37 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 16 permission scopes. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-models/SKILL.md b/skills/omni-models/SKILL.md index bf5dff1d54..9c7706623b 100644 --- a/skills/omni-models/SKILL.md +++ b/skills/omni-models/SKILL.md @@ -4,11 +4,11 @@ description: Query available AI models across all configured providers. List mod --- -## Visão geral +## Overview Query available AI models across all configured providers. List models, resolve model aliases, and browse the full model catalog including provider-specific variants. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-providers/SKILL.md b/skills/omni-providers/SKILL.md index e70d5bbcb1..bd16e7b995 100644 --- a/skills/omni-providers/SKILL.md +++ b/skills/omni-providers/SKILL.md @@ -4,11 +4,11 @@ description: Manage provider connections, API keys, OAuth flows, and connection --- -## Visão geral +## Overview Manage provider connections, API keys, OAuth flows, and connection tests via the REST API. List, add, update, remove, and test AI provider integrations (OpenAI, Anthropic, Gemini, and 160+). -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-proxies/SKILL.md b/skills/omni-proxies/SKILL.md index aa88de47e4..aaac2fd8c8 100644 --- a/skills/omni-proxies/SKILL.md +++ b/skills/omni-proxies/SKILL.md @@ -4,11 +4,11 @@ description: Configure HTTP/HTTPS/SOCKS proxies for upstream provider requests. --- -## Visão geral +## Overview Configure HTTP/HTTPS/SOCKS proxies for upstream provider requests. Set per-provider or global proxy rules, test connectivity, and manage proxy rotation. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-resilience/SKILL.md b/skills/omni-resilience/SKILL.md index e7b1c2025f..ecacdb7a4f 100644 --- a/skills/omni-resilience/SKILL.md +++ b/skills/omni-resilience/SKILL.md @@ -4,11 +4,11 @@ description: Monitor provider health, circuit-breaker states, p50/p95/p99 latenc --- -## Visão geral +## Overview Monitor provider health, circuit-breaker states, p50/p95/p99 latency metrics, and budget guard alerts. Inspect connection cooldowns and model lockouts in real time. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-settings/SKILL.md b/skills/omni-settings/SKILL.md index e02f1dd80f..778b5d7a25 100644 --- a/skills/omni-settings/SKILL.md +++ b/skills/omni-settings/SKILL.md @@ -4,11 +4,11 @@ description: "Read and update global application settings: system prompts, think --- -## Visão geral +## Overview Read and update global application settings: system prompts, thinking budget, IP filters, payload rules, combo defaults, and require-login configuration. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-sync-cloud/SKILL.md b/skills/omni-sync-cloud/SKILL.md index b9c602f50f..474c33781a 100644 --- a/skills/omni-sync-cloud/SKILL.md +++ b/skills/omni-sync-cloud/SKILL.md @@ -4,11 +4,11 @@ description: Synchronise OmniRoute configuration, provider connections, and sett --- -## Visão geral +## Overview Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-tunnels/SKILL.md b/skills/omni-tunnels/SKILL.md index a0b4782019..669d3c80a8 100644 --- a/skills/omni-tunnels/SKILL.md +++ b/skills/omni-tunnels/SKILL.md @@ -4,11 +4,11 @@ description: Create and manage secure tunnels (ngrok, Cloudflare Tunnel, custom) --- -## Visão geral +## Overview Create and manage secure tunnels (ngrok, Cloudflare Tunnel, custom) to expose OmniRoute to the internet or share access with remote agents and CI pipelines. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-usage-logs/SKILL.md b/skills/omni-usage-logs/SKILL.md index a86fa56d03..5010258ff1 100644 --- a/skills/omni-usage-logs/SKILL.md +++ b/skills/omni-usage-logs/SKILL.md @@ -4,11 +4,11 @@ description: Access detailed call logs and usage analytics. Filter by provider, --- -## Visão geral +## Overview Access detailed call logs and usage analytics. Filter by provider, model, time range, status, and cost. Export logs and aggregate token usage across all connections. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-version-manager/SKILL.md b/skills/omni-version-manager/SKILL.md index 4191d45777..29ce881028 100644 --- a/skills/omni-version-manager/SKILL.md +++ b/skills/omni-version-manager/SKILL.md @@ -4,11 +4,11 @@ description: Install, start, stop, restart, and update embedded services (9Route --- -## Visão geral +## Overview Install, start, stop, restart, and update embedded services (9Router, CLIProxyAPI). Monitor service status, retrieve logs, and configure auto-start for local-only service endpoints. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development. diff --git a/skills/omni-webhooks/SKILL.md b/skills/omni-webhooks/SKILL.md index 84b148c986..707241b96c 100644 --- a/skills/omni-webhooks/SKILL.md +++ b/skills/omni-webhooks/SKILL.md @@ -4,11 +4,11 @@ description: Register, list, test, and remove webhook endpoints. Configure event --- -## Visão geral +## Overview Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, provider.error, budget.exceeded, etc.) and manage delivery retries. -## Autenticação +## Authentication All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development.