{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zvukogram",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zvukogram",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "LICENSE.txt",
      "SKILL.md",
      "_meta.json",
      "references/EXAMPLES.md",
      "references/SSML.md",
      "references/SSML_CHEATSHEET.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/zvukogram",
    "agentPageUrl": "https://openagent3.xyz/skills/zvukogram/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zvukogram/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zvukogram/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Zvukogram TTS",
        "body": "Speech generation via Zvukogram API with SSML markup support."
      },
      {
        "title": "Requirements",
        "body": "To use this skill, you need:\n\nZvukogram API token — get it at https://zvukogram.com/\nZvukogram account email"
      },
      {
        "title": "Setup",
        "body": "Create file ~/.config/zvukogram/config.json:\n\nmkdir -p ~/.config/zvukogram\n\n{\n  \"token\": \"your_api_token_here\",\n  \"email\": \"your_email@example.com\"\n}\n\nOr use environment variables:\n\nexport ZVUKOGRAM_TOKEN=your_api_token_here\nexport ZVUKOGRAM_EMAIL=your_email@example.com"
      },
      {
        "title": "Quick Start",
        "body": "# Simple TTS\npython3 scripts/tts.py --text \"Hello, world!\" --voice Алена --output hello.mp3\n\n# With +20% speed\npython3 scripts/tts.py --text \"Fast text\" --voice Алена --speed 1.2 --output fast.mp3\n\n# Check balance\npython3 scripts/balance.py"
      },
      {
        "title": "Features",
        "body": "TTS generation — text to speech\nSSML support — stress marks, pauses, speed\nAudio merging — combine fragments via ffmpeg\nTranscription — proper pronunciation of English words"
      },
      {
        "title": "Stress Marks",
        "body": "Use + before stressed vowel:\n\nЗ+амок — stress on \"a\"\nзам+ок — stress on \"o\""
      },
      {
        "title": "Aliases (Transcription)",
        "body": "<sub alias=\"Оупен Эй Ай\">OpenAI</sub>\n<sub alias=\"Самсунг\">Samsung</sub>\n<sub alias=\"Ал+ьтман\">Альтман</sub>"
      },
      {
        "title": "Speed",
        "body": "<prosody rate=\"1.2\">20% faster</prosody>\n<prosody rate=\"fast\">Fast text</prosody>"
      },
      {
        "title": "Pauses",
        "body": "<break time=\"500ms\"/>"
      },
      {
        "title": "Available Voices",
        "body": "Алена — female, neutral (recommended)\nАндрей — male, neutral (recommended)\nАлександра — female, soft\nАнтон — male, business\n\nFull list: see references/VOICES.md"
      },
      {
        "title": "Examples",
        "body": "See references/EXAMPLES.md for:\n\nDialogs and podcasts\nNews voiceover\nVoice notifications\nLong texts"
      },
      {
        "title": "Transcription",
        "body": "See references/TRANSCRIPTION.md for proper pronunciation:\n\nOpenAI → Оупен Эй Ай\nGPT → Джи Пи Ти\nSamsung → Самсунг\nAltman → Ал+ьтман"
      },
      {
        "title": "SSML Reference",
        "body": "Full, agent-readable reference (recommended): references/SSML.md\nQuick lookup: references/SSML_CHEATSHEET.md\nOfficial Zvukogram SSML docs: https://zvukogram.com/node/ssml/"
      },
      {
        "title": "Troubleshooting",
        "body": "See references/TROUBLESHOOTING.md for:\n\nAPI errors\nAudio issues\nDiagnostics"
      },
      {
        "title": "API Limitations",
        "body": "Max 1000 characters per request (/text)\nUp to 1M characters via /longtext\nDo not rely on <voice> / <speak> wrappers for API usage. For multi-voice, generate and merge fragments (one request per voice)."
      },
      {
        "title": "Links",
        "body": "API docs: https://zvukogram.com/node/api/\nVoice rating: https://zvukogram.com/rating/\nSupport: https://t.me/zvukogram"
      }
    ],
    "body": "Zvukogram TTS\n\nSpeech generation via Zvukogram API with SSML markup support.\n\nRequirements\n\nTo use this skill, you need:\n\nZvukogram API token — get it at https://zvukogram.com/\nZvukogram account email\nSetup\n\nCreate file ~/.config/zvukogram/config.json:\n\nmkdir -p ~/.config/zvukogram\n\n{\n  \"token\": \"your_api_token_here\",\n  \"email\": \"your_email@example.com\"\n}\n\n\nOr use environment variables:\n\nexport ZVUKOGRAM_TOKEN=your_api_token_here\nexport ZVUKOGRAM_EMAIL=your_email@example.com\n\nQuick Start\n# Simple TTS\npython3 scripts/tts.py --text \"Hello, world!\" --voice Алена --output hello.mp3\n\n# With +20% speed\npython3 scripts/tts.py --text \"Fast text\" --voice Алена --speed 1.2 --output fast.mp3\n\n# Check balance\npython3 scripts/balance.py\n\nFeatures\nTTS generation — text to speech\nSSML support — stress marks, pauses, speed\nAudio merging — combine fragments via ffmpeg\nTranscription — proper pronunciation of English words\nSSML Markup\nStress Marks\n\nUse + before stressed vowel:\n\nЗ+амок — stress on \"a\"\nзам+ок — stress on \"o\"\n\nAliases (Transcription)\n<sub alias=\"Оупен Эй Ай\">OpenAI</sub>\n<sub alias=\"Самсунг\">Samsung</sub>\n<sub alias=\"Ал+ьтман\">Альтман</sub>\n\nSpeed\n<prosody rate=\"1.2\">20% faster</prosody>\n<prosody rate=\"fast\">Fast text</prosody>\n\nPauses\n<break time=\"500ms\"/>\n\nAvailable Voices\nАлена — female, neutral (recommended)\nАндрей — male, neutral (recommended)\nАлександра — female, soft\nАнтон — male, business\n\nFull list: see references/VOICES.md\n\nExamples\n\nSee references/EXAMPLES.md for:\n\nDialogs and podcasts\nNews voiceover\nVoice notifications\nLong texts\nTranscription\n\nSee references/TRANSCRIPTION.md for proper pronunciation:\n\nOpenAI → Оупен Эй Ай\nGPT → Джи Пи Ти\nSamsung → Самсунг\nAltman → Ал+ьтман\nSSML Reference\nFull, agent-readable reference (recommended): references/SSML.md\nQuick lookup: references/SSML_CHEATSHEET.md\nOfficial Zvukogram SSML docs: https://zvukogram.com/node/ssml/\nTroubleshooting\n\nSee references/TROUBLESHOOTING.md for:\n\nAPI errors\nAudio issues\nDiagnostics\nAPI Limitations\nMax 1000 characters per request (/text)\nUp to 1M characters via /longtext\nDo not rely on <voice> / <speak> wrappers for API usage. For multi-voice, generate and merge fragments (one request per voice).\nLinks\nAPI docs: https://zvukogram.com/node/api/\nVoice rating: https://zvukogram.com/rating/\nSupport: https://t.me/zvukogram"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/erview/zvukogram",
    "publisherUrl": "https://clawhub.ai/erview/zvukogram",
    "owner": "erview",
    "version": "1.1.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}