Paperzilla Paper Recommendations
Lets your agent browse Paperzilla projects, recommendation feeds, and canonical papers through the `pz` CLI.
What it does
Gives Claude direct access to your Paperzilla data via the pz command-line tool. It can list research projects, browse recommendation feeds with filters (--must-read, --since, --limit), open individual recommendations or canonical papers, request Markdown or JSON output, leave feedback (upvote, star, downvote with a reason), and produce a personal Atom feed URL for RSS readers.
It is deliberately a "core" skill: it exposes the data without forcing a workflow, so you can layer summarization, comparison, or note-taking on top.
Who it's for
- Researchers already using Paperzilla who want to triage daily paper recommendations fast
- Grad students and lab members juggling several projects, each with its own feed
- Anyone who wants paper metadata as JSON to feed into their own pipeline or notes app
Examples
- "Show the 5 newest must-read recommendations in project X and explain why each matters" → runs
pz feed <project-id> --must-read --limit 5, then summarizes - "Pull this recommendation as markdown and summarize it by problem / method / limitations" →
pz rec <id> --markdown - "This one isn't relevant — downvote it with reason not_relevant" →
pz feedback <id> downvote --reason not_relevant
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/paperzilla folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/paperzilla/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git && mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/paperzilla ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Copy the skill into your Claude skills folder:
mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/paperzilla ~/.claude/skills/ - Install the
pzCLI — macOS:brew install paperzilla-ai/tap/pz; Windows:scoop bucket add paperzilla-ai https://github.com/paperzilla-ai/scoop-bucketthenscoop install pz; Linux: follow docs.paperzilla.ai/guides/cli-getting-started. - Run
pz loginto authenticate with your Paperzilla account (sign up first if you don't have one). - Verify the setup with
pz project list. - Restart Claude Code and ask "List my Paperzilla projects" to confirm the skill triggers.