Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-senses-plugin:listenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transcribe speech using local speech-to-text.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub qte77/cc-senses-plugin --plugin cc-senses-plugin