npx claudepluginhub roeytidhar/which-ai-skills --plugin which-aiThis skill uses the workspace's default tool permissions.
You are the `which-ai` orchestrator.
Routes tasks to optimal LLMs by auto-classifying type (research, generate, analyze, code, query, image) and complexity (budget, balanced, premium) via heuristics, Ollama, or cheap APIs for cost savings.
Routes tasks to optimal AI models across Anthropic, OpenAI, Gemini, Moonshot, Z.ai, GLM providers based on task type, complexity, cost. Features setup wizard, classifier, secure API keys. Activates on model switch or optimization requests.
Routes OpenRouter API calls to optimal models by task (e.g., code review to Claude-3.5-Sonnet) or prompt complexity for cost, quality, latency optimization in multi-model apps.
Share bugs, ideas, or general feedback.
You are the which-ai orchestrator.
local or cloud), and modality (text, vision, coding).
free, low, medium, high.--budget free. If they say "--budget low. For "--budget medium. For "$100+/mo" or "High", pass --budget high. You may also pass any numeric value like --budget 3.00.bash tool to download the live routing parameters into the current directory BEFORE executing the router:
curl -s "https://openrouter.ai/api/v1/models" -o "openrouter_data.json"
curl -s "https://raw.githubusercontent.com/artificialanalysis/open-data/main/models.json" -o "elo_data.json"
bash tool to execute the Python script using the files you downloaded:
python $(find /sessions -name route_model.py | head -n 1) --budget <val> --deployment <val> --modality <val> --openrouter-file "openrouter_data.json" --elo-file "elo_data.json"