home / skills / jeremylongshore / claude-code-plugins-plus-skills / openrouter-prod-checklist

This skill guides you through a production readiness checklist for OpenRouter, ensuring prerequisites, testing, monitoring, and secure deployment readiness.

npx playbooks add skill jeremylongshore/claude-code-plugins-plus-skills --skill openrouter-prod-checklist

Review the files below or copy the command above to add this skill to your agents.

Files (9)
SKILL.md
1.7 KB
---
name: openrouter-prod-checklist
description: |
  Execute pre-launch production readiness checklist for OpenRouter. Use when preparing to deploy to production. Trigger with phrases like 'openrouter production', 'openrouter go-live', 'openrouter launch checklist', 'deploy openrouter'.
allowed-tools: Read, Write, Edit, Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
---

# Openrouter Prod Checklist

## Overview

This skill provides a comprehensive checklist covering security, monitoring, error handling, and operational readiness for production OpenRouter deployments.

## Prerequisites

- Working OpenRouter integration
- Production infrastructure ready

## Instructions

Follow these steps to implement this skill:

1. **Verify Prerequisites**: Ensure all prerequisites listed above are met
2. **Review the Implementation**: Study the code examples and patterns below
3. **Adapt to Your Environment**: Modify configuration values for your setup
4. **Test the Integration**: Run the verification steps to confirm functionality
5. **Monitor in Production**: Set up appropriate logging and monitoring

## Output

Successful execution produces:
- Working OpenRouter integration
- Verified API connectivity
- Example responses demonstrating functionality

## Error Handling

See `{baseDir}/references/errors.md` for comprehensive error handling.

## Examples

See `{baseDir}/references/examples.md` for detailed examples.

## Resources

- [OpenRouter Documentation](https://openrouter.ai/docs)
- [OpenRouter Models](https://openrouter.ai/models)
- [OpenRouter API Reference](https://openrouter.ai/docs/api-reference)
- [OpenRouter Status](https://status.openrouter.ai)

Overview

This skill runs a pre-launch production readiness checklist tailored for OpenRouter deployments. It guides teams through security, monitoring, error handling, and operational validation to reduce launch risk. Use it to confirm configuration, connectivity, and observability before flipping traffic to production.

How this skill works

The skill inspects integration wiring, verifies API connectivity, and validates model access and configuration values. It runs a series of automated and manual checks: credential verification, endpoint reachability, rate-limit and timeout testing, logging and metrics validation, and basic error-path testing. Results summarize pass/fail status and recommend remediation steps.

When to use it

  • Before first deployment of OpenRouter to production
  • When performing major configuration or model upgrades
  • During on-call readiness drills or incident preparedness
  • Before scaling traffic or enabling new features that hit inference paths
  • When migrating infrastructure or rotating credentials

Best practices

  • Verify API keys and secrets in a secure secrets manager, not in code or logs
  • Run synthetic requests that exercise common prompt shapes and edge cases
  • Set up centralized logging and alerting for error rates, latency, and throttles
  • Validate retry/backoff logic and client-side rate limiting under load
  • Document expected responses and failure modes for operators

Example use cases

  • Confirming OpenRouter connectivity and model responses during a go-live checklist
  • Validating observability: traces, metrics, and structured logs feed into your monitoring stack
  • Testing error handling by simulating API errors, timeouts, and malformed inputs
  • Security review to ensure keys are rotated and access scopes are minimized
  • Preparing runbooks and escalation paths for production incidents involving OpenRouter

FAQ

What prerequisites are required?

You need a working OpenRouter integration and production infrastructure ready to run tests and deploy changes.

What outputs should I expect after running the checklist?

A validated integration, confirmed API connectivity, sample responses, and a short remediation list for any failed checks.