feat(agent-skills): regenerate 42 SKILL.md in English (GAP-D - regen output)

This commit is contained in:
diegosouzapw
2026-05-28 13:55:38 -03:00
parent c73a90134b
commit e83696a49c
42 changed files with 404 additions and 404 deletions

View File

@@ -4,24 +4,24 @@ description: Interact with the OmniRoute A2A server from the CLI. Send tasks, in
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <ms>`
**Exemplo:**
**Example:**
```bash
omniroute a2a invoke <skill>
@@ -76,7 +76,7 @@ omniroute a2a invoke <skill>
### `a2a tasks`
**Exemplo:**
**Example:**
```bash
omniroute a2a tasks
@@ -91,7 +91,7 @@ omniroute a2a tasks
- `--limit <n>`
- `--since <ts>`
**Exemplo:**
**Example:**
```bash
omniroute a2a list
@@ -99,7 +99,7 @@ omniroute a2a list
### `a2a get <id>`
**Exemplo:**
**Example:**
```bash
omniroute a2a get <id>
@@ -111,7 +111,7 @@ omniroute a2a get <id>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute a2a cancel <id>
@@ -119,7 +119,7 @@ omniroute a2a cancel <id>
### `a2a watch <id>`
**Exemplo:**
**Example:**
```bash
omniroute a2a watch <id>
@@ -127,7 +127,7 @@ omniroute a2a watch <id>
### `a2a stream <id>`
**Exemplo:**
**Example:**
```bash
omniroute a2a stream <id>
@@ -135,7 +135,7 @@ omniroute a2a stream <id>
### `a2a logs <id>`
**Exemplo:**
**Example:**
```bash
omniroute a2a logs <id>

View File

@@ -4,22 +4,22 @@ description: Backup and restore OmniRoute data from the CLI. Trigger incremental
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <pattern>`
- `--retention <n>`
**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 <n>`
**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 <pattern>`
- `--retention <n>`
**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 <b>`
- `--metadata <json>`
**Exemplo:**
**Example:**
```bash
omniroute cloud create
@@ -135,7 +135,7 @@ omniroute cloud create
- `--status <s>`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute cloud list
@@ -143,7 +143,7 @@ omniroute cloud list
### `cloud get <taskId>`
**Exemplo:**
**Example:**
```bash
omniroute cloud get <taskId>
@@ -151,7 +151,7 @@ omniroute cloud get <taskId>
### `cloud status <taskId>`
**Exemplo:**
**Example:**
```bash
omniroute cloud status <taskId>
@@ -163,7 +163,7 @@ omniroute cloud status <taskId>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute cloud cancel <taskId>
@@ -171,7 +171,7 @@ omniroute cloud cancel <taskId>
### `cloud approve <taskId>`
**Exemplo:**
**Example:**
```bash
omniroute cloud approve <taskId>
@@ -179,7 +179,7 @@ omniroute cloud approve <taskId>
### `cloud message <taskId> <message>`
**Exemplo:**
**Example:**
```bash
omniroute cloud message <taskId> <message>
@@ -187,7 +187,7 @@ omniroute cloud message <taskId> <message>
### `cloud sources <taskId>`
**Exemplo:**
**Example:**
```bash
omniroute cloud sources <taskId>
@@ -195,7 +195,7 @@ omniroute cloud sources <taskId>
### `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 <ms>`
**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 <list>`
- `--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 <s>`
- `--target <t>`
**Exemplo:**
**Example:**
```bash
omniroute sync diff
@@ -278,7 +278,7 @@ omniroute sync diff
- `--include <list>`
**Exemplo:**
**Example:**
```bash
omniroute sync bundle <outPath>
@@ -290,7 +290,7 @@ omniroute sync bundle <outPath>
- `--dry-run`
**Exemplo:**
**Example:**
```bash
omniroute sync import <bundlePath>
@@ -302,7 +302,7 @@ omniroute sync import <bundlePath>
- `--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 <s>`
- `--ttl <duration>`
**Exemplo:**
**Example:**
```bash
omniroute sync create
@@ -344,7 +344,7 @@ omniroute sync create
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute sync revoke <id>
@@ -352,7 +352,7 @@ omniroute sync revoke <id>
### `sync status`
**Exemplo:**
**Example:**
```bash
omniroute sync status
@@ -360,7 +360,7 @@ omniroute sync status
### `sync resolve`
**Exemplo:**
**Example:**
```bash
omniroute sync resolve

View File

@@ -4,22 +4,22 @@ description: Submit and monitor batch inference jobs from the CLI. Upload and ma
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <s>`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute batches list
@@ -40,7 +40,7 @@ omniroute batches list
### `batches get <batchId>`
**Exemplo:**
**Example:**
```bash
omniroute batches get <batchId>
@@ -54,7 +54,7 @@ omniroute batches get <batchId>
- `--completion-window <w>`
- `--metadata <kv>`
**Exemplo:**
**Example:**
```bash
omniroute batches create
@@ -67,7 +67,7 @@ omniroute batches create
- `--endpoint <e>`
- `--wait`
**Exemplo:**
**Example:**
```bash
omniroute batches submit
@@ -79,7 +79,7 @@ omniroute batches submit
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute batches cancel <batchId>
@@ -91,7 +91,7 @@ omniroute batches cancel <batchId>
- `--timeout <ms>`
**Exemplo:**
**Example:**
```bash
omniroute batches wait <batchId>
@@ -103,7 +103,7 @@ omniroute batches wait <batchId>
- `--out <path>`
**Exemplo:**
**Example:**
```bash
omniroute batches output <batchId>
@@ -115,7 +115,7 @@ omniroute batches output <batchId>
- `--out <path>`
**Exemplo:**
**Example:**
```bash
omniroute batches errors <batchId>
@@ -123,7 +123,7 @@ omniroute batches errors <batchId>
### `files`
**Exemplo:**
**Example:**
```bash
omniroute files
@@ -136,7 +136,7 @@ omniroute files
- `--purpose <p>`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute files list
@@ -144,7 +144,7 @@ omniroute files list
### `files get <fileId>`
**Exemplo:**
**Example:**
```bash
omniroute files get <fileId>
@@ -152,7 +152,7 @@ omniroute files get <fileId>
### `files upload <path>`
**Exemplo:**
**Example:**
```bash
omniroute files upload <path>
@@ -164,7 +164,7 @@ omniroute files upload <path>
- `--out <path>`
**Exemplo:**
**Example:**
```bash
omniroute files content <fileId>
@@ -176,7 +176,7 @@ omniroute files content <fileId>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute files delete <fileId>

