{ "name": "voice-ai-tts", "version": "1.1.4", "description": "High-quality voice synthesis with 9 personas, 11 languages, and streaming using Voice.ai API.", "main": "SKILL.md", "bin": { "voice-ai-tts": "scripts/tts.js" }, "engines": { "node": ">=18" }, "files": [ "SKILL.md", "README.md", "CHANGELOG.md", "LICENSE.md", "SECURITY.md", "voices.json", "voice-ai-tts.yaml", "voice-ai-tts-sdk.js", "scripts/tts.js" ], "keywords": ["tts", "voice", "speech", "voice-ai", "audio"], "author": "gizmoGremlin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gizmoGremlin/openclaw-skill-voice-ai-voices.git" }, "openclaw": { "skill": true, "requirements": { "bins": ["node"], "env": { "VOICE_AI_API_KEY": "required" }, "primary_env": "VOICE_AI_API_KEY" } } }