skills/groq-stt/SKILL.md
Transcribe audio files using Groq API (Whisper models). Use when user needs to transcribe audio to text.
npx skillsauth add 958877748/skills groq-sttInstall 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.
This skill uploads an audio file to the Groq Speech-to-Text API and saves the transcription.
# set your API key (or use .env in the repo root)
export GROQ_API_KEY=your_api_key_here
# run the script with a path to an audio file
node scripts/transcribe.mjs /path/to/audio.mp4
{filename}_transcript.txt next to the input file.whisper-large-v3-turbo model by default.tools
Cocos Creator 2.4.x 场景/预制体命令行工具,支持读写 .fire/.prefab、JSON 生成 UI、截图预览
development
查询公网IP地址的地理位置信息,包括国家、省份、城市、ISP、时区等
tools
Cocos Creator 有限状态机 (FSM) 实现,用于管理游戏对象的状态转换
tools
Cocos Creator 2.4.x 粒子系统修饰器开发框架。用于创建、使用和调试自定义粒子修饰器,支持修改粒子位置、颜色、大小、旋转、速度等属性。当需要在 Cocos Creator 中实现复杂的粒子效果控制时使用此技能。