llm-router

Community

Route AI requests to any LLM, effortlessly.

Authorjamesrochabrun
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Tired of being locked into one AI model? This Skill liberates you, allowing seamless switching between top LLM providers like OpenAI, Grok, Groq, DeepSeek, and OpenRouter. It eliminates the hassle of manual configuration and ensures your AI tools are always ready, letting you pick the perfect model for any task without interruption.

Core Features & Use Cases

  • Multi-Provider Routing: Instantly switch between OpenAI, Grok, Groq, DeepSeek, and OpenRouter to leverage their unique strengths.
  • Automated Tool Management: Automatically installs and updates SwiftOpenAI-CLI to keep your AI tools current and functional.
  • API Key Guidance: Provides clear, actionable instructions for managing API keys across diverse providers, simplifying setup.
  • Use Case: Need a quick, creative brainstorm? Route to Grok. Solving a complex coding problem? Switch to DeepSeek Reasoner. This skill ensures you always have the right AI for the job, without ever leaving your workflow.

Quick Start

Example: Route a request to Grok

1. Ensure SwiftOpenAI-CLI is installed and updated

scripts/check_install_cli.sh

2. Configure for Grok (e.g., using grok-4-0709 model)

scripts/configure_provider.sh grok grok-4-0709

3. Execute your task with Grok

swiftopenai agent "Explain quantum computing"

Dependency Matrix

Required Modules

swiftopenai-cli

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: llm-router
Download link: https://github.com/jamesrochabrun/skills/archive/main.zip#llm-router

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository