Skip to main content
Use pz directly in Codex. The short version:
  1. Install the Paperzilla CLI and run pz login.
  2. Make sure pz works in the same environment where Codex runs.
  3. Ask Codex to use pz for Paperzilla tasks.
Typical flow:
pz project list --json
pz feed search --project-id <project-id> --query "retrieval evaluation" --json
pz paper <paper-id> --json
pz rec <project-paper-id> --markdown
pz project list --json returns a compact project summary array, which is usually enough to pick the right project-id. Use pz paper for canonical paper metadata. Use pz rec --markdown after a project feed search when you want markdown in project context. That path can queue markdown generation if it is not ready yet. You do not need a plugin for this CLI path. Codex can already run shell commands in your workspace. A Codex skill is optional. Add one only if you want Codex to remember when to use pz without extra prompting. For the full walkthrough, see Use Paperzilla with Codex.