···1## Rocksky CLI
23-๐ง 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).
45## Features
6- ๐ Authenticate with your Rocksky account using OAuth
···71rocksky nowplaying
72```
7300000074`scrobbles` - Lists all recently scrobbled tracks.
7576```bash
···111112```bash
113rocksky scrobble "Karma Police" "Radiohead"
000000000000114```
115116`whoami` - Displays the current user's information.
···335**Returns:**
336337A confirmation message indicating that the API key was created successfully.
338-339-340-
···1## Rocksky CLI
23+๐ง 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).
45## Features
6- ๐ Authenticate with your Rocksky account using OAuth
···71rocksky nowplaying
72```
7374+`scrobble` - Manually scrobbles a track.
75+76+```bash
77+rocksky scrobble "Karma Police" "Radiohead"
78+```
79+80`scrobbles` - Lists all recently scrobbled tracks.
8182```bash
···117118```bash
119rocksky scrobble "Karma Police" "Radiohead"
120+```
121+122+`scrobble-api` - Start a local listenbrainz/lastfm compatibility server
123+124+```bash
125+rocksky scrobble-api
126+```
127+128+`sync` - Sync your local Rocksky data from AT Protocol
129+130+```bash
131+rocksky sync
132```
133134`whoami` - Displays the current user's information.
···353**Returns:**
354355A confirmation message indicating that the API key was created successfully.
000