Skip to content
Musher Docs

Discovery & the Hub

Published public bundles are discoverable on Musher Hub — the public catalog for browsing, searching, and installing community bundles. Think of it as npmjs.com for agent bundles: a browsable, searchable directory where anyone can find and evaluate bundles before installing them.

Making a Bundle Discoverable

To list your bundle on the Hub, set its visibility to public in the Console. Once public, the bundle automatically appears in Hub search results and gets its own detail page.

  • Private — visible only to your organization. Does not appear on the Hub.
  • Public — visible to all Musher users and listed on the Hub.

Visibility applies to the bundle as a whole, not individual versions. See Bundle Structure for the full visibility enum and constraints.

What Appears on the Hub

Each public bundle gets a detail page showing:

  • Bundle name, description, and README
  • Published versions with install commands
  • Asset listing with type labels
  • Publisher profile and trust tier

The Hub also provides full-text search across bundle names, descriptions, and asset types, so consumers can filter by the kind of content they need — prompts, skills, agent specs, or configs.

Publisher Profiles

Your organization's publisher profile is created automatically during onboarding. It includes your display name, avatar, bio, and a listing of all your public bundles. Manage your profile from the Console.

Next Steps