# Voxclaw Read Task Summary

> Speak a concise final task summary aloud with VoxClaw after completing work.

- Skill: `gabrielmoreira/voxclaw-read-task-summary` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/voxclaw-read-task-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/voxclaw-read-task-summary/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/voxclaw-read-task-summary

---


# VoxClaw Read Task Summary

Use this skill when the user would benefit from hearing the finished result out loud.

## Workflow

1. Write a short spoken summary first.
2. Keep it to 1 to 3 sentences.
3. Prefer outcome, verification status, and any blocker.
4. Speak it with the plugin helper:

```bash
plugins/voxclaw/scripts/voxclaw-say "Task complete. I updated the parser and the tests passed."
```

You can also pipe generated text:

```bash
printf '%s\n' "Task complete. The release build succeeded." | plugins/voxclaw/scripts/voxclaw-say
```

## Style

- Keep spoken text shorter than written text.
- Expand symbols and abbreviations when they would sound awkward aloud.
- Avoid reading file paths unless they matter to the user.
- Mention failed verification clearly when tests were not run or did not pass.

