typescript/skills/songsee/SKILL.md
Identify songs using audio fingerprinting via Shazam or AudD APIs.
npx skillsauth add kody-w/openrappter songseeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Identify songs from audio samples.
curl -s -X POST "https://api.audd.io/" \
-F [email protected] \
-F api_token="$AUDD_API_TOKEN" \
-F return="apple_music,spotify" | jq '{title: .result.title, artist: .result.artist}'
curl -s -X POST "https://api.audd.io/" \
-F url="https://example.com/audio.mp3" \
-F api_token="$AUDD_API_TOKEN" | jq '.result'
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.