在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$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