openrouter

Manage OpenRouter credentials, models, and provisioned keys via HTTP requests.

4|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/gaberger/hex --skill openrouter-gaberger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openrouter
Source: https://github.com/gaberger/hex/tree/main/.claude/skills/openrouter
Command: npx skills add https://github.com/gaberger/hex --skill openrouter-gaberger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes management of OpenRouter credentials, model catalogs, and provisioned API keys to simplify auditing, provisioning, and diagnosing inference failures.

Core Features & Use Cases

  • Check account credits and key info
  • List and audit available models
  • Create provisioned keys scoped for hex inference
  • Diagnose failing inference calls

Quick Start

Authenticate with the vault, retrieve OPENROUTER_MANAGEMENT_KEY, and audit providers, list models, and provision a scoped key.

Frequently Asked Questions about openrouter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage OpenRouter API keys and credentials for inference workflows?

You manage OpenRouter credentials by authenticating with a vault using an OPENROUTER_MANAGEMENT_KEY to fetch models, audit keys, and provision scoped access for inference workflows.

What is the best way to check OpenRouter account credits and available models?

The best way to check OpenRouter credits and list available models is by sending HTTP requests to the OpenRouter API after authenticating with your management key via the vault.

Why do my OpenRouter inference calls fail and how can I diagnose them?

Diagnosing failing OpenRouter inference calls requires auditing registered inference providers and checking provisioned key scopes using HTTP requests to the OpenRouter API.

Can I create provisioned keys scoped specifically for hex inference?

Yes, you can create provisioned keys scoped for hex inference workflows by authenticating with the vault using your OPENROUTER_MANAGEMENT_KEY and provisioning access through the OpenRouter API.

Do I need a vault to provision OpenRouter keys for inference providers?

Yes, you need vault access and a valid OPENROUTER_MANAGEMENT_KEY to provision OpenRouter keys, audit registered inference providers, and manage model catalogs.