What problem does it solve?
This Skill provides a unified way to access language model capabilities without forcing developers to manage separate inference interfaces, model routing, or workflow-specific prompt handling.
Core Features & Use Cases
- Raw LLM Access: Run chat completions and embeddings against the available self-hosted model catalog with configurable request parameters.
- Task-Based LLM Verbs: Perform classification, extraction, summarization, and drafting workflows while keeping model selection behind a stable task interface.
- Use Case: Build automated pipelines that classify incoming requests, extract structured business data, summarize documents, or draft responses using predictable API operations.
Quick Start
Ask the my-llm-api skill to summarize a document, classify an input, extract structured fields, or draft a message using the LLM workflow interface.