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. chanjing-ai
  4. /
  5. chan-skills
  6. /
  7. Chanjing Tts Voice Clone

Chanjing Tts Voice Clone

Editor's Note

This lets Claude synthesize speech using Chanjing's TTS API with voice cloning from a reference audio file you provide via public URL. The flow is async: you submit a reference audio URL (mp3, wav, or m4a), wait for the voice profile to build, then generate speech from text using that cloned voice. Supports bilingual Chinese and English with adjustable speech rate and sentence timestamps. You'll need Chanjing credentials (app_id and secret_key), and the skill handles token refresh automatically by writing back to the same credentials file. The reference audio gets fetched by Chanjing's servers, so it needs to be publicly accessible. Polling can take a few minutes while the voice processes, but no local ffmpeg required since everything happens server-side.

Install

npx skills add https://github.com/chanjing-ai/chan-skills --skill chanjing-tts-voice-clone
Votes
0
Installs125
GitHub Stars16
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment