{
  "schemaVersion": "1.0",
  "item": {
    "slug": "siliconflow-tts-gen",
    "name": "SiliconFlow TTS Gen",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/lilei0311/siliconflow-tts-gen",
    "canonicalUrl": "https://clawhub.ai/lilei0311/siliconflow-tts-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/siliconflow-tts-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=siliconflow-tts-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "skill.json",
      "scripts/generate.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/siliconflow-tts-gen"
    },
    "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/siliconflow-tts-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SiliconFlow TTS Generation Skill",
        "body": "Text-to-Speech using SiliconFlow API with CosyVoice2 model. Supports 8 preset voices, multiple languages, and Chinese dialects."
      },
      {
        "title": "Features",
        "body": "🎙️ 8 Preset Voices: 4 male + 4 female voices\n🌍 Multilingual: Chinese, English, Japanese, Korean\n🗣️ Chinese Dialects: Cantonese, Sichuan, Shanghai, Tianjin, Wuhan\n⚡ Ultra Low Latency: 150ms first packet delay\n🎵 Voice Cloning: 3-second rapid voice cloning\n💾 Auto Download: Saves audio files locally"
      },
      {
        "title": "Requirements",
        "body": "Environment Variable: SILICONFLOW_API_KEY\nOptional Config File: ~/.openclaw/openclaw.json (for auto-detect)"
      },
      {
        "title": "Installation",
        "body": "npx clawhub install siliconflow-tts-gen"
      },
      {
        "title": "Configuration",
        "body": "Set your SiliconFlow API key:\n\nexport SILICONFLOW_API_KEY=\"your-api-key\""
      },
      {
        "title": "List Available Voices",
        "body": "python3 scripts/generate.py --list-voices"
      },
      {
        "title": "Generate Speech",
        "body": "# Basic usage (default voice: alex)\npython3 scripts/generate.py \"你好，世界\"\n\n# Specify voice\npython3 scripts/generate.py \"Hello World\" --voice bella\n\n# Adjust speed\npython3 scripts/generate.py \"你好\" --voice claire --speed 0.9\n\n# Save to file\npython3 scripts/generate.py \"欢迎收听\" --output welcome.mp3\n\n# Change format\npython3 scripts/generate.py \"Hello\" --format wav"
      },
      {
        "title": "Male Voices",
        "body": "IDNameCharacteristicalex沉稳男声Mature and steadybenjamin低沉男声Deep and lowcharles磁性男声Magneticdavid欢快男声Cheerful"
      },
      {
        "title": "Female Voices",
        "body": "IDNameCharacteristicanna沉稳女声Mature and elegantbella激情女声Passionateclaire温柔女声Gentle and kinddiana欢快女声Sweet and happy"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeDefaultRangeDescription--voicestringalex-Voice ID--speedfloat1.00.25-4.0Speech speed--formatstringmp3mp3/opus/wav/pcmOutput format--outputstringoutput.mp3-Output file path"
      },
      {
        "title": "Security Notes",
        "body": "This skill requires an API key to call SiliconFlow services\nThe script reads ~/.openclaw/openclaw.json only to auto-detect API keys\nNo sensitive data is transmitted except to api.siliconflow.cn\nReview the code at scripts/generate.py before providing credentials"
      },
      {
        "title": "Author",
        "body": "MaxStorm Team"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "SiliconFlow TTS Generation Skill\n\nText-to-Speech using SiliconFlow API with CosyVoice2 model. Supports 8 preset voices, multiple languages, and Chinese dialects.\n\nFeatures\n🎙️ 8 Preset Voices: 4 male + 4 female voices\n🌍 Multilingual: Chinese, English, Japanese, Korean\n🗣️ Chinese Dialects: Cantonese, Sichuan, Shanghai, Tianjin, Wuhan\n⚡ Ultra Low Latency: 150ms first packet delay\n🎵 Voice Cloning: 3-second rapid voice cloning\n💾 Auto Download: Saves audio files locally\nRequirements\nEnvironment Variable: SILICONFLOW_API_KEY\nOptional Config File: ~/.openclaw/openclaw.json (for auto-detect)\nInstallation\nnpx clawhub install siliconflow-tts-gen\n\nConfiguration\n\nSet your SiliconFlow API key:\n\nexport SILICONFLOW_API_KEY=\"your-api-key\"\n\nUsage\nList Available Voices\npython3 scripts/generate.py --list-voices\n\nGenerate Speech\n# Basic usage (default voice: alex)\npython3 scripts/generate.py \"你好，世界\"\n\n# Specify voice\npython3 scripts/generate.py \"Hello World\" --voice bella\n\n# Adjust speed\npython3 scripts/generate.py \"你好\" --voice claire --speed 0.9\n\n# Save to file\npython3 scripts/generate.py \"欢迎收听\" --output welcome.mp3\n\n# Change format\npython3 scripts/generate.py \"Hello\" --format wav\n\nAvailable Voices\nMale Voices\nID\tName\tCharacteristic\nalex\t沉稳男声\tMature and steady\nbenjamin\t低沉男声\tDeep and low\ncharles\t磁性男声\tMagnetic\ndavid\t欢快男声\tCheerful\nFemale Voices\nID\tName\tCharacteristic\nanna\t沉稳女声\tMature and elegant\nbella\t激情女声\tPassionate\nclaire\t温柔女声\tGentle and kind\ndiana\t欢快女声\tSweet and happy\nParameters\nParameter\tType\tDefault\tRange\tDescription\n--voice\tstring\talex\t-\tVoice ID\n--speed\tfloat\t1.0\t0.25-4.0\tSpeech speed\n--format\tstring\tmp3\tmp3/opus/wav/pcm\tOutput format\n--output\tstring\toutput.mp3\t-\tOutput file path\nSecurity Notes\nThis skill requires an API key to call SiliconFlow services\nThe script reads ~/.openclaw/openclaw.json only to auto-detect API keys\nNo sensitive data is transmitted except to api.siliconflow.cn\nReview the code at scripts/generate.py before providing credentials\nAuthor\n\nMaxStorm Team\n\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lilei0311/siliconflow-tts-gen",
    "publisherUrl": "https://clawhub.ai/lilei0311/siliconflow-tts-gen",
    "owner": "lilei0311",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/siliconflow-tts-gen",
    "agentUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/siliconflow-tts-gen/agent.md"
  }
}