pz) lets you browse your curated research feed, manage projects, and stay on top of new papers from the terminal. It works for both humans and AI agents — use --json to get structured output.
Install
- macOS
- Windows
- Linux
- From source
Log in
Authenticate with your Paperzilla account. You receive a one-time code via email.Don’t have an account yet? Follow the quickstart to sign up first.
Commands
pz project list
List all your projects.pz project <id>
Show details for a specific project.pz feed <project-id>
Browse the curated paper feed for a project.★ Must Read or ○ Related), title, first author, source, date, and relevance score.
Flags
| Flag | Short | Description |
|---|---|---|
--json | -j | Output as JSON |
--must-read | -m | Only show must-read papers |
--since | -s | Only papers after this date (ISO 8601 or YYYY-MM-DD) |
--limit | -n | Limit number of results |
--atom | Print Atom feed URL for feed readers |
Examples
Atom feeds
The--atom flag prints a URL you can paste into any feed reader (Vienna RSS, NetNewsWire, Feedly, etc.):
JSON output
With--json, the feed returns structured data suitable for scripting and AI agents:
2 = Must Read, 1 = Related
Source IDs: 1 = arXiv, 2 = bioRxiv, 3 = medRxiv, 4 = chinaXiv
Configuration
| Variable | Description | Default |
|---|---|---|
PZ_API_URL | API base URL | https://paperzilla.ai |