Install
openclaw skills install byt-workflowYouTube video translation workflow, download audio, launch Doubao, play audio, capture translation
openclaw skills install byt-workflowpython workflow.py <youtube_url> [mode]
url (required): YouTube video URLmode (optional): Translation mode (dual, single, chinese, bilingual), default: "dual"{
"success": true,
"audio_path": "H:/works/audio/video_title-xxxxx.mp3",
"translation_path": "H:/works/translations/doubao_20240307_143022.txt",
"duration": 1200
}
Complete YouTube video translation workflow
This skill is part of the YouTube translation workflow:
All skills execute on Windows Python via WSL cross-platform call:
wsl -> python.exe scripts/workflow.py ...
All skills return JSON with success field:
success: true - Operation completedsuccess: false - Check error_code and error_messageworks/ directory/mnt/h/...