mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 22:15:43 +00:00
- Added 175 new high-quality skills across all categories - 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other - Updated all language READMEs and SKILL.md - Weekly update by MyClaw.ai
23 lines
580 B
JSON
23 lines
580 B
JSON
{
|
|
"name": "edge-tts",
|
|
"version": "2.0.0",
|
|
"description": "Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation.",
|
|
"author": "Clawdbot",
|
|
"license": "MIT",
|
|
"main": "scripts/tts-converter.js",
|
|
"dependencies": {
|
|
"node-edge-tts": "^1.2.9",
|
|
"commander": "^11.0.0"
|
|
},
|
|
"install": {
|
|
"path": "scripts",
|
|
"command": "npm install"
|
|
},
|
|
"files": [
|
|
"SKILL.md",
|
|
"DISTRIBUTION.md",
|
|
"scripts/",
|
|
"references/"
|
|
]
|
|
}
|