# Say

> say CLI for making your Mac speak a phrase.

- Skill: `ivancampos/say` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ivancampos/say`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ivancampos/say/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: IvanCampos (https://skillmd.com/u/ivancampos)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ivancampos/say

---


# say

Use `say` to make your Mac speak a phrase.

The Mac Terminal command for text-to-speech is say. You type the command followed 
by the text you want the computer to speak. 

Basic Usage to speak a phrase with Bash: say -v Alex "Hello, world!"

This will make your Mac speak the phrase "Hello, world!" using the default system
voice. 

