A skill for AI agents to access music industry analytics via the Chartmetric API.
npx skills add recoupable/chartmetricQuery streaming metrics, playlist placements, audience demographics, and competitive insights for any artist, track, or album.
- Artist Discovery - Filter artists by Spotify listeners, TikTok followers, geography, genre
- Platform Metrics - Track performance across 14 platforms (Spotify, Instagram, TikTok, YouTube, etc.)
- Playlist Intelligence - Current and historical playlist placements with curator data
- Audience Demographics - Geographic and demographic breakdowns
- Similar Artists - Find related artists by audience, genre, mood, or musicality
- Catalog Analysis - Albums, tracks, career timeline
# Search for an artist
python scripts/search_artist.py "Drake"
# Get artist profile
python scripts/get_artist.py 3380
# Discover artists by metrics
python scripts/discover_artists.py --country US --spotify-listeners 100000 500000- Chartmetric API subscription
- Python 3.8+ with
requestspackage - Set
CHARTMETRIC_REFRESH_TOKENenvironment variable
See SKILL.md for complete usage documentation, all available scripts, and workflow examples.
If Python is unavailable, see references/curl-fallback.md for curl-only patterns.
MIT