skill-voice-input-area

Provide an always-visible input bar for logging observations and issuing voice commands.

1|Updated Jun 18, 2025
One-click install
npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-voice-input-area
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-voice-input-area
Source: https://github.com/qashsolutions/myhealthguide/tree/main/.claude/skills/skill-voice-input-area
Command: npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-voice-input-area

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The always-visible voice/text input bar on the caregiver home screen enables quick logging of observations and issuing voice commands, reducing friction for caregivers who prefer hands-free interaction.

Core Features & Use Cases

  • Always-visible input bar for logging observations and issuing commands
  • Integrates with the existing voice command system to route successful transcripts
  • Accessible design with large targets and screen reader support, usable offline

Quick Start

Place the VoiceInputArea on the home screen between DayProgress and SuggestionChips and wire it to the existing voiceNavigation system.

Frequently Asked Questions about skill-voice-input-area

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a voice input bar to a caregiver home screen for logging observations?

This Skill provides an always-visible input bar on the caregiver home screen to log observations and issue voice commands, reducing friction for hands-free interaction. It integrates with existing voice routing to process transcripts.

Can I use the Web Speech API for voice navigation in a caregiver app offline?

Yes, voice navigation using the Web Speech API wrapper is supported offline. The accessible input bar is designed with large targets and screen reader support to ensure usability in environments without consistent internet connectivity.

How do I integrate voice commands with existing app routing for caregivers?

You integrate voice commands by wiring the input bar to the existing src/lib/voice/voiceNavigation.ts module. This ensures successful voice transcripts route correctly for messaging and navigation without requiring new speech services.

Does this voice input component support accessibility features like screen readers?

Yes, the voice input component supports accessibility by featuring large touch targets and screen reader compatibility. It is specifically designed for caregivers needing accessible, hands-free interaction on the home screen.

What is the best way to log care events using voice commands on a mobile home screen?

The best way to log care events is using an always-visible input bar that captures typed or voice input. It routes successful transcripts through the existing voice command system for immediate logging and app navigation.