pi-skills/transcribe/SKILL.md
Use when the user asks to transcribe audio files to text.
npx skillsauth add goofansu/pi-stuff transcribeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Speech-to-text using Groq Whisper API.
The script needs GROQ_API_KEY environment variable. Check if already set:
echo $GROQ_API_KEY
If not set, guide the user through setup:
export GROQ_API_KEY="<their-api-key>"
source ~/.zshrc (or restart terminal){baseDir}/transcribe.sh <audio-file>
Returns plain text transcription with punctuation and proper capitalization to stdout.
development
Use when the user asks to research a topic online, find current information, compare options, or produce a research report.
documentation
Use when the user asks to convert a URL or local document into Markdown or summarize it.
development
Use when the user asks to simplify, clean up, or improve changed code.
tools
Use when the user asks to load, parse, or summarize pi-share session URLs or gist IDs.