What problem does it solve?
This Skill eliminates the need to manage direct LLM provider API keys, authentication, billing, and model access when building Stella apps, runtime helpers, scripts, or integrations that require language model capabilities.
Core Features & Use Cases
- Managed LLM Access: All auth, billing, model catalog lookups, and provider key isolation are handled automatically by Stella's relay, so you never expose sensitive credentials in your code.
- Flexible Response Support: Use the helper for plain text outputs, structured JSON responses, or raw streaming for long-form content generation tasks.
- Use Case: A Stella-created note-taking app can generate concise, consistent titles for new notes using the helper, with no need to configure or store third-party LLM API keys.
Quick Start
Use the stella-llm skill to generate a 5-word kebab-case title for the current open note using Stella's default managed model.