View File

@@ -4,18 +4,18 @@ description: Send chat completions, stream responses, and start an interactive R
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <prompt>`
- `--resume <session>`
**Exemplo:**
**Example:**
```bash
omniroute repl
@@ -71,7 +71,7 @@ omniroute repl
- `--debug`
- `--save <path>`
**Exemplo:**
**Example:**
```bash
omniroute stream [prompt]

View File

@@ -4,22 +4,22 @@ description: Configure and test prompt compression from the CLI. Manage RTK filt
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <n>`
- `--language-pack <p>`
**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 <name>`
**Exemplo:**
**Example:**
```bash
omniroute compression set <name>
@@ -66,7 +66,7 @@ omniroute compression set <name>
### `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 <p>`
**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 <r>`
**Exemplo:**
**Example:**
```bash
omniroute compression add
@@ -134,7 +134,7 @@ omniroute compression add
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute compression remove <id>
@@ -142,7 +142,7 @@ omniroute compression remove <id>
### `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

View File

@@ -4,22 +4,22 @@ description: Manage context engineering configurations, RTK filter sets, and con
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <p>`
**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 <n>`
- `--preserve-tags <list>`
**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 <n>`
- `--reserve-pct <n>`
**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 <n>`
- `--action <a>`
**Exemplo:**
**Example:**
```bash
omniroute context-eng add
@@ -147,7 +147,7 @@ omniroute context-eng add
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute context-eng remove <id>
@@ -155,7 +155,7 @@ omniroute context-eng remove <id>
### `context-eng test`
**Exemplo:**
**Example:**
```bash
omniroute context-eng test
@@ -163,7 +163,7 @@ omniroute context-eng test
### `context-eng raw-output <id>`
**Exemplo:**
**Example:**
```bash
omniroute context-eng raw-output <id>
@@ -171,7 +171,7 @@ omniroute context-eng raw-output <id>
### `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 <id>`
**Exemplo:**
**Example:**
```bash
omniroute context-eng get <id>
@@ -195,7 +195,7 @@ omniroute context-eng get <id>
### `context-eng assignments <id>`
**Exemplo:**
**Example:**
```bash
omniroute context-eng assignments <id>
@@ -203,7 +203,7 @@ omniroute context-eng assignments <id>
### `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 <d>`
**Exemplo:**
**Example:**
```bash
omniroute contexts add <name>
@@ -239,7 +239,7 @@ omniroute contexts add <name>
Switch active context
**Exemplo:**
**Example:**
```bash
omniroute contexts use <name>
@@ -249,7 +249,7 @@ omniroute contexts use <name>
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 <name>
@@ -273,7 +273,7 @@ Remove a context
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute contexts remove <name>
@@ -283,7 +283,7 @@ omniroute contexts remove <name>
Rename a context
**Exemplo:**
**Example:**
```bash
omniroute contexts rename <old> <new>
@@ -298,7 +298,7 @@ Export contexts to JSON
- `--out <path>`
- `--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 <file>
@@ -320,7 +320,7 @@ omniroute contexts import <file>
### `sessions`
**Exemplo:**
**Example:**
```bash
omniroute sessions
@@ -335,7 +335,7 @@ omniroute sessions
- `--active`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute sessions list
@@ -343,7 +343,7 @@ omniroute sessions list
### `sessions show <sessionId>`
**Exemplo:**
**Example:**
```bash
omniroute sessions show <sessionId>
@@ -355,7 +355,7 @@ omniroute sessions show <sessionId>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute sessions expire <sessionId>
@@ -367,7 +367,7 @@ omniroute sessions expire <sessionId>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute sessions expire-all
@@ -375,7 +375,7 @@ omniroute sessions expire-all
### `sessions current`
**Exemplo:**
**Example:**
```bash
omniroute sessions current

