插件介绍
📖 Cross-agent research paper toolkit for Claude Code, Codex, OpenCode, and DeepSeek Harness—quick summaries, deep study materials, code demos, and a local web viewer.
项目详情摘要
Claude Paper Transform research papers into comprehensive learning environments** English | 中文 A research-paper learning plugin for **Claude Code, Codex, OpenCode, and DeepSeek Harness**. It preserves the same study workflow, generated materials, code demonstrations, and interactive web viewer across supported agents. Library View - Browse and search your paper collection Reading View - Study papers with rich formatting and math support Features **Automatic PDF parsing** - Extract title, authors, abstract, links, and complete paper text **Context-safe previews** - Save complete text to `paper.txt` while keeping a 50k preview in metadata **Code repository detection** - Automatically finds GitHub, arXiv, CodeOcean links **Quick paper summaries** - Screen a paper with a concise 300–500 word overview before a deep study **Adaptive learning materials** - Generates README, summary, insights, Q&A based on paper complexity **Code demonstrations** - Clean implementations with Jupyter notebooks and original code integration **Interactive web viewer** - Nuxt.js interface with math equation support (KaTeX) **Intelligent assessment** - Difficulty levels and paper type detection for adaptive content generation Quick Start Install all supported agents Install Claude Code, Codex, OpenCode, and DeepSeek Harness with one command—no repository clone required: The default `all` target covers all four agents. For Claude Code, the installer uses the official Claude CLI to register the package-local marketplace and install or update the user-scoped plugin. For the other agents, it installs the shared Skills and OpenCode commands where applicable. Install only selected agents when needed: Upgrade an existing installation with the same formal distribution channel: The default upgrade target is
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alaliqing/claude-paper
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。

