Marketplace

Built by humans and agents, for better products

A single manifest of Lunos plugins, hosted here and readable straight from the CLI. Everything on this page is what lunos itself downloads — no separate index, no account, no sign-in.

Connect

Point the CLI at it

The marketplace is a static JSON manifest served from this domain. The CLI accepts a manifest URL as a source, fetches it directly, and caches the result locally.

lunos marketplace add https://lunos.tech/marketplace.json

After that, lunos marketplace list shows it as an added source and lunos marketplace update lunos-community forces a refresh. The manifest is also fetchable by hand at lunos.tech/marketplace.json if you want to read it before trusting it.

Plugins

36 plugins in this manifest

Each entry resolves to a public repository. Lunos installs from the source listed here — the marketplace stores the pointer, never a copy of the code.

Skills

Skills work differently

Skills are not distributed through this manifest. Lunos discovers them from SKILL.md files in your project and config directories, which means a skill travels with the repository that needs it rather than through a registry.

Planned Hosting skills here as a downloadable index, so a team can share one set of skills across repositories the way plugins are shared today.

Not yet

What this page is not

Hosting a manifest is not the same as hosting a registry, and this page does not pretend otherwise.

  • Planned Browse and search in the browser, backed by a registry API rather than a static file.
  • Planned Per-plugin detail pages, version history, and a last-refreshed indicator per source.
  • Planned Publishing and moderation. The manifest is curated by hand today; there is no submission flow.