View File

@@ -4,18 +4,18 @@ description: View cost breakdowns, token usage, and call logs from the CLI. Filt
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <key>`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute cost
@@ -36,7 +36,7 @@ omniroute cost
### `pricing`
**Exemplo:**
**Example:**
```bash
omniroute pricing
@@ -49,7 +49,7 @@ omniroute pricing
- `--provider <p>`
- `--force`
**Exemplo:**
**Example:**
```bash
omniroute pricing sync
@@ -63,7 +63,7 @@ omniroute pricing sync
- `--model <m>`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute pricing list
@@ -71,7 +71,7 @@ omniroute pricing list
### `pricing get <model>`
**Exemplo:**
**Example:**
```bash
omniroute pricing get <model>
@@ -79,7 +79,7 @@ omniroute pricing get <model>
### `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 <p>`
- `--cache-write <p>`
**Exemplo:**
**Example:**
```bash
omniroute pricing set
@@ -114,7 +114,7 @@ omniroute pricing set
- `--model <m>`
**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 <range>`
- `--provider <id>`
**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 <s>`
- `--period <p>`
**Exemplo:**
**Example:**
```bash
omniroute usage set <amount>
@@ -180,7 +180,7 @@ omniroute usage set <amount>
### `usage reset [scope]`
**Exemplo:**
**Example:**
```bash
omniroute usage reset [scope]
@@ -193,7 +193,7 @@ omniroute usage reset [scope]
- `--provider <id>`
- `--check`
**Exemplo:**
**Example:**
```bash
omniroute usage quota
@@ -209,7 +209,7 @@ omniroute usage quota
- `--follow`
- `--api-key <k>`
**Exemplo:**
**Example:**
```bash
omniroute usage logs
@@ -221,7 +221,7 @@ omniroute usage logs
- `--api-key <k>`
**Exemplo:**
**Example:**
```bash
omniroute usage utilization
@@ -233,7 +233,7 @@ omniroute usage utilization
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute usage history
@@ -245,7 +245,7 @@ omniroute usage history
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute usage proxy-logs

View File

