chat

Prompt the user, transcribe their response, and reply with spoken TTS output.

2|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cpoepke/claude-talk --skill chat-cpoepke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat
Source: https://github.com/cpoepke/claude-talk/tree/main/skills/chat
Command: npx skills add https://github.com/cpoepke/claude-talk --skill chat-cpoepke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick, ephemeral voice Q&A sessions by prompting the user, capturing their response via transcription, and replying with a spoken answer, without maintaining a chat history.

Core Features & Use Cases

  • Single-turn voice exchange: prompt, transcribe, respond with TTS, and close.
  • On-demand assistance: ideal for quick checks during coding or learning sessions.
  • No session state: every interaction starts fresh without memory of prior prompts.

Quick Start

Say a question to start the quick voice exchange and listen to the reply.

Frequently Asked Questions about chat

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

FAQPage Schema
How do I set up single-turn voice Q&A with text-to-speech for coding help?

Single-turn voice Q&A requires an active audio server to capture spoken input via transcription and reply with a spoken TTS answer. It provides quick coding help without maintaining chat history.

Does on-device voice chat store conversation history between interactions?

No, on-device voice chat does not store conversation history. Every interaction starts fresh without memory of prior prompts, ensuring completely ephemeral and single-turn voice exchanges.

What is the best way to get quick voice assistance during a learning session?

The best way to get quick voice assistance is using a single-turn voice exchange. You prompt the system, capture your response via transcription, and receive a spoken reply for on-demand learning help.

Do I need an active audio server to use voice transcription and TTS?

Yes, you need an active audio server to use voice transcription and TTS. The audio server enables the speech-to-text input capture and outputs the spoken response for the single-turn interaction.

When should I avoid using single-turn voice chat for questions?

You should avoid using single-turn voice chat when you need persistent session state or long-term context. It is designed for brief, ephemeral questions rather than continuous, multi-turn conversations.