pz) directly.
This is the CLI-based path. If you want Paperzilla over MCP instead, use Use Paperzilla with MCP or Use Paperzilla MCP with Claude.
Before you start
- OpenClaw installed
pzinstalled. If you have not installed it yet, start with the CLI guide.pzauthenticated withpz login- At least one Paperzilla project in your account
How this works
The Paperzilla skill teaches OpenClaw when to use thepz CLI.
It does not replace the pz binary or your Paperzilla login.
OpenClaw can find the skill when you mention it in your request.
Step 1: install and test the Paperzilla CLI
Installpz, then log in:
pz install.
Step 2: install the Paperzilla skill in OpenClaw
If you are using current OpenClaw, install the skill with the native OpenClaw command:openclaw skills install installs into the active workspace skills/ directory.
The separate clawhub CLI installs into ./skills under your current working directory, or falls back to the configured OpenClaw workspace.
If your OpenClaw version is older and
openclaw skills install paperzilla fails because skills does not accept subcommands yet, use clawhub install paperzilla instead.Updating the skill
To update the Paperzilla skill to the latest published version:Step 3: ask OpenClaw to use Paperzilla
After install, ask OpenClaw to use Paperzilla in the workspace where you installed the skill. You can ask for things like:- “List my Paperzilla projects.”
- “Show the newest must-read papers from my agents project.”
- “Open the newest must-read paper and summarize the metadata.”
- “Get markdown for that paper.”
- “Compare the two most recent must-read papers from this week.”
- “Get the Atom feed URL for my evaluation project.”
What OpenClaw can do through the skill
The skill wraps the samepz workflows documented in the CLI guide.
That includes:
- listing projects
- opening one project
- browsing a feed with filters like
--must-read,--since, and--limit - opening one paper by UUID, short ID, or feed item ID
- fetching raw paper markdown
- getting an Atom feed URL
When to use this vs MCP
Use OpenClaw plus CLI when:- your agent already works in a terminal or workspace
- you want to reuse the local
pzsession - you prefer deterministic CLI output and shell-friendly workflows
- your client already supports MCP directly
- you want a remote tool surface instead of a local CLI dependency
- you do not want to install
pzin the agent environment
Troubleshooting
OpenClaw does not seem to use Paperzilla
Mention Paperzilla explicitly in the request so OpenClaw has a clear reason to use the skill.pz works in your shell but not for OpenClaw
Make sure pz is on PATH in the environment where OpenClaw runs.
clawhub is not installed
That is fine. Use openclaw skills install paperzilla instead. The separate clawhub CLI is mainly for registry workflows such as publish or sync.