paperzilla

Query Paperzilla projects, recommendations, and canonical papers through the pz CLI.

Updated Oct 7, 2022
One-click install
npx skills add https://github.com/tamagusko/linux-cfg --skill paperzilla-tamagusko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperzilla
Source: https://github.com/tamagusko/linux-cfg/tree/main/dotfiles/claude/skills/paperzilla
Command: npx skills add https://github.com/tamagusko/linux-cfg --skill paperzilla-tamagusko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Researchers need a way to browse Paperzilla project feeds, read canonical papers, and manage recommendation feedback directly from an AI agent without switching to a browser or writing API calls by hand. ## Core Features & Use Cases - Project and Feed Browsing: List projects and browse recommendation feeds with filters like --must-read, --since, and --limit, plus JSON and Atom output. - Paper and Recommendation Access: Fetch canonical papers and project recommendations as JSON or markdown for summarization and analysis. - Feedback Management: Upvote, downvote, or star recommendations and export feeds for external readers. - Use Case: Ask your agent for the latest must-read recommendations from a project since a given date, then have it open one recommendation, fetch the paper as markdown, and summarize why it matters to your research. ## Quick Start Ask the agent to list your Paperzilla projects and show the latest must-read recommendations from one of them.

Frequently Asked Questions about paperzilla

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get paper recommendations from Paperzilla in the terminal?

Use the pz CLI to browse recommendations with pz feed <project-id>. Filter results with flags like --must-read, --since YYYY-MM-DD, and --limit N, and add --json for machine-readable output.

How do I install the pz CLI on macOS or Windows?

On macOS, run brew install paperzilla-ai/tap/pz. On Windows, add the Paperzilla Scoop bucket and run scoop install pz. Linux users should follow the official CLI getting-started guide.

Can I export a Paperzilla feed to a feed reader?

Yes, run pz feed <project-id> --atom to get a personal Atom feed URL that works with standard feed readers. You can also use --json to export feed data for custom automation.

Why does pz rec --markdown not return markdown immediately?

Markdown generation for recommendations can be queued on demand, so the command prints a retry message while content is being prepared. Run the command again shortly after to retrieve the finished markdown.

How do I leave feedback on a Paperzilla recommendation?

Use pz feedback <project-paper-id> with upvote, downvote, or star, optionally adding a reason such as --reason not_relevant. Clear existing feedback with pz feedback clear <project-paper-id>.