@@ -4,22 +4,22 @@ description: Create and run evaluation suites, watch live benchmark progress, vi
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <suiteId>`
**Exemplo:**
**Example:**
```bash
omniroute eval get <suiteId>
@@ -55,7 +55,7 @@ omniroute eval get <suiteId>
- `--file <path>`
**Exemplo:**
**Example:**
```bash
omniroute eval create
@@ -71,7 +71,7 @@ omniroute eval create
- `--tag <tag>`
- `--watch`
**Exemplo:**
**Example:**
```bash
omniroute eval run <suiteId>
@@ -86,7 +86,7 @@ omniroute eval run <suiteId>
- `--since <ts>`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute eval list
@@ -94,7 +94,7 @@ omniroute eval list
### `eval get <runId>`
**Exemplo:**
**Example:**
```bash
omniroute eval get <runId>
@@ -106,7 +106,7 @@ omniroute eval get <runId>
- `--failed`
**Exemplo:**
**Example:**
```bash
omniroute eval results <runId>
@@ -118,7 +118,7 @@ omniroute eval results <runId>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute eval cancel <runId>
@@ -126,7 +126,7 @@ omniroute eval cancel <runId>
### `eval scorecard <runId>`
**Exemplo:**
**Example:**
```bash
omniroute eval scorecard <runId>
@@ -143,7 +143,7 @@ omniroute eval scorecard <runId>
- `--thinking-budget <n>`
- `--explain`
**Exemplo:**
**Example:**
```bash
omniroute simulate [prompt]

View File

@@ -4,18 +4,18 @@ description: Check server health, component status, and live metrics from the CL
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <host>`
- `--liveness-url <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 <s>`
**Exemplo:**
**Example:**
```bash
omniroute health watch
@@ -81,7 +81,7 @@ Show OmniRoute status dashboard
- `-v, --verbose`
**Exemplo:**
**Example:**
```bash
omniroute status

View File

@@ -4,22 +4,22 @@ description: Create, list, rotate, and revoke OmniRoute API keys from the CLI. M
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <provider> [apiKey]
@@ -43,7 +43,7 @@ omniroute keys add <provider> [apiKey]
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute keys list
@@ -55,7 +55,7 @@ omniroute keys list
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute keys remove <provider>
@@ -67,7 +67,7 @@ omniroute keys remove <provider>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute keys regenerate <id>
@@ -79,7 +79,7 @@ omniroute keys regenerate <id>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute keys revoke <id>
@@ -87,7 +87,7 @@ omniroute keys revoke <id>
### `keys reveal <id>`
**Exemplo:**
**Example:**
```bash
omniroute keys reveal <id>
@@ -99,7 +99,7 @@ omniroute keys reveal <id>
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute keys usage <id>
@@ -107,7 +107,7 @@ omniroute keys usage <id>
### `keys policy`
**Exemplo:**
**Example:**
```bash
omniroute keys policy
@@ -115,7 +115,7 @@ omniroute keys policy
### `keys show <id>`
**Exemplo:**
**Example:**
```bash
omniroute keys show <id>
@@ -129,7 +129,7 @@ omniroute keys show <id>
- `--max-cost <n>`
- `--allowed-models <list>`
**Exemplo:**
**Example:**
```bash
omniroute keys set <id>
@@ -137,7 +137,7 @@ omniroute keys set <id>
### `keys expiration`
**Exemplo:**
**Example:**
```bash
omniroute keys expiration
@@ -150,7 +150,7 @@ omniroute keys expiration
- `--days <n>`
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute keys list
@@ -163,7 +163,7 @@ omniroute keys list
- `--grace-period <ms>`
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute keys rotate <id>
@@ -171,7 +171,7 @@ omniroute keys rotate <id>
### `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 <s>`
- `--timeout <ms>`
**Exemplo:**
**Example:**
```bash
omniroute oauth start
@@ -206,7 +206,7 @@ omniroute oauth start
- `--provider <id>`
**Exemplo:**
**Example:**
```bash
omniroute oauth status
@@ -219,7 +219,7 @@ omniroute oauth status
- `--connection-id <id>`
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute oauth revoke

View File

@@ -4,22 +4,22 @@ description: Inspect the MCP server status, list registered tools and scopes, ru
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <s>`
**Exemplo:**
**Example:**
```bash
omniroute mcp call <tool> [argsJson]
@@ -70,7 +70,7 @@ omniroute mcp call <tool> [argsJson]
- `--tool <name>`
**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 <s>`
**Exemplo:**
**Example:**
```bash
omniroute mcp list
@@ -98,7 +98,7 @@ omniroute mcp list
### `mcp info <name>`
**Exemplo:**
**Example:**
```bash
omniroute mcp info <name>
@@ -110,7 +110,7 @@ omniroute mcp info <name>
- `--io <kind>`
**Exemplo:**
**Example:**
```bash
omniroute mcp schema <name>
@@ -118,7 +118,7 @@ omniroute mcp schema <name>
### `mcp audit`
**Exemplo:**
**Example:**
```bash
omniroute mcp audit
@@ -131,7 +131,7 @@ omniroute mcp audit
- `--follow`
- `--limit <n>`
**Exemplo:**
**Example:**
```bash
omniroute mcp tail
@@ -143,7 +143,7 @@ omniroute mcp tail
- `--period <p>`
**Exemplo:**
**Example:**
```bash
omniroute mcp stats

View File

@@ -4,18 +4,18 @@ description: Query available AI models, list model aliases, and browse the full
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <query>`
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute models [provider]

