xhluca

Claude Openrouter — Development skill for Claude Code

Development community

Select OpenRouter models directly inside Claude Code.

How to install Claude Openrouter

This entry records only its repository, not the path inside it, so there is no exact command to give. Open xhluca/claude-openrouter and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Openrouter does

Select OpenRouter models directly inside Claude Code.

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Browser Tools MCP — Monitor browser logs directly from Cursor and other MCP compatible IDEs 7.2k ★
  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★

README

Claude OpenRouter

Use OpenRouter models in Claude Code without giving up your native login or connectors.

PyPI version Python versions MIT license

Installing Claude OpenRouter, selecting GLM-5.3, switching models in Claude Code, and verifying its open weights

Claude OpenRouter is a small, dependency-free CLI and loopback router. It indexes OpenRouter's live catalog, gives you a searchable multi-select picker, and places those favorites beside Claude's built-in models in `/model`. Native Claude requests keep using Anthropic; explicitly labeled OpenRouter favorites use your OpenRouter key. After setup, run the normal `claude` command.

Install

curl -LsSf https://xhluca.github.io/claude-openrouter/install.sh | sh

The installer prompts for your OpenRouter key without echoing it, fetches the current catalog, and opens the model picker immediately. It installs for the current user on Linux or macOS. If a credential already exists, setup shows its path and asks whether to reuse it before offering a masked replacement prompt. Max routing requires an existing Claude.ai login; run `claude auth login` first if Claude Code is newly installed.

Or use `uv`:

uv tool install claude-openrouter
clor setup

For a one-off setup without installing the