What problem does it solve? OmniRoute, a local macOS AI API proxy, can silently break Claude Code's terminal CLI when its routing config (MCP endpoints, ANTHROPIC_BASE_URL env overrides) goes stale or the app is stopped, causing ConnectionRefused errors and failed MCP connections. This Skill provides the verified runbook to configure, reset, disable, and re-enable it safely. ## Core Features & Use Cases - MCP Endpoint Configuration: Set up the correct streamable-http MCP endpoint (http://127.0.0.1:20128/api/mcp/stream) with a registered Bearer key, avoiding dead cloud URLs and wrong transport paths. - GUI Password Reset: Reset the OmniRoute login password live by writing a bcrypt hash into storage.sqlite, with backup-first safety steps. - Disable/Re-enable Runbook: Step-by-step verified procedures to remove the env block in ~/.claude/settings.json (the actual ConnectionRefused fix), disable the LaunchAgent, back up configs, and restore everything later. - Use Case: Your terminal claude CLI fails with "Unable to connect to API (ConnectionRefused)" after OmniRoute was stopped. Use this Skill to identify the stale env block in settings.json, remove it, and verify direct Anthropic reachability. ## Quick Start Ask the AI to diagnose why the Claude Code terminal CLI cannot connect to the API and apply the OmniRoute disable procedure from this Skill.