View File

@@ -4,22 +4,22 @@ description: Manage Omni Skills (list, install, test, remove), plugins (create,
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <key>`
- `--token-budget <n>`
**Exemplo:**
**Example:**
```bash
omniroute memory search <query>
@@ -50,7 +50,7 @@ omniroute memory search <query>
- `--metadata <json>`
- `--api-key <key>`
**Exemplo:**
**Example:**
```bash
omniroute memory add
@@ -65,7 +65,7 @@ omniroute memory add
- `--api-key <key>`
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute memory clear
@@ -79,7 +79,7 @@ omniroute memory clear
- `--limit <n>`
- `--api-key <key>`
**Exemplo:**
**Example:**
```bash
omniroute memory list
@@ -87,7 +87,7 @@ omniroute memory list
### `memory get <id>`
**Exemplo:**
**Example:**
```bash
omniroute memory get <id>
@@ -99,7 +99,7 @@ omniroute memory get <id>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute memory delete <id>
@@ -107,7 +107,7 @@ omniroute memory delete <id>
### `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 <name>
@@ -155,7 +155,7 @@ omniroute plugin install <name>
- `-y, --yes`
**Exemplo:**
**Example:**
```bash
omniroute plugin remove <name>
@@ -163,7 +163,7 @@ omniroute plugin remove <name>
### `plugin info <name>`
**Exemplo:**
**Example:**
```bash
omniroute plugin info <name>
@@ -171,7 +171,7 @@ omniroute plugin info <name>
### `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 <name>`
**Exemplo:**
**Example:**
```bash
omniroute plugin scaffold <name>
@@ -195,7 +195,7 @@ omniroute plugin scaffold <name>
### `marketplace`
**Exemplo:**
**Example:**
```bash
omniroute marketplace
@@ -210,7 +210,7 @@ omniroute marketplace
- `--limit <n>`
- `--sort <s>`
**Exemplo:**
**Example:**
```bash
omniroute skills search [query]
@@ -218,7 +218,7 @@ omniroute skills search [query]
### `skills info <packageId>`
**Exemplo:**
**Example:**
```bash
omniroute skills info <packageId>
@@ -232,7 +232,7 @@ omniroute skills info <packageId>
- `--enable`
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute skills install <packageId>
@@ -240,7 +240,7 @@ omniroute skills install <packageId>
### `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 <key>`
**Exemplo:**
**Example:**
```bash
omniroute skills list
@@ -279,7 +279,7 @@ omniroute skills list
### `skills get <id>`
**Exemplo:**
**Example:**
```bash
omniroute skills get <id>
@@ -294,7 +294,7 @@ omniroute skills get <id>
- `--type <type>`
- `--enable`
**Exemplo:**
**Example:**
```bash
omniroute skills install
@@ -302,7 +302,7 @@ omniroute skills install
### `skills enable <id>`
**Exemplo:**
**Example:**
```bash
omniroute skills enable <id>
@@ -314,7 +314,7 @@ omniroute skills enable <id>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute skills disable <id>
@@ -326,7 +326,7 @@ omniroute skills disable <id>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute skills delete <id>
@@ -340,7 +340,7 @@ omniroute skills delete <id>
- `--input-file <path>`
- `--timeout <ms>`
**Exemplo:**
**Example:**
```bash
omniroute skills execute <id>
@@ -354,7 +354,7 @@ omniroute skills execute <id>
- `--limit <n>`
- `--status <s>`
**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 <url>`
**Exemplo:**
**Example:**
```bash
omniroute skills install <url>

View File

@@ -4,22 +4,22 @@ description: Inspect audit logs, manage access policies, view telemetry data, an
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <n>`
**Exemplo:**
**Example:**
```bash
omniroute audit tail
@@ -50,7 +50,7 @@ omniroute audit tail
- `--actor <id>`
- `--action <a>`
**Exemplo:**
**Example:**
```bash
omniroute audit search <query>
@@ -65,7 +65,7 @@ omniroute audit search <query>
- `--since <ts>`
- `--until <ts>`
**Exemplo:**
**Example:**
```bash
omniroute audit export <file>
@@ -78,7 +78,7 @@ omniroute audit export <file>
- `--source <s>`
- `--period <p>`
**Exemplo:**
**Example:**
```bash
omniroute audit stats
@@ -90,7 +90,7 @@ omniroute audit stats
- `--source <s>`
**Exemplo:**
**Example:**
```bash
omniroute audit get <id>
@@ -113,7 +113,7 @@ omniroute audit get <id>
- `--duration-max <ms>`
- `--export <path>`
**Exemplo:**
**Example:**
```bash
omniroute logs
@@ -121,7 +121,7 @@ omniroute logs
### `policy`
**Exemplo:**
**Example:**
```bash
omniroute policy
@@ -134,7 +134,7 @@ omniroute policy
- `--kind <k>`
- `--scope <s>`
**Exemplo:**
**Example:**
```bash
omniroute policy list
@@ -142,7 +142,7 @@ omniroute policy list
### `policy get <id>`
**Exemplo:**
**Example:**
```bash
omniroute policy get <id>
@@ -150,7 +150,7 @@ omniroute policy get <id>
### `policy create`
**Exemplo:**
**Example:**
```bash
omniroute policy create
@@ -158,7 +158,7 @@ omniroute policy create
### `policy update <id>`
**Exemplo:**
**Example:**
```bash
omniroute policy update <id>
@@ -170,7 +170,7 @@ omniroute policy update <id>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute policy delete <id>
@@ -183,7 +183,7 @@ omniroute policy delete <id>
- `--resource <r>`
- `--context <json>`
**Exemplo:**
**Example:**
```bash
omniroute policy evaluate
@@ -191,7 +191,7 @@ omniroute policy evaluate
### `policy export <file>`
**Exemplo:**
**Example:**
```bash
omniroute policy export <file>
@@ -203,7 +203,7 @@ omniroute policy export <file>
- `--overwrite`
**Exemplo:**
**Example:**
```bash
omniroute policy import <file>
@@ -211,7 +211,7 @@ omniroute policy import <file>
### `telemetry`
**Exemplo:**
**Example:**
```bash
omniroute telemetry
@@ -224,7 +224,7 @@ omniroute telemetry
- `--period <p>`
- `--compare-to <p>`
**Exemplo:**
**Example:**
```bash
omniroute telemetry summary
@@ -237,7 +237,7 @@ omniroute telemetry summary
- `--out <path>`
- `--period <p>`
**Exemplo:**
**Example:**
```bash
omniroute telemetry export

View File

@@ -4,24 +4,24 @@ description: "Manage provider connections from the CLI: list available/configure
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <query>`
- `--category <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 <idOrName>
@@ -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 <idOrName>
@@ -132,7 +132,7 @@ omniroute providers rotate <idOrName>
- `--provider <name>`
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute providers status
@@ -151,7 +151,7 @@ omniroute providers status
- `--watch`
- `--compare <list>`
**Exemplo:**
**Example:**
```bash
omniroute providers metrics
@@ -163,7 +163,7 @@ omniroute providers metrics
- `--period <p>`
**Exemplo:**
**Example:**
```bash
omniroute providers metric <connectionId> <metric>
@@ -180,7 +180,7 @@ omniroute providers metric <connectionId> <metric>
- `--compare <models>`
- `--save <path>`
**Exemplo:**
**Example:**
```bash
omniroute test-provider test [provider] [model]

View File

@@ -4,18 +4,18 @@ description: Inspect and manage circuit-breaker states, connection cooldowns, qu
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <id>`
- `--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 <p>`
**Exemplo:**
**Example:**
```bash
omniroute resilience status
@@ -56,7 +56,7 @@ omniroute resilience status
- `--provider <p>`
**Exemplo:**
**Example:**
```bash
omniroute resilience breakers
@@ -69,7 +69,7 @@ omniroute resilience breakers
- `--provider <p>`
- `--connection-id <id>`
**Exemplo:**
**Example:**
```bash
omniroute resilience cooldowns
@@ -82,7 +82,7 @@ omniroute resilience cooldowns
- `--provider <p>`
- `--model <m>`
**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 <ms>`
- `--base-cooldown <ms>`
**Exemplo:**
**Example:**
```bash
omniroute resilience set

View File

@@ -4,18 +4,18 @@ description: Create, list, update, and delete routing combos from the CLI. Test
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <name>
@@ -70,7 +70,7 @@ omniroute combo switch <name>
Create a new routing combo
**Exemplo:**
**Example:**
```bash
omniroute combo create <name>
@@ -84,7 +84,7 @@ Delete a routing combo
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute combo delete <name>

View File

@@ -4,18 +4,18 @@ description: Start, stop, and restart the OmniRoute server from the CLI. Manage
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <port>`
- `--tui`
**Exemplo:**
**Example:**
```bash
omniroute dashboard
@@ -37,7 +37,7 @@ omniroute dashboard
- `--port <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

View File

@@ -4,22 +4,22 @@ description: Run initial setup, configure global CLI settings, manage environmen
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <tool>
@@ -97,7 +97,7 @@ Write config for a tool
- `--non-interactive`
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute config set <tool>
@@ -112,7 +112,7 @@ Validate config format without writing
- `--model <model>`
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute config validate <tool>
@@ -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 <code>
@@ -172,7 +172,7 @@ omniroute config set <code>
- `--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 <key>
@@ -216,7 +216,7 @@ omniroute env get <key>
Set an environment variable (current session only)
**Exemplo:**
**Example:**
```bash
omniroute env set <key> <value>
@@ -237,7 +237,7 @@ omniroute env set <key> <value>
- `--non-interactive`
- `--list`
**Exemplo:**
**Example:**
```bash
omniroute setup
@@ -254,7 +254,7 @@ omniroute setup
- `--no-backup`
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute update

View File

@@ -4,22 +4,22 @@ description: Start and stop tunnel connections (ngrok, Cloudflare, custom) from
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 <type>
@@ -63,7 +63,7 @@ omniroute tunnel stop <type>
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute tunnel status <type>
@@ -75,7 +75,7 @@ omniroute tunnel status <type>
- `--tail <n>`
**Exemplo:**
**Example:**
```bash
omniroute tunnel logs <type>
@@ -87,7 +87,7 @@ omniroute tunnel logs <type>
- `--json`
**Exemplo:**
**Example:**
```bash
omniroute tunnel info <type>
@@ -99,7 +99,7 @@ omniroute tunnel info <type>
- `--yes`
**Exemplo:**
**Example:**
```bash
omniroute tunnel rotate <type>

View File

@@ -4,11 +4,11 @@ description: "Interact with OmniRoute via JSON-RPC 2.0 agent-to-agent protocol.
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Create, list, rotate, and revoke OmniRoute API keys. Control per-ke
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Manage API key authentication and session tokens. Start here to aut
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Configure spending limits, token quotas, and rate-limit policies pe
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Manage the LLM response cache. View cache statistics, clear entries
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: "Manage CLI tool integrations exposed via the API. List, configure,
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Create and manage routing combos with 14 strategies (priority, weig
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Configure RTK (command output), Caveman (prose), and stacked compre
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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 6090%.
## 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.

View File

@@ -4,11 +4,11 @@ description: Configure RTK filters, context engineering rules, and context relay
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Trigger system backups, restore from backup files, and manage the S
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: "The core OpenAI-compatible inference endpoints: chat completions,
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: "Connect to the OmniRoute MCP server (37 tools, 3 transports: SSE/s
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Query available AI models across all configured providers. List mod
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Manage provider connections, API keys, OAuth flows, and connection
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Configure HTTP/HTTPS/SOCKS proxies for upstream provider requests.
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Monitor provider health, circuit-breaker states, p50/p95/p99 latenc
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: "Read and update global application settings: system prompts, think
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Synchronise OmniRoute configuration, provider connections, and sett
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Create and manage secure tunnels (ngrok, Cloudflare Tunnel, custom)
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Access detailed call logs and usage analytics. Filter by provider,
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Install, start, stop, restart, and update embedded services (9Route
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.

View File

@@ -4,11 +4,11 @@ description: Register, list, test, and remove webhook endpoints. Configure event
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## 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.