Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
voxclaw-read-task-summary
// Speak a concise final task summary aloud with VoxClaw after completing work.
$ git log --oneline --stat
stars:0
forks:0
updated:2026년 4월 19일 11:31
SKILL.md
// Speak a concise final task summary aloud with VoxClaw after completing work.
| name | voxclaw-read-task-summary |
| description | Speak a concise final task summary aloud with VoxClaw after completing work. |
| homepage | https://github.com/malpern/VoxClaw |
| metadata | {"requires":{"bins":["bash"]}} |
Use this skill when the user would benefit from hearing the finished result out loud.
plugins/voxclaw/scripts/voxclaw-say "Task complete. I updated the parser and the tests passed."
You can also pipe generated text:
printf '%s\n' "Task complete. The release build succeeded." | plugins/voxclaw/scripts/voxclaw-say