Paperzilla Paper Assistant
Lets your agent query Paperzilla projects, recommendation feeds, and canonical papers via the `pz` CLI, then summarize and give feedback.
Data & AnalyticsIntermediate★ 33,030⑂ 3,248AI score 8/10Last updated: Aug 9, 2026
What it does
- Uses the
pzCLI to list projects, browse per-project recommendation feeds, and fetch canonical paper data from Paperzilla. - Pulls papers and recommendations as markdown or JSON for summarizing and relevance analysis against your research.
- Leaves upvote/downvote/star feedback on recommendations and generates personal Atom feed URLs.
- Filters feeds with flags like
--must-read,--since, and--limit.
Who it's for
- Researchers and grad students already using Paperzilla.
- Anyone who wants to triage a flood of paper recommendations straight from the terminal.
- Users who need JSON/markdown output to feed into automation pipelines.
Examples
- "Show me 5 must-read recs from project X since March" → runs
pz feed <project-id> --must-read --since 2026-03-01 --limit 5and summarizes. - "Fetch this paper as markdown and explain why it matters" → runs
pz paper <paper-id> --markdownand interprets it. - "This rec isn't relevant, downvote it" → runs
pz feedback <project-paper-id> downvote --reason not_relevant.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/HEAD/skills/paperzilla/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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.
- Clone the repo:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Copy the skill:
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 https://docs.paperzilla.ai/guides/cli-getting-started. - Authenticate with
pz login. - Restart Claude Code and try asking "list my Paperzilla projects" to trigger the skill.
View source on GitHub ↗License: MIT