What problem does it solve?
This Skill unifies access to multiple LLM providers via the llm CLI, enabling seamless model selection, input handling, and execution across providers.
Core Features & Use Cases
- Non-interactive processing: Run prompts on files or stdin and receive direct results.
- Interactive mode: Engage in a conversational session with a chosen model.
- Provider detection & setup: Auto-detects available providers and guides first-time setup.
- Input handling: Accepts text prompts, files (text and common media types), and piped input.
- Persistent configuration: Remembers last-used model/provider for streamlined workflows.
- Slash command integration: Supports Claude Code skill invocation and /llm command bridging.
Quick Start
Install the llm CLI, run /llm --setup to detect providers, then run a sample prompt such as /llm "Summarize this document" or llm -m gpt-4o "Your query".