Skip to main content

paper2agent

Convert research papers and associated files, research code, or both into a reviewed paper skill and tested MCP server. Use for paper-only, code-only, or combined conversions and resumes.

跳到安装

来源信息

仓库
jmiao24/Paper2Agent
最近来源活动
2026年9月16日 10:23
检测到的 SKILL.md 语言
英语
星标
2,688
分支
394

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
69 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
paper2agent
description
Convert research papers and associated files, research code, or both into a reviewed paper skill and tested MCP server. Use for paper-only, code-only, or combined conversions and resumes.
# Paper2Agent Route by the supplied inputs and requested outcome: - For paper PDFs and associated files, follow [Paper2Skill](paper2skill/SKILL.md). - For a research code repository, follow [Paper2MCP](paper2mcp/SKILL.md). - When both outputs are requested, follow both workflows. Resolve each component's scripts and references relative to its own directory; bind `SKILL_ROOT` to that component. Keep their work directories separate. Independent paper and code tasks may run concurrently within host limits. Every MCP tool must bind to existing repository code. Combined output: ```text dist/<project>-agent/ ├── skill/<paper-name>/ └── mcp/<repository-name>-mcp/ ``` Build the paper skill at its final component path and pass its strict verification. Complete Paper2MCP's existing runtime and ZIP delivery checks, then stage the verified archive contents under `mcp/` and confirm the files are unchanged. Keep review and development evidence outside the delivery. Single-mode runs retain their component's output contract. Report delivery paths, verification results and limitations. If either component is blocked, report the combined result as partial. For questions about Paper2Agent's methods, results, figures, or supplementary material, read the [Paper2Agent paper](paper2agent-paper/SKILL.md).
在 GitHub 查看