lastfm
Installation
SKILL.md
Last.fm Profile Skill
Retrieves Last.fm user listening data including now playing, top tracks/artists/albums by time period, and loved tracks. Optionally supports write operations (love/unlove tracks, scrobble) when LASTFM_SESSION_KEY is configured.
Required Environment Variables
LASTFM_API_KEY: Your Last.fm API key (get one at https://www.last.fm/api/account/create)LASTFM_USERNAME: Your Last.fm username
Optional Environment Variables
LASTFM_SESSION_KEY: Required for write operations (love/unlove, scrobble)LASTFM_API_SECRET: Required to sign write operations (love/unlove, scrobble)