A powerful integration that connects Openclaw Skills to the Last.fm API for comprehensive music metadata and user listening statistics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install last-fm
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install last-fm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw-Last.fm skill provides a direct interface between your AI agent and the Last.fm music database. By utilizing this connection within the Openclaw Skills ecosystem, developers can programmatically access a wealth of information including artist biographies, album tracklists, and real-time global music charts.
This skill is designed for high-performance data retrieval, allowing agents to process everything from individual track metadata to complex user listening patterns. Whether you are building a music discovery engine or a personal analytics dashboard, this integration offers the technical depth required to handle sophisticated musical queries.
To get started with this skill, you must first obtain an API key from the Last.fm website. Once you have your credentials, you can configure the skill within your environment.
# Example of how an agent might fetch artist info using this skill
GET https://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Radiohead&api_key=YOUR_API_KEY&format=json
Ensure that the api_key and format=json parameters are included in every request to maintain compatibility with Openclaw Skills workflows.
The skill organizes data into several core modules, each returning specific metadata objects:
| Module | Description | Key Fields |
|---|---|---|
| Artist | Artist metadata | bio, images, stats, similar artists |
| Album | Album specifics | tracks, playcount, cover art, tags |
| Track | Song details | duration, listeners, wiki, album info |
| User | Profile data | playcount, recent tracks, top artists |
| Chart | Global trends | top artists, top tracks, top tags |
| Tag | Genre info | reach, total uses, related artists |
Loading
A blazing fast TUI download manager that supports multi-connection downloads, headless server modes, and complex queue management.

A professional development framework designed to build, structure, and optimize reusable capabilities for AI agents.

An advanced research tool that compares up to five academic papers side-by-side using DOIs, URLs, or PDF files to identify research gaps and methodology differences.

A powerful utility for programmatically uploading images to ImgBB and retrieving shareable direct links.

A specialized tool for fetching real-time US stock market quotes and financial data using the Finnhub API.

A deterministic, browserless web crawler built on Scrapling for efficient data extraction and detailed reporting.








































