Install
openclaw skills install audio-playPlay audio files using Windows media player. Non-blocking execution.
openclaw skills install audio-playpython scripts/audio_play.py <audio_path> [--config player_config.json]
audio_path (required): Absolute path to audio fileconfig (optional): Player configuration file{
"player": "vlc",
"player_path": "C:/Program Files/VideoLAN/VLC/vlc.exe"
}
{
"success": true,
"audio_path": "H:/works/audio/xxx.mp3",
"player_used": "vlc",
"duration": 1200
}
Play audio file with media player
This skill is part of the YouTube translation workflow:
All skills execute on Windows Python via WSL cross-platform call:
wsl -> python.exe scripts/audio_play.py ...
All skills return JSON with success field:
success: true - Operation completedsuccess: false - Check error_code and error_messageworks/ directory/mnt/h/...