Files
local-voice/.codex-plugin/plugin.json
T

27 lines
873 B
JSON

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