speech-to-text

Installation
SKILL.md

Speech-to-Text (Soniox)

Transcribe file audio/video thành text kèm timestamps qua Soniox async API.

Yêu cầu

  • API key: Biến môi trường SONIOX_API_KEY phải được set. Nếu chưa có, hướng dẫn user tạo tài khoản tại https://console.soniox.com và lấy API key.
  • Node.js: Cần Node.js >= 18.
  • Package: @soniox/node (đã khai báo trong scripts/package.json).
  • ffmpeg (tùy chọn): Cần khi transcribe file video. Script trích xuất audio trước khi gửi API để giảm dung lượng upload. Cài bằng brew install ffmpeg.

Workflow

Bước 1: Kiểm tra điều kiện

Kiểm tra SONIOX_API_KEY đã set chưa:

echo $SONIOX_API_KEY
Related skills
Installs
5
First Seen
Apr 25, 2026