# Send Zvukogram to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zvukogram",
    "name": "Zvukogram",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/erview/zvukogram",
    "canonicalUrl": "https://clawhub.ai/erview/zvukogram",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/zvukogram",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zvukogram",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "LICENSE.txt",
      "SKILL.md",
      "_meta.json",
      "references/EXAMPLES.md",
      "references/SSML.md",
      "references/SSML_CHEATSHEET.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "zvukogram",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T13:30:49.849Z",
      "expiresAt": "2026-05-18T13:30:49.849Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zvukogram",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zvukogram",
        "contentDisposition": "attachment; filename=\"zvukogram-1.1.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "zvukogram"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zvukogram"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zvukogram",
    "downloadUrl": "https://openagent3.xyz/downloads/zvukogram",
    "agentUrl": "https://openagent3.xyz/skills/zvukogram/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zvukogram/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zvukogram/agent.md"
  }
}
```
## Documentation

### Zvukogram TTS

Speech generation via Zvukogram API with SSML markup support.

### Requirements

To use this skill, you need:

Zvukogram API token — get it at https://zvukogram.com/
Zvukogram account email

### Setup

Create file ~/.config/zvukogram/config.json:

mkdir -p ~/.config/zvukogram

{
  "token": "your_api_token_here",
  "email": "your_email@example.com"
}

Or use environment variables:

export ZVUKOGRAM_TOKEN=your_api_token_here
export ZVUKOGRAM_EMAIL=your_email@example.com

### Quick Start

# Simple TTS
python3 scripts/tts.py --text "Hello, world!" --voice Алена --output hello.mp3

# With +20% speed
python3 scripts/tts.py --text "Fast text" --voice Алена --speed 1.2 --output fast.mp3

# Check balance
python3 scripts/balance.py

### Features

TTS generation — text to speech
SSML support — stress marks, pauses, speed
Audio merging — combine fragments via ffmpeg
Transcription — proper pronunciation of English words

### Stress Marks

Use + before stressed vowel:

З+амок — stress on "a"
зам+ок — stress on "o"

### Aliases (Transcription)

<sub alias="Оупен Эй Ай">OpenAI</sub>
<sub alias="Самсунг">Samsung</sub>
<sub alias="Ал+ьтман">Альтман</sub>

### Speed

<prosody rate="1.2">20% faster</prosody>
<prosody rate="fast">Fast text</prosody>

### Pauses

<break time="500ms"/>

### Available Voices

Алена — female, neutral (recommended)
Андрей — male, neutral (recommended)
Александра — female, soft
Антон — male, business

Full list: see references/VOICES.md

### Examples

See references/EXAMPLES.md for:

Dialogs and podcasts
News voiceover
Voice notifications
Long texts

### Transcription

See references/TRANSCRIPTION.md for proper pronunciation:

OpenAI → Оупен Эй Ай
GPT → Джи Пи Ти
Samsung → Самсунг
Altman → Ал+ьтман

### SSML Reference

Full, agent-readable reference (recommended): references/SSML.md
Quick lookup: references/SSML_CHEATSHEET.md
Official Zvukogram SSML docs: https://zvukogram.com/node/ssml/

### Troubleshooting

See references/TROUBLESHOOTING.md for:

API errors
Audio issues
Diagnostics

### API Limitations

Max 1000 characters per request (/text)
Up to 1M characters via /longtext
Do not rely on <voice> / <speak> wrappers for API usage. For multi-voice, generate and merge fragments (one request per voice).

### Links

API docs: https://zvukogram.com/node/api/
Voice rating: https://zvukogram.com/rating/
Support: https://t.me/zvukogram
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: erview
- Version: 1.1.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T13:30:49.849Z
- Expires at: 2026-05-18T13:30:49.849Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/zvukogram)
- [Send to Agent page](https://openagent3.xyz/skills/zvukogram/agent)
- [JSON manifest](https://openagent3.xyz/skills/zvukogram/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/zvukogram/agent.md)
- [Download page](https://openagent3.xyz/downloads/zvukogram)