Browsing the catalog

Search, kind filter, opening listings, and what anonymous vs signed-in browsing unlocks.

The catalog landing at / is anonymous — no sign-in required. It shows every approved listing across all five kinds, newest at top.

Search

The search box matches against title, summary, and tags — case-insensitive, substring match. Examples:

  • linear — surfaces every listing that mentions Linear in any of the three fields.
  • okr — finds the OKR workflow template by tag.
  • p0 — finds the bug-triage workflow + the on-call squad by README references.

There's no full-text search of the README — for that, open a listing.

Kind filter

The dropdown above the catalog filters by listing kind. The five kinds are:

KindUse it for
SkillA single callable tool — small, focused, deterministic.
IntegrationAuth + a family of tools for an external service.
Agent templateA frozen agent config (identity prompt, default skills).
Workflow templateMulti-step workflow with a trigger (cron, webhook, manual).
Squad templateMulti-agent collaboration recipe — roles + handoffs.

Filter + search compose — pick Workflows then type slack to find every workflow that touches Slack.

Opening a listing

Click any card to open its detail page. You'll see:

  • Header — title, kind, slug, publisher, downloads, average rating.
  • README — the publisher's long-form description.
  • Tags — clickable chips that re-filter the catalog on that tag.
  • Versions — all approved versions with changelogs. The latest is what installers get by default.
  • Reviews — install-counter + star ratings + written reviews from other tenants who've installed.
  • Install button — kicks off the install redirect to your own Enclaw tenant (see Installing from the catalog).

Anonymous vs signed-in browsing

Anonymous users see everything in the public catalog and can open any listing. Signed-in users (GitHub OAuth) additionally see:

  • A My Listings link in the auth bar — only their own listings, see My Listings dashboard.
  • The ability to leave a review on listings they've used.
  • The ability to publish new listings via the wizard.

Admins additionally see an Admin link to the moderation queue.