ディレクトリに戻る

claude-paper

メンテナンス: 活発

alaliqing/claude-paper

Claude Code、Codex、OpenCode、DeepSeek Harness 向けの研究論文ツールキット。速攻要約、深読み教材、コードデモ、ローカル Web ビューアを提供

GitHub で見る
$ npx --yes @zlzliqing/claude-paper@latest install --target deepseek-harness

336

スター

26

フォーク

Vue

言語

MIT

ライセンス

2026-02-10

作成日

2026-08-14

最終プッシュ

MIT ライセンスのエージェント横断型・論文学習プラグイン。npx コマンドひとつで Agent Skills として DeepSeek Harness に導入し、適応型学習教材・クイックサマリー・localhost:5815 のローカル Web ビューアーを利用できます。

DSH 統合

互換

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

MIT

01どんなタスクに使えるのか?

  • Study a research paper deeply inside DeepSeek Harness

    Adaptive learning package — README, detailed summary, key insights, Q&A, code demonstrations with Jupyter notebooks, and extracted figures — stored under ~/claude-papers/ with a global search index and an auto-launched web viewer

    Researchers, students and engineers running DeepSeek Harness who want papers turned into structured, searchable study material

  • Screen research papers quickly before committing to a deep study

    quick-summary.md with a concise 300–500 word overview, while the PDF, complete paper.txt and metadata stay in the shared paper library

    Readers triaging many papers in DeepSeek Harness who need a fast overview without running the full study workflow

  • Browse and search the studied paper library from DeepSeek Harness

    Interactive Nuxt.js web viewer at http://localhost:5815 with KaTeX math rendering, code demonstrations and full-library search

    Learners who want to revisit generated study materials and search their paper collection in a local web UI

02DeepSeek Harness への導入方法

前提条件

  • Node.js 20.19.x, or 22.12.0 and higher
  • poppler-utils for PDF image extraction (macOS: brew install poppler; Ubuntu/Debian: sudo apt-get install poppler-utils; Arch: sudo pacman -S poppler)
  • DeepSeek Harness installed as the agent host

インストール手順

  1. 01

    Run `npx --yes @zlzliqing/claude-paper@latest install --target deepseek-harness` — the installer copies the plugin runtime to the user data directory and installs the generated compatibility Skills

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

  2. 02

    Restart DeepSeek Harness after installation or upgrade

導入成功の確認

作者は未記載

03DSH 統合と能力の範囲

DSH 統合互換

Installed into DeepSeek Harness as Agent Skills via the npx installer (generated discovery adapters); invoke by asking the agent or loading the claude-paper-summary / claude-paper-webui Skills

  • Automatic PDF parsing & figure extraction

    local PDF path or arXiv PDF/abstract URLtitle, authors, abstract, links and complete paper text (paper.txt), meta.json with a 50k preview, detected code-repository links, and extracted figures

    writes paper.pdf, paper.txt, meta.json and images/ into ~/claude-papers/papers/{paper-slug}/
  • Adaptive learning material generation

    parsed paper with difficulty-level and paper-type assessmentREADME, summary.md, insights.md, qa.md, plus method/mental-model/reflection notes when the paper complexity warrants them

    writes Markdown study materials into the paper's library folder and updates the global search index (index.json)
  • Code demonstrations

    papers with detected GitHub / arXiv / CodeOcean code linksclean reference implementations (core-demo.py) and interactive Jupyter notebooks (concept-demo.ipynb), with original code integration when available

    writes code demos into the paper library's code/ folder
  • Interactive web viewer

    the studied paper library at ~/claude-papers/Nuxt.js web interface at http://localhost:5815 with KaTeX math rendering, material browsing, code demos and library search

    launches a local web server on port 5815

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • Researchers, students and engineers running DeepSeek Harness who want papers turned into structured, searchable study material
  • Readers triaging many papers in DeepSeek Harness who need a fast overview without running the full study workflow
  • Learners who want to revisit generated study materials and search their paper collection in a local web UI

不向きな用途

  • PDF image extraction depends on poppler-utils, which must be installed separately through the system package manager (brew / apt / pacman).

05互換性・メンテナンス・セキュリティ上の注意

  • Requires Node.js 20.19.x or 22.12.0 and higher; older Node versions cannot run the npx installer or the plugin.
  • PDF image extraction depends on poppler-utils, which must be installed separately through the system package manager (brew / apt / pacman).
  • DeepSeek Harness must be restarted after installation or upgrade before the newly installed Skills become available.
2026-02-102026-08-14作者は未記載

MIT · actively maintained (last push 2026-08-14)

06よくある質問

DeepSeek Harness へのインストール方法は?

`npx --yes @zlzliqing/claude-paper@latest install --target deepseek-harness` を実行します。インストーラーがプラグインランタイムをユーザーデータディレクトリにコピーし、生成された互換 Skills をインストールするので、その後 DeepSeek Harness を再起動してください。既定の `all` ターゲットなら Claude Code・Codex・OpenCode・DeepSeek Harness の 4 つにまとめて導入できます。

ネイティブプラグインですか、それとも MCP サーバーですか?

MCP は不要で、リポジトリのクローンも不要です。Claude Paper は Agent Skills 経由で動作し、README は別途の MCP サーバー導入・設定は不要と明記しています。インストーラーが DeepSeek Harness 用の検出・呼び出しアダプターを生成します。

前提条件は何ですか?

Node.js 20.19.x または 22.12.0 以上が必要です。PDF 画像抽出には poppler-utils も必要です(macOS は brew install poppler、Ubuntu/Debian は sudo apt-get install poppler-utils、Arch は sudo pacman -S poppler)。

DeepSeek Harness ではどう使いますか?

ローカルパスまたは arXiv リンク(例: https://arxiv.org/abs/1706.03762)を指定して「この論文を学習して」と頼むだけ。クイックサマリーを依頼するか、`claude-paper-summary` / `claude-paper-webui` Skill を明示的に読み込むこともできます。

データはどこに保存されますか?

すべてローカルです。論文と生成教材は ~/claude-papers/papers/{paper-slug}/ に整理され、グローバルな index.json 検索インデックスを維持します。Web ビューアーは http://localhost:5815 で動作します。

08データと出典

  • 作者による申告github.com0af55d0daeae…

    A research-paper learning plugin for **Claude Code, Codex, OpenCode, and DeepSeek Harness**.

  • 作者による申告github.com0af55d0daeae…

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

  • 作者による申告github.com0af55d0daeae…

    **Agent Adapters** - Generated discovery and invocation wrappers for Codex, OpenCode, and DeepSeek Harness

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。