tencent-tts-podcastConvert text to podcast audio using Tencent Cloud TTS. Supports both short and long text processing, generates up to 30-minute long audio with automatic chun...
Install via ClawdBot CLI:
clawdbot install islinxu/tencent-tts-podcastGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://xxx.cos.ap-guangzhou.myqcloud.com/xxx.wavAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Convert textbook chapters, study guides, or lecture notes into audio podcasts for auditory learners. Enables students to listen while commuting or exercising, enhancing accessibility and retention.
Transform internal training manuals, compliance documents, or onboarding materials into audio format for employees. Supports long texts up to 30 minutes, ideal for detailed procedural or policy training.
Automate the conversion of news articles, blog posts, or reports into podcast-style audio for media outlets. Uses semantic chunking to maintain natural flow, suitable for daily news briefs or in-depth analysis.
Generate audio versions of short stories, book chapters, or serialized content for publishers. Handles extra-long texts efficiently with parallel processing, reducing production time for indie authors.
Create audio announcements for IVR systems, automated helplines, or in-store broadcasts using customer service voices. Useful for repetitive information like business hours or safety protocols.
Offer a cloud-based platform where users pay a monthly fee to access TTS podcast generation with voice options and COS storage. Targets businesses needing regular audio content, with tiered plans based on usage volume.
Provide an API service charging per audio minute or character processed, ideal for developers integrating TTS into apps. Scales with demand, appealing to startups and enterprises with variable needs.
License the skill to educational platforms, media companies, or e-learning providers for embedding in their products. Includes customization and support, generating revenue through licensing agreements.
💬 Integration Tip
Ensure Tencent Cloud credentials are securely stored and configure concurrency settings based on text length to optimize performance and cost.
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.