Install
openclaw skills install jpeng-video-transcriberTranscribe speech from videos
openclaw skills install jpeng-video-transcriberTranscribe speech from videos
python3 scripts/video_transcriber.py --input <input> --output <output>
Set required environment variables:
export TRANSCRIPTION_API_KEY="your-api-key"
Returns JSON with results:
{
"success": true,
"data": {}
}