CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. aradotso
  4. /
  5. trending-skills
  6. /
  7. Moss Tts Nano Speech

Moss Tts Nano Speech

Editor's Note

MOSS-TTS-Nano is a 0.1B parameter text-to-speech model that runs on CPU and does voice cloning in 20 languages. It's genuinely tiny compared to most TTS systems but still generates 48 kHz stereo audio in real time using an audio tokenizer plus autoregressive LLM pipeline. You feed it a reference audio clip and your text, and it mimics the voice. The streaming API is solid for low-latency applications, and the FastAPI server keeps the model loaded so repeated requests stay fast. Good choice when you need multilingual voice cloning without GPU dependencies or when you're prototyping speech features locally. The autoregressive approach means quality won't match diffusion models, but the speed and resource efficiency trade-off is reasonable for real-time use cases.

Install

npx skills add https://github.com/aradotso/trending-skills --skill moss-tts-nano-speech
Votes
0
Installs361
GitHub Stars26
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment