teammors-xteammors-openclaw4j-sag.ocm.json json Copy{
"ocm": "1",
"id": "teammors-xteammors-openclaw4j-sag",
"kind": "skill",
"name": "sag",
"description": "ElevenLabs 文字转语音。需配置 ELEVENLABS_API_KEY 和安装 sag CLI。",
"publisher": "teammors",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"ElevenLabs 文字转语音。需配置 ELEVENLABS_API_KEY 和安装 sag CLI。"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/teammors/xteammors-OpenClaw4J",
"path": "skills/sag/SKILL.md",
"ref": "9265a5808f26ae3ecf8e50e11d170dc042313d2e",
"url": "https://github.com/teammors/xteammors-OpenClaw4J/blob/9265a5808f26ae3ecf8e50e11d170dc042313d2e/skills/sag/SKILL.md",
"key": "teammors/xteammors-OpenClaw4J/skills/sag/SKILL.md"
}
},
"instructions": "# sag / ElevenLabs TTS\n\n```\npython3 sag_wrapper.py \"要朗读的文字\"\npython3 sag_wrapper.py --voice \"Rachel\" \"Hello world\"\n```\n\n## 配置\n\n- 安装:`brew install steipete/tap/sag`\n- 环境变量:`ELEVENLABS_API_KEY`",
"cost": {
"context_tokens": 47
}
}