Files
gh-joel611-claude-plugins-p…/.claude-plugin/plugin.json
2025-11-30 08:28:23 +08:00

12 lines
244 B
JSON

{
"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"
]
}