# Android Local Stt Tts

> Patterns for local Speech-to-Text and Text-to-Speech without cloud latency.

- **Type:** Skill
- **Install:** `agentstack add skill-prasad-vennam-awesome-android-ai-agent-skills-android-local-stt-tts`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [prasad-vennam](https://agentstack.voostack.com/s/prasad-vennam)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [prasad-vennam](https://github.com/prasad-vennam)
- **Source:** https://github.com/prasad-vennam/Awesome-Android-AI-Agent-Skills/tree/main/skills/android-local-stt-tts

## Install

```sh
agentstack add skill-prasad-vennam-awesome-android-ai-agent-skills-android-local-stt-tts
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Android On-Device Speech (TTS & STT) 🎤

Implementing accessible voice interfaces.

## ⚡ When to Use
- When handling local voice commands or reading text aloud.

## 🏗️ Core Rules / Pillars

### 1. Standard TTS initialization
- **Pattern**: Initialize `TextToSpeech` and pass `OnInitListener`. Always wait until initialization is successful before calling `.speak()`.

### 2. SpeechRecognizer Intent
- **Pattern**: Use `SpeechRecognizer.createSpeechRecognizer(context)` and `RecognizerIntent.ACTION_RECOGNIZE_SPEECH` for local dictation.

## 🚧 Critical Anti-Hallucination Guards
- **Trap**: Ensure `RECORD_AUDIO` permission is requested *before* initializing the SpeechRecognizer.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [prasad-vennam](https://github.com/prasad-vennam)
- **Source:** [prasad-vennam/Awesome-Android-AI-Agent-Skills](https://github.com/prasad-vennam/Awesome-Android-AI-Agent-Skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-prasad-vennam-awesome-android-ai-agent-skills-android-local-stt-tts
- Seller: https://agentstack.voostack.com/s/prasad-vennam
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
