voice-pickerRecommend the best SenseAudio voice for any scenario or emotion. Use when users ask which voice to use — e.g. "儿童故事播客用什么音色", "电商直播带货适合哪个声音", "我需要撒娇感的女声", "有没...
Install via ClawdBot CLI:
clawdbot install scikkk/voice-pickerGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.senseaudio.cn/v1/t2a_v2Calls external URL not in known-safe list
https://senseaudio.cnAI Analysis
The skill's external API call to senseaudio.cn for TTS preview is consistent with its stated purpose of voice recommendations and preview generation. The credential (SENSEAUDIO_API_KEY) is clearly documented and only required for optional preview functionality, not for core recommendations.
Audited Apr 18, 2026 · audit v1.0
Generated Mar 21, 2026
为儿童故事、童话、教育内容推荐合适的音色,如可爱萌娃,适用于播客、有声书或教育应用。帮助创作者选择能吸引儿童注意力的声音,提升内容亲和力。
为电商直播带货、促销活动推荐热情或亢奋的音色,如亢奋主播,以增强销售效果。适用于在线零售平台,提升产品展示的吸引力和转化率。
为需要撒娇、傲娇、深情等情感表达的音频内容推荐音色,如嗲嗲台妹或魅力姐姐。适用于情感类播客、有声书或社交媒体内容,增强情感共鸣。
为新闻播报、正式场合或知识分享播客推荐专业音色,如儒雅道长或可靠青叔。适用于新闻机构、教育平台,确保内容传达的清晰度和权威性。
为广告、营销文案推荐适合的音色,如可靠青叔或知心少女,以优化品牌信息传递。适用于广告公司、营销团队,提升广告效果和受众参与度。
提供基础免费音色推荐,吸引用户试用;通过高级版(SVIP)付费计划解锁更多音色和预览功能,如TTS样本生成。收入来自订阅费和API调用。
为大型企业或媒体公司提供定制音色开发和集成服务,包括专属API支持和批量处理。收入来自定制开发费和长期服务合同。
与内容创作平台、播客工具或电商系统集成,作为内置语音推荐功能。收入来自平台分成、许可费或按使用量计费。
💬 Integration Tip
确保SENSEAUDIO_API_KEY环境变量已设置,并使用curl和jq工具处理API响应,以简化TTS预览生成。
Scored Apr 19, 2026
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
Local text-to-speech via sherpa-onnx (offline, no cloud)
Start voice calls via the OpenClaw voice-call plugin.