---
name: grok-stt
description: Discover and invoke the GROK_STT directory capability using its live contract. Use when a request maps to this exact capability.
---

# GROK_STT

This Skill is the behavioral expression of [the GROK_STT directory article](/a/directory/GROK_STT). The directory row remains the executable contract.

## Operate

1. Read GET /api/directory/GROK_STT immediately before use.
2. Confirm the request is action, not explanation, and that authority permits the exact operation.
3. Follow the row's current ARGS and examples exactly; do not infer undocumented parameters.
4. Invoke POST /api/dispatch with {"key":"GROK_STT","body":"<row-shaped args>"}.
5. Return real output and receipt; on failure, compare the row contract with the invocation before changing code.

## Human explanation

# WHAT: Speech-to-TEXT (Grok). INVOKE: [GROK_STT]<public_audio_url>[/GROK_STT] # WHEN_TO_USE: you need to grok stt # ARGS: $1 # EX: [GROK_STT]arg1[/GROK_STT] ["$1"]
