What problem does it solve?
This Skill centralizes and simplifies interaction with various Large Language Models (LLMs) and their advanced capabilities (transcription, vision, image/speech generation) through a unified command-line interface, eliminating the need to learn multiple APIs and SDKs.
Core Features & Use Cases
- Multi-Model Access: Interact with different LLM providers (e.g., GPT, Gemini) and specific models using a single CLI command.
- Advanced Capabilities: Perform audio transcription, image description, speech generation, and image generation directly from the command line.
- Structured Output: Utilize JSON schema (
--schema) for precise, structured LLM responses, ideal for programmatic consumption.
- Use Case: Transcribe an audio file, then ask an LLM to summarize the transcription, and finally generate a related image, all with simple CLI commands, automating complex multi-modal AI workflows.
Quick Start
Transcribe the attached audio file 'meeting.opus' using the gemini-2.5-flash model.