feat: add CW-026 Local Voice plugin

This commit is contained in:
Bryan Gilliom
2026-07-27 00:33:25 +08:00
commit 5d680928b9
29 changed files with 2697 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "local-voice",
"version": "0.1.0",
"description": "Generate validated local speech with reusable CosyVoice profiles.",
"author": {
"name": "Bryan Gilliom / Message Point Media"
},
"skills": "./skills/",
"interface": {
"displayName": "Local Voice",
"shortDescription": "Generate local briefing and notification audio.",
"longDescription": "Local Voice plans, renders, validates, and assembles reusable CosyVoice profiles on local hardware.",
"developerName": "Message Point Media",
"category": "Productivity",
"capabilities": [
"local-text-to-speech",
"voice-profiles",
"audio-validation"
],
"defaultPrompt": [
"Generate this script with Local Voice and validate the finished audio.",
"List the locally installed voice profiles.",
"Diagnose my Local Voice runtime."
]
}
}