원클릭으로
whisper-groq
Transcribe audio files using Groq's Whisper API (extremely accurate, free tier)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Transcribe audio files using Groq's Whisper API (extremely accurate, free tier)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Thin shell wrapper over the Linear GraphQL API for use from agent directives. Reads Linear projects + issues, creates/updates issues, resolves viewers/cycles/labels/project IDs. Replaces the legacy src/linear/*.ts; orchestration logic now lives in vault directives (linear-import.md, linear-uplink.md), this skill only owns the HTTP boundary.
Multi-reference image composition via fal-ai/nano-banana/edit. Use when a directive needs to combine 2+ reference images into a single composed output (character + location, brand sigil + character, multi-character ensemble shot, etc.). Sister tool: bible-to-prompt assembles a canonical prompt from a character/location bible MD before calling nano-compose.
Fire a single openclaw notification per runtime contract (notifications). Always echoes to stdout in §15.4 format; also dispatches via openclaw CLI if OPENCLAW_NOTIFY_TARGET is set. Replaces src/notify/notify.ts (99 LOC); batching responsibility shifts to callers.
Fetch project-scoped context from Notion using the official REST API for use in <workplace>ProjectSync and other orchestrators.
Read, write, and search Obsidian vault markdown files
Spawn a Claude Code or Cursor agent in non-interactive mode (`--print` style) with a prompt + repo workspace. Replaces src/agents/{claudeCodeSpawn,cursorSpawn,spawnAgent}.ts (179 LOC).
| name | whisper-groq |
| description | Transcribe audio files using Groq's Whisper API (extremely accurate, free tier) |
| metadata | {"clawdbot":{"emoji":"🎤","requires":["curl"],"api_key":"$GROQ_API_KEY (or ~/.credentials/groq.env)"}} |
Extremely accurate speech-to-text conversion using Groq's Whisper API for audio transcription.
Features:
/whisper-groq <audio-file>
/whisper-groq <audio-file> --model whisper-large-v3
/whisper-groq --api-info
Groq API key is configured in skill metadata. Uses free tier.
https://api.groq.com/openai/v1/audio/transcriptions
whisper-large-v3 (default) - Extremely accurate, handles accents/noise wellwhisper-large-v3-turbo - Fast, good accuracywhisper-base - Very fast, good for quick transcriptions# Transcribe audio file
/whisper-groq sample-audio.ogg
# Result
"Here is the transcribed text..."
# Use faster model
/whisper-groq sample-audio.ogg --model whisper-large-v3-turbo
curl - HTTP requests (no external packages needed)Returns plain text transcription by default (no JSON overhead).
Located at: ~/clawd/skills/whisper-groq/transcribe.sh
/whisper-groq --api-info
# Test with sample audio
/whisper-groq test-audio.mp3