whisper-tailnet-api

Consume the shared Whisper speech-to-text API over Tailnet at http://100.92.116.99:8765 using OpenAI-compatible audio transcription endpoint (/v1/audio/transcriptions). Use when an agent needs remote transcription checks, request examples, language hints, timing tests, or troubleshooting response/output.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "whisper-tailnet-api" with this command: npx skills add lotfinity/whisper-tailnet-api

Whisper STT API over Tailnet (OpenAI-compatible)

Use this guide to call the shared Whisper server.

Endpoint

  • Base URL: http://100.92.116.99:8765
  • Health: GET /health
  • Transcribe: POST /v1/audio/transcriptions (raw binary body)

Quick health check

curl -sS http://100.92.116.99:8765/health

Transcribe audio (recommended)

curl -sS -X POST \
  --data-binary @/path/to/audio.wav \
  "http://100.92.116.99:8765/v1/audio/transcriptions?ext=.wav"

Time the request

time curl -sS -X POST \
  --data-binary @/path/to/audio.wav \
  "http://100.92.116.99:8765/v1/audio/transcriptions?ext=.wav"

Notes

  • Prefer this OpenAI-compatible route over /transcribe on this host.
  • Pass file type via ext query (example: .wav, .mp3, .m4a).
  • Use language query when known to improve accuracy.

Expected response shape

{
  "text": "transcribed text...",
  "model": "turbo"
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Jarvis-Video-STT

Jarvis-Video-STT - 批量视频语音转文字工具。 基于Faster-Whisper,支持多进程并行、进度条、汇总报告。 **触发场景**: - 用户需要将视频中的语音转换为文字/字幕 - 批量处理多个视频 - 需要生成SRT字幕或纯文本 - 需要处理报告查看结果统计 **使用方式**: 1. 确认已...

Registry SourceRecently Updated
940Profile unavailable
General

Local Transcription

Local speech-to-text transcription with Qwen ASR — transcription routed across your Apple Silicon fleet. Transcribe meetings, voice notes, podcasts with loca...

Registry SourceRecently Updated
1691Profile unavailable
General

Deapi Audio

Text-to-speech, voice cloning, voice design, and transcribe audio files via deAPI GPU network. Trigger on 'text to speech', 'TTS', 'generate voice', 'read al...

Registry SourceRecently Updated
1781Profile unavailable
General

OpenClaw Tailnet TTS Endpoint

Configure an OpenClaw instance to use a local OpenAI-compatible TTS backend (for example openedai-speech) with cloned voices. Use when users ask to wire loca...

Registry SourceRecently Updated
3630Profile unavailable