Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Paperzilla Paper Recommendations

Lets your agent browse Paperzilla projects, recommendation feeds, and canonical papers through the `pz` CLI.

EducationIntermediate33,0303,248AI score 7/10Last updated: Aug 9, 2026

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

  1. "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
  2. "Pull this recommendation as markdown and summarize it by problem / method / limitations" → pz rec <id> --markdown
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal and clone the repo: git clone https://github.com/K-Dense-AI/scientific-agent-skills.git
  2. Copy the skill into your Claude skills folder: mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/paperzilla ~/.claude/skills/
  3. Install the pz CLI — macOS: brew install paperzilla-ai/tap/pz; Windows: scoop bucket add paperzilla-ai https://github.com/paperzilla-ai/scoop-bucket then scoop install pz; Linux: follow docs.paperzilla.ai/guides/cli-getting-started.
  4. Run pz login to authenticate with your Paperzilla account (sign up first if you don't have one).
  5. Verify the setup with pz project list.
  6. Restart Claude Code and ask "List my Paperzilla projects" to confirm the skill triggers.