home / skills / jeremylongshore / claude-code-plugins-plus-skills / openrouter-prod-checklist
/plugins/saas-packs/openrouter-pack/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-checklistReview the files below or copy the command above to add this skill to your agents.
---
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)
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.
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.
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.