Diegosouzapw@OmniRoute

Diegosouzapw@OmniRoute from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 46 skills

Skills in this plugin

46
  1. CLI A2a · diegosouzapw
    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.
    54 repo stars
  2. CLI MCP · diegosouzapw
    Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.
    54 repo stars
  3. CLI Chat · diegosouzapw
    Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration.
    54 repo stars
  4. CLI Eval · diegosouzapw
    Create and run evaluation suites, watch live benchmark progress, view scorecards, compare model performance, and integrate eval runs with CI workflows from the CLI.
    54 repo stars
  5. CLI Keys · diegosouzapw
    Create, list, rotate, and revoke OmniRoute API keys from the CLI. Manage OAuth flows for provider authentication and inspect key scopes and expiration.
    54 repo stars
  6. Omni MCP · diegosouzapw
    Connect to the OmniRoute MCP server (110 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 33 permission scopes.
    54 repo stars
  7. Ponytail · diegosouzapw
    External agent skill (MIT, github.com/DietrichGebert/ponytail). Forces the laziest solution that actually works: question whether the task needs to exist at all (YAGNI), reuse what is already in the codebase, reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Climb the ladder on every coding task — writing, adding, refactoring, fixing, reviewing, or designing code, and choosing libraries or dependencies. Supports intensity levels: lite, full (default), ultra. Never cut validation, error handling, security, or accessibility.
    54 repo stars
  8. CLI Serve · diegosouzapw
    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.
    54 repo stars
  9. CLI Setup · diegosouzapw
    Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands.
    54 repo stars
  10. Omni Auth · diegosouzapw
    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.
    54 repo stars
  11. CLI Health · diegosouzapw
    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.
    54 repo stars
  12. CLI Models · diegosouzapw
    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.
    54 repo stars
  13. CLI Tunnel · diegosouzapw
    Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.
    54 repo stars
  14. Omni Cache · diegosouzapw
    Manage the LLM response cache. View cache statistics, clear entries, configure TTL policies, and control semantic-similarity caching thresholds.
    54 repo stars
  15. CLI Batches · diegosouzapw
    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.
    54 repo stars
  16. CLI Routing · diegosouzapw
    Create, list, update, and delete routing combos from the CLI. Test routing strategies, inspect combo metrics, and configure fallback chains interactively.
    54 repo stars
  17. Omni Budget · diegosouzapw
    Configure spending limits, token quotas, and rate-limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers.
    54 repo stars
  18. Omni Models · diegosouzapw
    Query available AI models across all configured providers. List models, resolve model aliases, and browse the full model catalog including provider-specific variants.
    54 repo stars
  19. CLI Contexts · diegosouzapw
    Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
    54 repo stars
  20. Omni Proxies · diegosouzapw
    Configure HTTP/HTTPS/SOCKS proxies for upstream provider requests. Set per-provider or global proxy rules, test connectivity, and manage proxy rotation.
    54 repo stars
  21. Omni Tunnels · diegosouzapw
    Create and manage secure tunnels (ngrok, Cloudflare Tunnel, custom) to expose OmniRoute to the internet or share access with remote agents and CI pipelines.
    54 repo stars
  22. CLI Providers · diegosouzapw
    Manage provider connections from the CLI: list available/configured providers, add, test, test-all, validate, rotate API keys, and view per-provider metrics.
    54 repo stars
  23. Omni API Keys · diegosouzapw
    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.
    54 repo stars
  24. Omni Settings · diegosouzapw
    Read and update global application settings: system prompts, thinking budget, IP filters, payload rules, combo defaults, and require-login configuration.
    54 repo stars
  25. Omni Webhooks · diegosouzapw
    Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, request.failed, quota.exceeded, etc.) and manage delivery retries.
    54 repo stars
  26. CLI Cost Usage · diegosouzapw
    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.
    54 repo stars
  27. CLI Resilience · diegosouzapw
    Inspect and manage circuit-breaker states, connection cooldowns, quota limits, and backoff levels from the CLI. Reset stuck providers and configure resilience thresholds.
    54 repo stars
  28. Omni CLI Tools · diegosouzapw
    Manage CLI tool integrations exposed via the API. List, configure, and invoke CLI tool plugins that extend OmniRoute's automation surface.
    54 repo stars
  29. Omni Inference · diegosouzapw
    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.
    54 repo stars
  30. Omni Providers · diegosouzapw
    Manage provider connections, API keys, OAuth flows, and connection tests via the REST API. List, add, update, remove, and test AI provider integrations across OmniRoute's 327-provider catalog.
    54 repo stars
  31. CLI Backup Sync · diegosouzapw
    Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
    54 repo stars
  32. CLI Compression · diegosouzapw
    Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
    54 repo stars
  33. Omni Agents A2a · diegosouzapw
    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.
    54 repo stars
  34. Omni DB Backups · diegosouzapw
    Trigger system backups, restore from backup files, and manage the SQLite database lifecycle. Supports export, import, and incremental snapshot strategies.
    54 repo stars
  35. Omni Resilience · diegosouzapw
    Monitor provider health, circuit-breaker states, p50/p95/p99 latency metrics, and budget guard alerts. Inspect connection cooldowns and model lockouts in real time.
    54 repo stars
  36. Omni Sync Cloud · diegosouzapw
    Synchronise OmniRoute configuration, provider connections, and settings to/from cloud storage. Manage cloud worker authentication and remote backup targets.
    54 repo stars
  37. Omni Usage Logs · diegosouzapw
    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.
    54 repo stars
  38. CLI Policy Audit · diegosouzapw
    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.
    54 repo stars
  39. Config Codex CLI · diegosouzapw
    Step-by-step agent workflow to configure the OpenAI Codex CLI on any machine (Linux, macOS, Windows) to use OmniRoute as an OpenAI-compatible backend. Detects OS and shell, writes config.toml and 7 named profiles, sets environment variables, and verifies the setup.
    54 repo stars
  40. Omni Compression · diegosouzapw
    Configure RTK (command output), Caveman (prose), and stacked compression modes. Manage language packs, custom rules, and test prompt compression reducing tokens by 60–90%.
    54 repo stars
  41. Omni Context Rtk · diegosouzapw
    Configure RTK filters, context engineering rules, and context relay settings. Test compression with real prompt samples and manage context transformation pipelines.
    54 repo stars
  42. CLI Plugins Skills · diegosouzapw
    Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
    54 repo stars
  43. Omni Github Skills · diegosouzapw
    Search, score, scan, and import agent skills from GitHub repositories that contain SKILL.md, CLAUDE.md, .cursorrules, and similar agent skill files. Discover community skills across many tool and provider categories, evaluate relevance with heuristic scoring, check for malware or hardcoded secrets, and install into Hermes, Claude Code, Gemini CLI, or OpenCode agent directories.
    54 repo stars
  44. CLI Skill Collector · diegosouzapw
    Detect installed CLI coding tools (Claude Code, Codex, Cursor, Copilot, Cline and more), search GitHub for matching agent skills, and install them to the detected tools via OmniRoute's built-in APIs.
    54 repo stars
  45. Omni Combos Routing · diegosouzapw
    Create and manage routing combos with 19 strategies (priority, weighted, round-robin, Auto-combo, and more). Configure fallback chains, test routing outcomes, and retrieve combo metrics.
    54 repo stars
  46. Omni Version Manager · diegosouzapw
    Install, start, stop, restart, and update embedded services (9Router, CLIProxyAPI). Monitor service status, retrieve logs, and configure auto-start for local-only service endpoints.
    54 repo stars