GitHub
Skills harvested from GitHub repositories
14810 skills availableopenrouter-prod-checklist
A comprehensive production readiness checklist for OpenRouter integrations covering security, reliability, observability...
openrouter-openai-compat
OpenRouter implements the OpenAI Chat Completions API specification (/v1/chat/completions). Existing OpenAI SDK code wor...
openrouter-multi-provider
OpenRouter's unified API lets you access models from OpenAI, Anthropic, Google, Meta, Mistral, and others with a single ...
openrouter-model-routing
OpenRouter gives you access to 100+ models through one API. The key to cost efficiency is routing each request to the ri...
openrouter-model-catalog
Query the GET /api/v1/models endpoint to browse 400+ models, filter by capabilities, compare pricing, and check provider...
openrouter-model-availability
OpenRouter's /api/v1/models endpoint is the source of truth for model availability. Models can be temporarily unavailabl...
openrouter-load-balancing
A single OpenRouter API key has rate limits (requests/minute and tokens/minute). To scale beyond those limits, distribut...
openrouter-known-pitfalls
A curated list of real-world mistakes developers make when integrating OpenRouter, each with the specific API behavior t...
openrouter-install-auth
Set up OpenRouter API credentials, configure the OpenAI-compatible client, verify authentication, and check credit balan...
openrouter-function-calling
OpenRouter supports OpenAI-compatible tool/function calling across multiple providers. Define tools as JSON Schema, send...
openrouter-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' When an OpenRouter request fails ...
openrouter-data-privacy
When sending data through OpenRouter to upstream LLM providers, you're responsible for ensuring prompts don't leak PII i...
openrouter-cost-controls
OpenRouter provides per-key credit limits, a credit balance API, and per-generation cost queries. Combined with client-s...
openrouter-context-optimization
OpenRouter models have varying context windows (4K to 1M+ tokens). Since pricing is per-token, stuffing unnecessary cont...
openrouter-compliance-review
OpenRouter is a proxy that routes requests to upstream providers (OpenAI, Anthropic, Google, etc.). Compliance depends o...
openrouter-audit-logging
Every OpenRouter API call returns a generation ID and metadata that enables comprehensive audit logging. The generation ...
openevidence-webhooks-events
OpenEvidence delivers webhook notifications for clinical evidence retrieval workflows. Subscribe to events when queries ...
openevidence-upgrade-migration
OpenEvidence is a clinical AI platform that provides evidence-based medical answers and clinical decision support. The A...
openevidence-sdk-patterns
Production-ready patterns for the OpenEvidence clinical evidence API. OpenEvidence provides REST endpoints for querying ...
openevidence-reference-architecture
Production architecture for clinical decision support integrations with OpenEvidence. Designed for healthcare platforms ...
openevidence-rate-limits
OpenEvidence's clinical decision support API enforces strict rate limits to ensure reliable evidence retrieval for healt...
openevidence-prod-checklist
OpenEvidence provides clinical decision support backed by peer-reviewed medical literature. A production integration han...
openevidence-performance-tuning
OpenEvidence's clinical API handles evidence query response times, citation batch retrieval, and complex multi-condition...
openevidence-multi-env-setup
OpenEvidence clinical AI requires strict environment separation to maintain HIPAA compliance across the data lifecycle. ...