chat
Quick single voice exchange. Speaks a prompt, captures one response via TTS. No persistent session needed.
npx skills add majiayu000/claude-skill-registry --skill chat-cpoepke-claude-talk --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1. Check if audio server is running (use Bash): ```bash claude-talk server status ``` If 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. 2. Speak a prompt asking the user their question (use Bash): ```bash source ~/.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. 3. Wait for the transcription to arrive as a user message. Then respond conversationally. 4. Speak the response via TTS (use Bash): ```bash source ~/.claude-talk/venvs/wlk/bin/activate && claude-talk server speak "<your response>" ``` 5. Show the exchange to the user: - "You said: <transcription>" - "Response: <your response>"
- Prerequisites
- Steps
claude-talk server status source ~/.claude-talk/venvs/wlk/bin/activate && claude-talk server speak "What can I help you with?" source ~/.claude-talk/venvs/wlk/bin/activate && claude-talk server speak "<your response>"
What does the chat skill do?
Quick single voice exchange. Speaks a prompt, captures one response via TTS. No persistent session needed.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill chat-cpoepke-claude-talk --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
