بنقرة واحدة
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