Speech to Text: Speech-to-text model for transcribing audio into text. Ideal for meeting notes, accessibility, and voice-driven automation.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: huggingface/chat
curl -X POST https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "huggingface/chat",
"messages": [{"role": "user", "content": "Hello!"}]
}'