chdr 0.3.0

Chonkie DeepResearch CLI — run deep research from your terminal
# chdr

Chonkie DeepResearch CLI — run deep research from your terminal.

## Install

```
cargo install chdr
```

## Setup

```
chdr auth login
```

This opens [Chonkie Labs](https://labs.chonkie.ai/settings/api-keys) to create an API key. Paste it when prompted.

## Usage

```bash
# Run a research query
chdr research "What are the latest trends in AI agents?"

# List recent research
chdr ls

# View a report (supports partial ID)
chdr view 3a6b

# Open in browser
chdr open 3a6b

# Delete a report
chdr delete 3a6b
```

## Commands

| Command | Description |
|---------|-------------|
| `chdr research <query>` | Run a deep research query |
| `chdr ls` | List recent research |
| `chdr view <id>` | View a research report |
| `chdr open <id>` | Open research in browser |
| `chdr delete <id>` | Delete a research report |
| `chdr auth login` | Authenticate |
| `chdr auth logout` | Remove credentials |
| `chdr auth status` | Show auth state |

All commands that take an ID support prefix matching.

## AI Agent Integration

chdr works as an [OpenClaw](https://openclaw.ai) skill. Install it to let your AI agent run research:

```
npx clawhub@latest install chonkie-inc/chdr-research
```

## License

MIT