openrouter

Discover OpenRouter models and test chat prompts via a unified CLI.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill openrouter-jay0xx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openrouter
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/openrouter
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill openrouter-jay0xx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Centralizes OpenRouter model discovery, integration guidance, and chat testing in a single CLI workflow for developers.

Core Features & Use Cases

  • Model Discovery — List available OpenRouter models with capabilities and pricing.
  • Integration Guides — Get code samples for Node.js, Cloudflare Workers, and browser environments.
  • Chat — Send prompts to OpenRouter models and receive responses for quick validation.

Quick Start

Run bun run openrouter/openrouter.ts models to list models, and bun run openrouter/openrouter.ts chat --prompt 'Hello' to test a prompt.

Frequently Asked Questions about openrouter

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

FAQPage Schema
How do I discover available OpenRouter models and their pricing via CLI?

You can discover OpenRouter models by running the models command in your CLI. It lists available models with their capabilities and pricing details to help you evaluate options for your AI projects.

Can I get OpenRouter integration code samples for Cloudflare Workers and Node.js?

Yes, you can get OpenRouter integration code samples for Cloudflare Workers and Node.js. The guide command provides environment-aware code snippets to accelerate your project setup across different platforms.

How do I test OpenRouter chat prompts directly from the command line?

You can test OpenRouter chat prompts directly from the command line using the chat command with a prompt flag. It sends your input to the model and returns the response for quick validation.

Does this OpenRouter CLI tool require any specific dependencies to run?

The OpenRouter CLI tool requires the commander dependency to run. You will execute it within a runtime environment like Bun to access the models, guide, and chat commands.

What is the best way to centralize OpenRouter model discovery and chat testing for a development team?

The best way to centralize OpenRouter model discovery and chat testing is using a unified CLI workflow. It exposes commands for models, guides, and chat to streamline cross-environment integration for teams.