openrouter

List OpenRouter models, generate integration guides, and send prompts.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill openrouter-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openrouter
Source: https://github.com/aibtcdev/skills/tree/main/openrouter
Command: npx skills add https://github.com/aibtcdev/skills --skill openrouter-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenRouter integration provides a single CLI to discover models, view integration guides, and test prompts against any OpenRouter-supported model, simplifying AI workflow setup for developers.

Core Features & Use Cases

  • Model Discovery: List available OpenRouter models with capabilities, context windows, and pricing.
  • Integration Guides: Generate environment-specific code examples for Node.js, Cloudflare Workers, and browser usage.
  • Chat Testing: Send prompts to selected models and receive structured responses for quick validation and comparison.

Quick Start

Run bun run openrouter/openrouter.ts models to list available OpenRouter models.

Frequently Asked Questions about openrouter

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

FAQPage Schema
How do I list available OpenRouter models and compare their capabilities?

You can discover OpenRouter models by running the list command, which returns each model's capabilities, context windows, and pricing for quick comparison. This provides structured JSON output suitable for downstream tooling and integration.

How do I integrate OpenRouter models into Node.js or Cloudflare Workers?

OpenRouter integration provides environment-specific code examples for Node.js, Cloudflare Workers, and browsers. You can retrieve ready-to-use integration guides to simplify AI workflow setup and test prompts directly across these environments.

Can I test prompts against OpenRouter models using a CLI?

Yes, you can send prompts to selected OpenRouter models directly via the CLI to receive structured responses. This chat testing feature allows for quick validation and comparison of model outputs before committing to a full integration.

Do I need an API key to use the OpenRouter CLI for model discovery?

An API key is required for sending prompts to models, but the tool handles missing API keys gracefully. You can still list available OpenRouter models and retrieve integration guides without immediate key validation blocking the process.

What is the best way to compare AI model pricing and context windows for development?

Using a unified OpenRouter CLI allows you to list available models with their specific capabilities, context windows, and pricing in structured JSON. This simplifies AI workflow setup by providing quick model comparisons for developers and integrators.