Install
openclaw skills install xfyun-song-recRecognize songs by singing or audio file using iFlytek's Query By ACRCloud technology.
openclaw skills install xfyun-song-recRecognize songs by singing, or audio file using iFlytek's advanced Query By ACRCloud technology.
Designed for music identification, song discovery, and audio recognition scenarios.
Using audio file path:
python {baseDir}/scripts/index.py "<audio_path>"
Examples:
python {baseDir}/scripts/index.py "humming.wav"
Required:
export XF_SONG_APP_ID=your_app_id
export XF_SONG_API_KEY=your_api_key
export XF_SONG_API_SECRET=your_api_secret
Or configure it in ~/.openclaw/openclaw.json:
{
"env": {
"XF_SONG_APP_ID": "your_app_id",
"XF_SONG_API_KEY": "your_api_key",
"XF_SONG_API_SECRET": "your_api_secret"
}
}
Returns JSON response with:
Future enhancements may include:
Built for automation workflows and AI-driven music recognition.