Skill integrationResearch / Agent Skillsv1.2.1Developer Preview

Claude Paper

A cross-agent research-paper learning toolkit that gives DeepSeek Harness Skills for paper summaries, guided study materials, code demonstrations, and a local web viewer.

290 repository starsMIT Updated Aug 14, 2026

Review snapshot

Source
Unknown
Install
Not tested
Runtime
Not tested

Static compatibility snapshot dated 2026-08-14; install and runtime remain independent checks.

Install / upstream documentation

Install the pinned release deliberately

This skill integration uses an upstream-documented installation path pinned to the reviewed release. Read the linked README and inspect the source before you install it.

See GitHub README

Upstream command · profile Agent Skills host

npx --yes @zlzliqing/claude-paper@1.2.1 install --target deepseek-harness

The pinned README documents this DeepSeek Harness target with @latest. This listing replaces latest with the reviewed npm release 1.2.1; AgentPlugin.net has not executed the installer.

Source: Pinned upstream README at 0af55d0

Plugin brief

What Claude Paper adds to DeepSeek Harness

Claude Paper is a DeepSeek Harness plugin in the broad Agent Skills sense rather than a Cordis Bundle. Its pinned README describes one research-paper workflow shared by Claude Code, Codex, OpenCode, and DeepSeek Harness. A user can ask an agent to summarize or study a PDF, a direct PDF URL, or an arXiv abstract URL. The project then keeps the source PDF, complete extracted text, metadata, generated learning material, figures, and optional code work together in a local paper library. That makes it a candidate for people who want research work to leave inspectable files rather than only a transient chat answer.

The quick route is intentionally smaller than a full study: the README says it produces a 300–500 word overview for screening a paper before committing more context and compute. The deeper route parses the document, assesses complexity and type, prepares a README, summary, insights, questions, and sometimes methodology or reflection material. It can also look for code links and generate a clean reference implementation or notebook. These are project claims recorded from the source, not a claim that every PDF will parse cleanly or that generated explanations are academically correct.

Its local viewer is a separate practical reason to use it. The pinned documentation says the web interface opens on localhost:5815 and can browse a paper collection, search it, render mathematics, and expose generated notebooks and demonstrations. The storage layout is explicit: paper folders live under ~/claude-papers/papers and the global index is ~/claude-papers/index.json. This transparency is useful when a study needs later review, but it also means PDFs and their extracted content are retained on the workstation until the user manages them.

Claude Paper should not be mistaken for a hosted literature database, an official DeepSeek product, or a guarantee of citation quality. It is a community-maintained cross-agent toolkit. The package manifest pins its own release at 1.2.1 and requires Node 20.19 or 22.12+, while the project documentation additionally calls out poppler-utils for figure extraction. No DSH-specific version range appears in the reviewed package. Evaluate it first with non-sensitive papers and verify both the host Skill discovery and the generated local files before relying on it for research deliverables.

Evaluation workflow

Evaluate Claude Paper with clear boundaries

01

Begin with one non-confidential PDF and decide whether you need the short summary or a full study. The short path is suited to triage: inspect the produced quick-summary.md and the stored metadata before asking the agent to generate more material. The full path can create many artifacts, including extracted images and notebooks, so checking the paper folder after each stage gives the user a concrete audit trail and limits accidental accumulation.

02

For a paper served from the web, confirm the URL independently before giving it to an agent. The documented workflow can follow direct PDF and arXiv links, which entails network retrieval. Keep a local copy when provenance matters, compare title and authors against the source PDF, and treat link detection and generated code references as leads to review rather than trusted research evidence.

03

Use the viewer only after inspecting what has been written to ~/claude-papers. It is documented as a localhost service, not an authentication boundary or a collaboration server. A local web process and the retained paper library may be visible to other users or tools on the same machine depending on system configuration. Stop the viewer when it is no longer needed and avoid placing restricted documents in the default library without a storage plan.

04

If you are using DeepSeek Harness, explicitly ask for the documented Claude Paper summary, study, or web-viewer Skill rather than assuming a slash command exists. The README reserves slash-command examples for other hosts and says DSH users should ask the agent or explicitly load the Skill. That distinction matters: it avoids inventing a DSH command syntax and makes the distribution boundary visible during testing.

Verification ledger

Evidence, not installation claims

Source

Unknown

The reviewed repository has Agent Skills adapters for DSH but no DSH Cordis Bundle manifest or cordis.patch.yml for Claude Paper.

Checked Aug 14, 2026

Install

Not tested

AgentPlugin.net did not run the npm installer or add the Skills to a DSH host.

Runtime

Not tested

No PDF parsing, Skill invocation, or localhost viewer smoke test was performed.

Source or manifest review can be recorded while Install and Runtime remain not-tested. Treat these as separate verification layers.

Execution surface

Prepare, build, and code-execution review

  • prepare

    not recorded

    No review record is available for this execution surface. Inspect the upstream repository before running it.

  • build

    not recorded

    No review record is available for this execution surface. Inspect the upstream repository before running it.

  • code execution

    review recorded

    The project can generate and expose code demonstrations and notebooks; inspect generated code before executing it.

  • network

    review recorded

    The documented workflow accepts direct PDF and arXiv URLs, so it can retrieve research content from the network.

  • configuration

    notice recorded

    Paper sources and extracted text persist under ~/claude-papers by default; manage sensitive research files deliberately.

  • lifecycle script

    review recorded

    The npm package defines a prepack check and test workflow. Review package scripts when installing from source or publishing.

Third-party code can execute during dependency preparation, build, or runtime. Read the upstream source and its changes before use.

Declared scope

Capabilities and prerequisites

Capabilities

  • Parse PDF text and metadata into a paper library
  • Produce short screening summaries and longer study materials
  • Detect paper and code links and generate demonstrations
  • Serve a local Nuxt web viewer on port 5815

Prerequisites

  • DeepSeek Harness or another listed Agent Skills host
  • Node.js 20.19.x or Node.js 22.12 or later
  • poppler-utils when PDF image extraction is needed
  • Enough local disk space for PDFs, extracted text, figures, and notebooks

Frequently asked questions

Claude Paper FAQ

What is Claude Paper?

Claude Paper is a cross-agent research-paper learning toolkit. Its pinned README lists DeepSeek Harness among supported hosts and supplies Agent Skills for paper study, quick summaries, and a local web viewer.

Is Claude Paper a DSH Cordis Bundle?

No manifest or Cordis patch was found in the reviewed DSH-facing distribution. This listing marks its distribution as Skill, not Bundle, because the repository exposes DSH discovery adapters under .agents/skills.

What does it save locally?

The documented library can retain the PDF, paper.txt, metadata, summaries, insights, questions, figures, HTML, code demonstrations, and notebooks below ~/claude-papers. Plan for that retention before using private papers.

Does it require a separate MCP server?

The upstream README says no separate MCP configuration is required. That is a source statement, not an AgentPlugin.net runtime test.

Can it extract PDF images?

The source lists poppler-utils as the prerequisite for PDF image extraction. Without it, do not assume figure extraction will succeed.

Has this DeepSeek Harness plugin been tested here?

No. The manifest status is unknown because Claude Paper is not presented as a Cordis Bundle, and installation and runtime remain untested by AgentPlugin.net.