omniroute-cli-cloud

Solid

Control OmniRoute cloud agents (OpenAI Codex, Devin, Jules) from the CLI — create tasks, track status, approve plans, send messages, and manage sources. Use when the user wants to automate cloud coding agent workflows via the terminal.

AI & Automation 5,612 stars 967 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# OmniRoute — CLI Cloud Agents Requires the `omniroute` CLI. See [CLI entry-point skill](https://raw.githubusercontent.com/diegosouzapw/OmniRoute/main/skills/omniroute-cli/SKILL.md) for install + global flags. ## Supported agents | Agent | ID | Auth required | | -------------- | ------- | -------------- | | OpenAI Codex | `codex` | OpenAI API key | | Devin | `devin` | Devin API key | | Jules (Google) | `jules` | Google OAuth | ## Authenticate an agent ```bash omniroute cloud codex auth # Set / refresh Codex API key omniroute cloud devin auth # Set / refresh Devin API key omniroute cloud jules auth # OAuth login for Jules (opens browser) ``` ## List all agents ```bash omniroute cloud agents # Show all configured cloud agents + status omniroute cloud agents --json ``` ## Create a task ```bash omniroute cloud codex task create \ --title "Add OAuth to the auth module" \ --prompt "Implement Google OAuth 2.0 login in src/auth/oauth.ts" omniroute cloud codex task create \ --title "Fix test failures" \ --prompt-file ./task-description.md # Read prompt from a file ``` Same syntax for `devin` and `jules`: ```bash omniroute cloud devin task create --title "..." --prompt "..." omniroute cloud jules task create --title "..." --prompt "..." ``` ## List tasks ```bash omniroute cloud codex task list # All Codex tasks (table) omniroute cloud codex task list --json # JSON output ``` ...

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

omniroute-cli-admin

Manage the OmniRoute server lifecycle via CLI — start/stop/restart, non-interactive setup, diagnostics (omniroute doctor), backup/restore, autostart, and tunnel management. Use when the user wants to operate the OmniRoute server, automate provisioning, or troubleshoot the runtime.

5,612 Updated today
diegosouzapw
AI & Automation Solid

omniroute

Entry point for OmniRoute — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, STT, embeddings, web search, web fetch, MCP, A2A. Use when the user mentions OmniRoute, OMNIROUTE_URL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability SKILL.md from the URLs below when needed.

5,612 Updated today
diegosouzapw
AI & Automation Solid

omniroute-cli

Entry point for the OmniRoute CLI (omniroute binary) — install, global flags, output formats, environment variables, and index of CLI capability skills. Use when the user wants to control OmniRoute from the terminal, automate workflows, or integrate with CI/CD.

5,612 Updated today
diegosouzapw
AI & Automation Listed

codex-orchestrator

Orchestrate OpenAI Codex CLI with specialized subagents for code review, debugging, architecture analysis, security audits, refactoring, and documentation. This skill should be used when delegating focused development tasks to Codex subagents (gpt-5.4, gpt-5.4-pro, gpt-5-mini) via AGENTS.md persona injection.

33 Updated 2 days ago
tdimino
AI & Automation Solid

omniroute-chat

Chat / code generation via OmniRoute using OpenAI /v1/chat/completions or Anthropic /v1/messages format with SSE streaming, auto-fallback combos, RTK token saver, and 207+ providers. Use when the user wants to ask an LLM, generate code, summarize text, or run prompts through OmniRoute.

5,612 Updated today
diegosouzapw