sag

Converts text to speech via ElevenLabs TTS using the sag CLI with selectable voices/models.

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill sag-borealbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sag
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/skills/sag
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill sag-borealbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple CLI integration of ElevenLabs text-to-speech to generate natural-sounding audio from text for demos, accessibility, and voice prompts.

Core Features & Use Cases

  • Local playback with sag CLI for quick voice feedback in development and demos.
  • Supports multiple voices and models (default eleven_v3, stable eleven_multilingual_v2, fast eleven_flash_v2_5) for creative and practical needs.
  • Use case: generate spoken narration for tutorials, accessibility prompts, or audio-based testing.

Quick Start

Run sag with a text prompt to generate speech.

Frequently Asked Questions about sag

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

FAQPage Schema
How do I convert text to speech using ElevenLabs from the command line?

You can convert text to speech by running the sag CLI with a text prompt, which sends the request to ElevenLabs TTS and uses sag for local playback of the generated audio.

What do I need to generate natural-sounding audio with ElevenLabs TTS?

To generate natural-sounding audio, you need an ELEVENLABS_API_KEY or SAG_API_KEY configured in your environment to authenticate the text-to-speech synthesis requests.

Which text-to-speech models are available for generating voice prompts?

Available text-to-speech models include the default eleven_v3, the stable eleven_multilingual_v2, and the fast eleven_flash_v2_5, supporting various creative and practical voice generation needs.

Can I use a CLI tool for text-to-speech in development and accessibility workflows?

Yes, the sag CLI provides a simple say-style integration for text-to-speech, suitable for generating spoken narration for tutorials, accessibility prompts, and audio-based testing.

Does the sag text-to-speech CLI support multiple voices?

Yes, the sag text-to-speech CLI supports multiple voices and models, allowing you to select different voice profiles for generating natural-sounding audio from text.