
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@openrouter/cli
Advanced tools
SDK DevTools and utilities for OpenRouter development
npm install -g @openrouter/cli
Launch the SDK DevTools viewer to visualize telemetry:
openrouter devtools
Opens web UI at http://localhost:4983
Setup:
Install devtools in your project:
npm install @openrouter/devtools
Initialize SDK with devtools hooks:
import { createOpenRouterDevtools } from '@openrouter/devtools';
import { OpenRouter } from '@openrouter/sdk';
const sdk = new OpenRouter({
apiKey: process.env.OPENROUTER_API_KEY,
hooks: createOpenRouterDevtools()
});
Run your app - telemetry is captured to .devtools/
Launch viewer:
openrouter devtools
For Claude Code users, add a statusline showing model and token usage:
openrouter statusline
Configure in Claude Code settings to display:
Optional config at ~/.openrouter/claude-code-proxy.json:
{
"LOG": true,
"LOG_LEVEL": "debug",
"DEVTOOLS_PORT": 4983,
"StatusLine": {
"currentStyle": "default"
}
}
bun install
bun run build
bun test
Breaking change: v1.0.0 removes all proxy functionality (start/stop/restart/code commands).
See MIGRATION.md for details.
SEE LICENSE IN LICENSE
FAQs
SDK DevTools and utilities for OpenRouter development
The npm package @openrouter/cli receives a total of 33 weekly downloads. As such, @openrouter/cli popularity was classified as not popular.
We found that @openrouter/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.