chdr-0.3.0 is not a library.
chdr
Chonkie DeepResearch CLI — run deep research from your terminal.
Install
cargo install chdr
Setup
chdr auth login
This opens Chonkie Labs to create an API key. Paste it when prompted.
Usage
# Run a research query
# List recent research
# View a report (supports partial ID)
# Open in browser
# Delete a report
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 skill. Install it to let your AI agent run research:
npx clawhub@latest install chonkie-inc/chdr-research
License
MIT