braid docs

braid marketplace

Browse, claim, buy, and install prompt packs from the braid marketplace.

Subcommands

SubcommandDescription
libraryList your purchased or claimed packs
installInstall an owned pack by slug

braid marketplace library

List the marketplace packs currently in your library.

braid marketplace library [options]

Options

OptionDescription
-s, --server <url>Override the braid server URL
--api-key <token>Override the API key

braid marketplace install

Install an owned marketplace pack by slug.

braid marketplace install <slug> [options]

Options

OptionDescription
-s, --server <url>Override the braid server URL
--api-key <token>Override the API key
-a, --agents <list>Limit install targets to specific tools
-g, --globalInstall to global agent directories
-y, --yesSkip confirmation prompts

Examples

View your unlocked packs:

braid marketplace library

Install a pack you already own or claimed:

braid marketplace install react-patterns

Install to specific tools:

braid marketplace install react-patterns --agents claude-code --global

Typical flow

  1. Browse the marketplace
  2. Claim a free pack or buy a paid pack
  3. Open braid marketplace library
  4. Install with braid marketplace install <slug>

Notes

  • Free packs are added to your library immediately.
  • Paid packs are added after checkout completes.
  • Installs use the same static local-file pipeline as any other CLI install.
  • Packs can include recent surfaces such as hooks and workflows when those artifacts are present in the pack.