# OpenCLI Agent Pack: nb

Use this when an AI agent needs to work with `nb`.

## What this CLI is for
Notes, bookmarks, and knowledge base from the terminal. Built by xwmx. Runs entirely on your machine.

Best for: notes, bookmarks, and knowledge base from the terminal.

## Agent readiness
Usable with guardrails (45/100)
- Supports non-interactive/scripted use.
- Can run locally with less credential exposure.

## Install
```sh
brew install xwmx/taps/nb
```

## Verify before real work
```sh
nb --version
```
Expected signal: nb responds locally and is ready for the first real command.

## Safe starting commands
```sh
nb --version
```

```sh
nb add "Meeting notes"
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Network access is required; avoid leaking secrets in logs.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use nb (`nb`) for notes, bookmarks, and knowledge base from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
