Install
mkdir -p .claude/skills/yolo-tts && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11513" && unzip -o skill.zip -d .claude/skills/yolo-tts && rm skill.zipInstalls to .claude/skills/yolo-tts
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Enables YOLO mode with Text-to-Speech feedback via tts-cli (or YOLO_TTS_COMMAND override).Key capabilities
- →Execute autonomous task loops.
- →Speak out status updates using `tts-cli`.
- →Spawn autonomous agents to complete tasks.
- →Loop until all tasks are verified and completed.
- →Ask for feedback or new tasks upon completion with spoken prompts.
How it works
The tool initializes a task list from a prompt, speaks status updates using `tts-cli`, and spawns autonomous agents to complete and verify tasks in a loop.
Inputs & outputs
When to use yolo-tts
- →Run autonomous coding loops
- →Get spoken feedback on task status
- →Monitor long-running agent tasks
About this skill
YOLO Mode (TTS Enabled)
To execute the YOLO mode loop with spoken feedback, run the following command:
yolo-mode "$prompt" --tts
This tool will:
- Initialize a task list based on your prompt.
- Speak out status updates using
tts-cli(override withYOLO_TTS_COMMAND). - Spawn autonomous agents to complete the tasks.
- Loop until all tasks are verified and completed.
- Ask for feedback or new tasks upon completion (with spoken prompts).
When not to use it
- →When spoken feedback is not desired.
- →When `tts-cli` is not available or an override command is not provided.
- →When autonomous task execution is not required.
Limitations
- →Requires `tts-cli` or a specified `YOLO_TTS_COMMAND` for spoken feedback.
- →Relies on autonomous agents to complete tasks.
- →Loops until tasks are verified and completed.
How it compares
This skill provides real-time spoken feedback and autonomous task execution, offering an auditory and automated experience compared to silent, manual task management.
Compared to similar skills
yolo-tts side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| yolo-tts (this skill) | 0 | 3mo | Review | Beginner |
| using-superpowers | 95 | 3mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
| clawhub | 25 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
continuous-learning
affaan-m
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
memory-keeper-proactive-context-maintenance
b4CU-R4U
Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.