OR
OpenRemedy

Marketplace

Installable agent + skill + tool bundles.

Browse and install pre-packaged bundles of agent + skills + tools.

Route: /marketplace Role gating: read for all; install requires admin.

Bundle anatomy

A marketplace bundle ships:

  • One agent template (LLM provider, role set, default trust).
  • Zero or more skills.
  • Zero or more custom tools.
  • Optional plugin dependencies.

Card grid

Each bundle card shows name, version, official badge, author, description, tags, download count, and star rating.

Search

Free-text search box, debounced (300 ms).

Actions

  • View. Modal showing the full bundle contents — which agent, which skills, which tools, with links to each.
  • Install. Async job that provisions the bundle into the current tenant. Status banner reports progress, success, or error.

Once installed:

  • The agent appears under /agents.
  • The skills appear under /skills.
  • The custom tools appear under /tools.

Each component is independently editable after install.

Related routes