Skip to content
Skillv1.0.0

sag

ElevenLabs 文字转语音。需配置 ELEVENLABS_API_KEY 和安装 sag CLI。

by teammors(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from teammors/xteammors-OpenClaw4J (skills/sag/SKILL.md). Install upstream with npx skills add teammors/xteammors-OpenClaw4J --skill sag. Copyright stays with the author.

sag / ElevenLabs TTS

python3 sag_wrapper.py "要朗读的文字"
python3 sag_wrapper.py --voice "Rachel" "Hello world"

配置

  • 安装:brew install steipete/tap/sag
  • 环境变量:ELEVENLABS_API_KEY

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/teammors-xteammors-openclaw4j-sag/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

teammors-xteammors-openclaw4j-sag.ocm.jsonjson
{
  "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
  }
}

Fetch it by URL: GET /api/v1/registry/teammors-xteammors-openclaw4j-sag/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.