braid marketplace
Browse, claim, buy, and install prompt packs from the braid marketplace.
Subcommands
| Subcommand | Description |
|---|---|
library | List your purchased or claimed packs |
install | Install an owned pack by slug |
braid marketplace library
List the marketplace packs currently in your library.
braid marketplace library [options]
Options
| Option | Description |
|---|---|
-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
| Option | Description |
|---|---|
-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, --global | Install to global agent directories |
-y, --yes | Skip confirmation prompts |
Examples
View your unlocked packs:
braid marketplace libraryInstall a pack you already own or claimed:
braid marketplace install react-patternsInstall to specific tools:
braid marketplace install react-patterns --agents claude-code --globalTypical flow
- Browse the marketplace
- Claim a free pack or buy a paid pack
- Open
braid marketplace library - 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.