paperzilla

List, inspect, and export Paperzilla projects and paper feeds via the pz CLI.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/bobvarkey/openclaw-workspace --skill paperzilla-bobvarkey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paperzilla
Source: https://github.com/bobvarkey/openclaw-workspace/tree/main/skills/paperzilla
Command: npx skills add https://github.com/bobvarkey/openclaw-workspace --skill paperzilla-bobvarkey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pz.

What problem does it solve?

This Skill removes the friction of working with Paperzilla from the terminal by giving you a direct way to inspect projects, browse feeds, and pull paper details without manual web navigation.

Core Features & Use Cases

  • Project Discovery: List available Paperzilla projects and open a specific project by ID.
  • Feed Inspection: Browse project feeds with filters like must-read, date ranges, limits, JSON output, or Atom feed generation.
  • Paper Lookup: Inspect an individual paper or feed item in plain text, Markdown, or JSON for downstream automation.
  • Use Case: A researcher can quickly find the latest must-read papers for a project, export the results as JSON, and subscribe to the generated Atom feed.

Quick Start

Use the paperzilla skill to list your Paperzilla projects and inspect the feed for the project you care about.

Frequently Asked Questions about paperzilla

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

FAQPage Schema
How do I browse Paperzilla research feeds from the command line?

You can browse Paperzilla feeds from the command line by listing your available projects, opening one by ID, and inspecting its feed with filters like must-read, date ranges, or limits. This requires the pz CLI and Paperzilla authentication.

Can I export research papers as JSON or an Atom feed?

Yes, you can export research papers as JSON or generate an Atom feed. The Skill supports JSON output for downstream automation and Atom feed generation, allowing you to subscribe to updates for a specific project feed.

Do I need the pz CLI and Paperzilla authentication to inspect paper feeds?

Yes, you need the pz CLI installed and valid Paperzilla authentication to retrieve structured feed data. These prerequisites are required to list projects, browse feeds, and inspect individual papers.

What's the best way to find the latest must-read papers for a project?

The best way to find must-read papers is to list your Paperzilla projects, open the target project by ID, and apply the must-read filter to its feed. You can then inspect individual feed items in plain text, Markdown, or JSON.

How does Atom feed generation work for monitoring research papers?

Atom feed generation works by converting your filtered Paperzilla project feed into a standard Atom format. You can subscribe to this generated feed to automate research monitoring and receive updates when new papers match your criteria.

Can I inspect individual paper details in Markdown for downstream automation?

Yes, you can inspect an individual paper or feed item in plain text, Markdown, or JSON. This allows you to pull structured paper details directly from the terminal without manual web navigation for downstream automation workflows.