sag

Convert text to natural-sounding speech via the sag CLI with ElevenLabs TTS.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill sag-aayushsoam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sag
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/sag
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill sag-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sag enables natural, high-quality text-to-speech output using ElevenLabs API for applications that need spoken feedback or narration, without building a custom TTS backend.

Core Features & Use Cases

  • High-quality TTS via ElevenLabs with API key authentication.
  • Simple CLI for converting text to speech and selecting voices.
  • Use Case: Add voice responses to chatbots, demos, or accessibility tools with minimal setup.

Quick Start

Speak a message with sag by running sag 'Hello there'.

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 the ElevenLabs API from the command line?▼

You can convert text to speech by running the sag CLI command, such as sag 'Hello there', which sends your text to the ElevenLabs API to generate natural-sounding spoken audio output.

Do I need an API key to use ElevenLabs text-to-speech?▼

Yes, you need an ElevenLabs API key to authenticate text-to-speech requests. You must provide either an ELEVENLABS_API_KEY or a SAG_API_KEY in your environment before running the sag command.

Can I select different voices for text-to-speech output?▼

Yes, the sag CLI supports voice selection for ElevenLabs text-to-speech generation, allowing you to choose different natural-sounding voices for your spoken output during invocation.

What is the best way to add voice responses to a chatbot or interactive assistant?▼

Using a CLI tool like sag provides a simple way to add high-quality ElevenLabs text-to-speech voice responses to chatbots, demos, and interactive assistants without building a custom TTS backend.

Does sag work like the macOS say command for generating speech?▼

Yes, sag offers a macOS-style say user experience for text-to-speech, providing a familiar command-line interface while utilizing the ElevenLabs API for higher quality natural voice output.