speech-recognition

Facilitate on-device voice-to-text dictation on iOS and Android using expo-speech-recognition.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/anicca-labs/claude --skill speech-recognition-anicca-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech-recognition
Source: https://github.com/anicca-labs/claude/tree/main/plugins/expo-rn-plugin/skills/speech-recognition
Command: npx skills add https://github.com/anicca-labs/claude --skill speech-recognition-anicca-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires expo-speech-recognition, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for on-device voice-to-text dictation in various applications, providing a solution for adding voice input to text fields, transcribing speech, and debugging dictation processes.

Core Features & Use Cases

  • Voice-to-Text Dictation: Converts spoken language into text, suitable for text fields and speech transcription.
  • Cross-Platform Support: Works seamlessly across iOS and Android devices.
  • Use Case: Ideal for applications where adding voice input capabilities is essential, such as note-taking apps, customer service platforms, or any scenario requiring hands-free operation.

Quick Start

Start the speech recognition skill by providing a sample text and initiate voice input.

Frequently Asked Questions about speech-recognition

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

FAQPage Schema
How do I add voice-to-text dictation to a React Native app?

This Skill facilitates on-device voice-to-text dictation in React Native by handling permissions, continuous recognition, and cross-platform transcript management for iOS and Android.

Does expo-speech-recognition support continuous voice recognition on both iOS and Android?

Yes, the speech recognition implementation supports continuous recognition on iOS and Android, allowing you to manage partial and final voice-to-text transcription results seamlessly.

What is the best way to handle speech transcription permissions in mobile development?

The best way to handle speech transcription permissions is to use a cross-platform voice-to-text solution that manages native iOS and Android permission requests natively.

Can I use on-device dictation for hands-free text input in customer service apps?

Yes, on-device voice-to-text dictation is ideal for hands-free text input in customer service or note-taking applications, converting spoken language directly into text fields.

Why does my cross-platform speech recognition return partial transcripts?

Cross-platform speech recognition returns partial transcripts during continuous dictation to provide real-time feedback before delivering the final voice-to-text results.