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. nodnarbnitram
  4. /
  5. claude-code-extensions
  6. /
  7. Ha Voice

Ha Voice

Editor's Note

This handles Home Assistant's Assist voice control setup, covering the full pipeline from wake words through speech-to-text, intent parsing, and text-to-speech responses. You'll use it when building local voice satellites with ESPHome hardware, creating custom sentence patterns for natural commands, or wiring up Piper and Whisper for offline operation. The skill leans hard on the custom_sentences directory structure and slot-based matching instead of hardcoded entity IDs, which keeps your voice commands flexible as you add devices. Worth noting it covers both local and cloud options for STT and TTS, though the local path with Faster Whisper and Piper requires decent disk space and some performance tuning depending on your hardware.

Install

npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill ha-voice
Votes
0
Installs189
GitHub Stars11
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment