Agent skill
chat
Quick single voice exchange. Speaks a prompt, captures one response via TTS. No persistent session needed.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/chat-cpoepke-claude-talk
SKILL.md
Quick Voice Chat
Single voice exchange without starting a full voice chat session. Good for quick questions.
Prerequisites
The audio server must be running. If not, start it first by following the audio server startup steps from the start skill.
Steps
-
Check if audio server is running (use Bash):
bashclaude-talk server statusIf it fails, tell the user the audio server isn't running and they should start a voice chat session first with
/claude-talk:start, or you can start the server for them. -
Speak a prompt asking the user their question (use Bash):
bashsource ~/.claude-talk/venvs/wlk/bin/activate && claude-talk server speak "What can I help you with?"This speaks the prompt, captures the user's response, and routes it back via tmux.
-
Wait for the transcription to arrive as a user message. Then respond conversationally.
-
Speak the response via TTS (use Bash):
bashsource ~/.claude-talk/venvs/wlk/bin/activate && claude-talk server speak "<your response>" -
Show the exchange to the user:
- "You said: "
- "Response: "
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?