Switchx banner
shaheer-00 shaheer-00

Switchx

Development community

Description

--- description: Show switchXprovider proxy status — active provider, priorities, failover state, recent events --- # switchXprovider status Check the local proxy and present its status. ## Steps 1. Get status: ``` curl -s http://127.0.0.1:8787/api/status ``` 2. If the curl fails, the proxy is not running. Start it, wait 2 seconds, retry: ``` node "<path to switchXprovider plugin>/server/ensure.mjs" ``` (This command file lives at `commands/switchx.md` inside the plugin

Installation

Installs to ~/.claude/skills/shaheer-00-switchxprovider-switchx/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shaheer-00-switchxprovider-switchx && curl -fsSL https://raw.githubusercontent.com/shaheer-00/switchXprovider/HEAD/commands/switchx.md -o ~/.claude/skills/shaheer-00-switchxprovider-switchx/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository