Plugin Marketplace¶
Discover plugins available on the marketplace before installing them.
browse/search/info below are read-only and public, no credentials
required; mine is the one exception (see below).
Browse All¶
List published plugins, sorted newest (default), downloads, or rating.
Search¶
Find plugins by name or description.
| Search | |
|---|---|
Plugin Details¶
Get in-depth information about a specific marketplace plugin before installing it — description, rating, download count, repository, and published versions.
| Plugin Info | |
|---|---|
Your Plugins¶
browse/search above only ever show public plugins — unauthenticated
requests, by design. To also see your own private plugins, use mine
instead, which sends your API key:
| Your plugins | |
|---|---|
Needs the same API key as installing does — see
Authentication. xcli login's personal key
works here even without a project-scoped key for any specific plugin.
What's not here¶
Rating a plugin (POST /plugins/{slug}/ratings) requires a full user
session (Bearer JWT), not the API key xcli stores — that's a web-app
action, not a CLI one; rate plugins from the XCoreHub dashboard instead.
There's also no dedicated "trending" endpoint server-side — use
browse --sort downloads or --sort rating for the same effect.
Installing¶
Once you've found a plugin, see Installing Plugins — it needs the API key and signing key described in Authentication, which discovery commands on this page don't.