원클릭으로
listen
Transcribe speech using local STT. Use when the user wants voice input or offline audio transcription.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Transcribe speech using local STT. Use when the user wants voice input or offline audio transcription.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Capture the screen and inject a short text summary into Claude's context via an in-process VLM (llama-cpp-python). No daemon. Use to feed terminal/editor/browser state to Claude for debug, fix suggestions, or summarization with minimal token cost.
Speak text aloud using local TTS. Use when the user wants Claude's output read aloud or to toggle auto-read mode.
| name | listen |
| description | Transcribe speech using local STT. Use when the user wants voice input or offline audio transcription. |
Transcribe speech using local speech-to-text.
/listen — start/stop listening via microphone/listen recording.wav — transcribe an audio file/listen --toggle — enable/disable auto-listen modepython -m cc_stt $ARGUMENTS
See .cc-senses.example.toml [stt] section for the full schema and CC_STT_* env overrides.
Prototype — config, engine protocol, mic capture, utterance buffer, PTY injection, and live listen pipeline are implemented.