Install
openclaw skills install whatisxlistening-toClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Query Last.fm listening data, show now playing, sync scrobble history to local DB, and deploy a personal "now playing" web dashboard. Use when user asks about current music, listening stats, scrobble history, or wants to set up a Last.fm dashboard.
openclaw skills install whatisxlistening-toSkills managed via ClawdHub.
| Skill | Version | Description |
|---|---|---|
lastfm | 1.0.2 | Last.fm API access — listening history, stats, discovery |
whatisxlistening-to | 1.2.0 | Now-playing dashboard + CLI for Last.fm |
| Skill | Description |
|---|---|
auto-updater | Daily auto-update for Clawdbot + skills |
clawddocs | Clawdbot documentation navigator |
clawdhub | ClawdHub CLI skill |
findmy-location | Find My location tracking via peekaboo |
frontend-design | High-quality frontend generation |
second-brain | Ensue-powered knowledge base |
self-improving-agent | Captures learnings and corrections |
weather-pollen | Weather + pollen reports |
# List installed skills
clawdhub list
# Update all ClawdHub skills
clawdhub update --all --no-input
# Install a new skill
clawdhub install <slug>
# Publish a local skill
clawdhub publish ./skills/my-skill --slug my-skill --name "My Skill" --version 1.0.0
To publish unpublished skills to ClawdHub:
cd ~/clawd
clawdhub publish ./skills/findmy-location --slug findmy-location --name "Find My Location" --version 1.0.0
Or sync all at once:
clawdhub sync