Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:13 +08:00
commit f907ee42e6
9 changed files with 1019 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "elevenlabs-tts-tool",
"description": "CLI tool for ElevenLabs text-to-speech synthesis",
"version": "0.2.0",
"author": {
"name": "Dennis Vriend"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}