braid manage
Open the local prompt manager so you can inspect installed bundles and install from your marketplace library without editing files by hand.
Usage
braid manage [options]
What it does
braid manage starts a local server, opens a browser tab by default, and shows a local inventory of installed bundles across detected providers.
From the manager you can:
- inspect installed skills, hooks, agents, and rules
- switch between project and global scope when available
- disable, enable, or remove installed bundles
- install eligible packs from your marketplace library
Press Ctrl+C in the terminal to stop the local server.
Options
| Option | Description |
|---|---|
--port <number> | Override the local server port |
--no-open | Start the local server without opening a browser |
-s, --server <url> | Override the braid server URL |
--api-key <token> | Override the API key used for library requests |
Examples
Open the local manager and launch a browser tab:
braid manage
Start the manager without opening a browser automatically:
braid manage --no-open
Run the manager on a fixed port:
braid manage --port 4321
Point the manager at a local or review backend:
braid manage --server http://localhost:3211