···11## Rocksky CLI
2233-๐ง The official command-line interface for [Rocksky](https://rocksky.app) โ a modern, decentralized music tracking and discovery platform built on the [AT Protocol](https://atproto.com).
33+๐ง The official command-line interface for [Rocksky](https://rocksky.app) โ a modern, decentralized music tracking and discovery platform built on [AT Protocol](https://atproto.com).
4455## Features
66- ๐ Authenticate with your Rocksky account using OAuth
···7171rocksky nowplaying
7272```
73737474+`scrobble` - Manually scrobbles a track.
7575+7676+```bash
7777+rocksky scrobble "Karma Police" "Radiohead"
7878+```
7979+7480`scrobbles` - Lists all recently scrobbled tracks.
75817682```bash
···111117112118```bash
113119rocksky scrobble "Karma Police" "Radiohead"
120120+```
121121+122122+`scrobble-api` - Start a local listenbrainz/lastfm compatibility server
123123+124124+```bash
125125+rocksky scrobble-api
126126+```
127127+128128+`sync` - Sync your local Rocksky data from AT Protocol
129129+130130+```bash
131131+rocksky sync
114132```
115133116134`whoami` - Displays the current user's information.
···335353**Returns:**
336354337355A confirmation message indicating that the API key was created successfully.
338338-339339-340340-