Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:23 +08:00
commit 35fec1cf66
6 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "tts-output",
"description": "Text-to-speech output for Claude responses using macOS 'say' command",
"version": "1.0.0",
"author": {
"name": "Joel Chan",
"email": "joel611@live.hk"
},
"hooks": [
"./hooks"
]
}