stella-llm

Integrate managed LLM capabilities into Stella apps and scripts.

29|4|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ruuxi/stella --skill stella-llm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stella-llm
Source: https://github.com/ruuxi/stella/tree/main/runtime/home-seed/skills/stella-llm
Command: npx skills add https://github.com/ruuxi/stella --skill stella-llm

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about stella-llm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call LLMs in Stella apps without managing provider API keys?

Use Stella's managed relay to call LLMs without provider API keys. It automatically handles authentication, billing, and credential isolation for your app's text generation tasks.

What is managed LLM access and how does it handle authentication?

Managed LLM access uses Stella's relay to handle model lookups, provider key isolation, and subscription billing alignment, keeping backend credentials separate from client code.

Can I get structured JSON responses or streaming text from LLMs in Stella?

Yes, the managed LLM helper supports plain text outputs, structured JSON response extraction, and raw streaming for long-form content generation within the Stella ecosystem.

Do I need direct provider credentials to generate text in a Stella script?

No, you do not need direct provider credentials. Your Stella subscription covers billing alignment, allowing scripts and runtime helpers to generate text securely without storing third-party keys.

What's the best way to generate automated titles for notes in a Stella app?

Use the stella-llm helper to generate concise titles via the default managed model, eliminating the need to configure or store third-party LLM API keys in your note-taking app.

Are there limitations to using a managed relay for LLM text generation?

The managed relay is limited to the Stella ecosystem and its model catalog. It isolates backend credentials but depends on your Stella subscription for billing alignment and access.