openrouter-config-validator

Validate OpenRouter API keys, models, routing, and environment configurations.

10|4|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/vanman2024/ai-dev-marketplace --skill openrouter-config-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openrouter-config-validator
Source: https://github.com/vanman2024/ai-dev-marketplace/tree/main/plugins/openrouter/skills/openrouter-config-validator
Command: npx skills add https://github.com/vanman2024/ai-dev-marketplace --skill openrouter-config-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, bash, and includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive validation and diagnostic tooling for OpenRouter configurations, including API key validation, model checks, routing tests, environment validation, and usage analysis.

Core Features & Use Cases

  • API Key Validation - format and connectivity checks
  • Model Availability - verify models are accessible
  • Routing Configuration - validate model routing and fallbacks
  • Environment Validation - ensure .env completeness
  • Fallback Testing - test fallback chains
  • Provider Status & Usage - monitor health and cost patterns

Quick Start

Run validations like: bash scripts/validate-api-key.sh <api-key> bash scripts/test-routing.sh .env

Frequently Asked Questions about openrouter-config-validator

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

FAQPage Schema
How do I validate my OpenRouter API key and configuration?

Validate OpenRouter API keys and configuration by running the included validation scripts, which perform format checks, connectivity tests, and verify model availability. The scripts confirm API key validity, check routing setup, and validate environment variables before deployment.

How can I test routing and fallback chains in OpenRouter?

Test OpenRouter routing configuration and fallback chains using the test-routing script, which validates model routing paths and confirms fallback behavior works correctly. This ensures requests properly cascade through your configured fallback models when primary options are unavailable.

What environment variables do I need for OpenRouter deployment?

OpenRouter deployment requires environment validation to ensure all necessary configuration is complete. This Skill checks .env files for required variables, confirms API key format, and validates provider connectivity before you run applications against the API.

Can I monitor OpenRouter provider status and usage costs?

Monitor OpenRouter provider health and track usage analytics with built-in provider status checks and cost monitoring features. This lets you detect availability issues and analyze cost patterns across your model routing and fallback configuration.

How do I troubleshoot OpenRouter configuration issues quickly?

Diagnose OpenRouter problems by running comprehensive validation scripts that check API keys, model availability, routing correctness, environment setup, fallback behavior, and provider status. Identify configuration errors and connectivity issues in a single workflow.