Claude Paper
Description
**将研究论文转化为综合学习环境** [English](README.md) | [中文](README.zh-CN.md) [](./LICENSE) [ | [中文](README.zh-CN.md)
[](./LICENSE) [](https://nodejs.org) [](https://code.claude.com)
一个强大的 **Claude Code 插件**,通过智能材料生成、代码演示和交互式网页查看器自动化研究论文学习。
图书馆界面 - 浏览和搜索您的论文收藏 |
阅读界面 - 支持丰富格式和数学公式的论文学习 |
功能特性
- undefined
快速开始
安装
从 Claude Code 市场安装:
# 添加市场
/plugin marketplace add alaliqing/claude-paper
# 安装插件
/plugin install claude-paper
# 重启 Claude Code 使插件生效
**就这样!** 插件将自动:
- undefined
系统要求
- undefined
使用方法
学习研究论文
直接与 Claude Code 对话来学习论文:
帮我学习 ~/Downloads/attention-is-all-you-need.pdf 这篇论文
您也可以使用 URL:
# 直接 PDF 链接
帮我学习 https://arxiv.org/pdf/1706.03762.pdf 这篇论文
# arXiv 摘要链接(自动转换为 PDF)
帮我学习 https://arxiv.org/abs/1706.03762 这篇论文
Claude 将自动触发学习工作流程并:
- undefined
启动网页查看器
/claude-paper:webui
在 **http://localhost:5815** 打开交互式网页界面,您可以:
- undefined
论文存储结构
论文按 `~/claude-papers/papers/{paper-slug}/` 组织:
~/claude-papers/
├── papers/
│ └── {paper-slug}/
│ ├── paper.pdf # 原始 PDF 文件
│ ├── meta.json # 论文元数据(标题、作者等)
│ ├── README.md # 快速导航和概览
│ ├── summary.md # 详细摘要
│ ├── insights.md # 核心洞察力(最重要!)
│ ├── method.md # 方法论(如复杂)
│ ├── mental-model.md # 论文分类(如需要)
│ ├── reflection.md # 未来方向(如需要)
│ ├── qa.md # 学习问题
│ ├── index.html # 交互式 HTML 探索器
│ ├── images/ # 提取的图表和表格
│ │ ├── fig1.png
│ │ └── fig2.png
│ └── code/ # 代码演示
│ ├── core-demo.p
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community