Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

whatisxlistening.to

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.

Audits

Suspicious

Install

openclaw skills install whatisxlistening-to

SKILLS.md - Installed Skills

Skills managed via ClawdHub.

From ClawdHub

SkillVersionDescription
lastfm1.0.2Last.fm API access — listening history, stats, discovery
whatisxlistening-to1.2.0Now-playing dashboard + CLI for Last.fm

Local / Unpublished

SkillDescription
auto-updaterDaily auto-update for Clawdbot + skills
clawddocsClawdbot documentation navigator
clawdhubClawdHub CLI skill
findmy-locationFind My location tracking via peekaboo
frontend-designHigh-quality frontend generation
second-brainEnsue-powered knowledge base
self-improving-agentCaptures learnings and corrections
weather-pollenWeather + pollen reports

Commands

# 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

Publishing Local Skills

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