🔐
DevOpsTypeScript

OmniRoute Auth

by diegosouzapw

OmniRoute Auth is a DevOps skill for Claude Code, published by diegosouzapw in OmniRoute.

46.8K stars6.3K forkson diegosouzapw/OmniRouteAdded 2026/08/13Repository updated 2026/08/13
a2aai-agentsai-gatewayanthropicclaudeclaude-codeclinecodexcopilotcursordeepseekfree-aigeminikimillm-gatewaymcpopenaiopenai-proxyqwentoken-saver
Install in seconds
Install OmniRoute Auth
Copy OmniRoute Auth into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/omni-auth ~/.claude/skills/omni-auth

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/diegosouzapw/OmniRoute.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/omni-auth/SKILL.md in diegosouzapw/OmniRoute
Installs to
~/.claude/skills/omni-auth
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What OmniRoute Auth does

OmniRoute Auth manages API key authentication and session tokens for the OmniRoute API. Use it to authenticate requests via Bearer token, obtain session cookies, and configure login requirements including OIDC.

OmniRoute Auth is cataloged under DevOps on DirSkills. OmniRoute Auth comes from a repository tagged a2a, ai-agents, ai-gateway, anthropic and claude.

Documentation

README

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.

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.

Endpoints

POST /api/auth/login

Authenticate user

curl -X POST https://localhost:20128/api/auth/login \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN"
  -H "Content-Type: application/json" \
  -d '{}'

POST /api/auth/logout

Log out

This is the opening of the README. Read the full README on GitHub.

Commands OmniRoute Auth provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /dashboard

Frequently asked about OmniRoute Auth

  • What else does diegosouzapw publish alongside OmniRoute Auth?

    OmniRoute Auth is one of 25 skills that DirSkills catalogs from diegosouzapw/OmniRoute, the repository it ships in. Its siblings there include CLI Backup Sync, CLI Batches and CLI Chat. Each one is a separate skill with its own page in this directory, installs the same way OmniRoute Auth does, and is maintained by diegosouzapw in that same repository. The rest of the collection is listed on the diegosouzapw/OmniRoute page.

  • How does OmniRoute Auth compare to other DevOps skills?

    OmniRoute Auth ranks #27 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of OmniRoute Auth against them. Open each page to compare what they document and how they install.

More from diegosouzapw/OmniRoute

OmniRoute Auth is one of 25 skills cataloged on DirSkills from diegosouzapw/OmniRoute.

See all 25 skills