feat: add CW-026 Local Voice plugin
This commit is contained in:
@@ -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."
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user