学习教育
#ai
paperpilot
Resolver-first skill for academic paper reading and analysis. Use when the user request to read/analyze a paper with a certain resource (uploaded files or online URLs/DOI/arXiv links), classify survey vs non-survey, and execute the correct reading workflow. Default to first-principles detailed reading for non-survey papers and survey-reading workflow for survey papers. Use evaluate-rubric as the standard only when the user explicitly asks to evaluate/critique the paper.
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=eyixinwang-paperpilot-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name paperpilot description Resolver-first skill for academic paper reading and analysis. Use when the user request to read/analyze a paper with a certain resource (uploaded files or online URLs/DOI/arXiv links), classify survey vs non-survey, and execute the correct reading workflow. Default to first-principles detailed reading for non-survey papers and survey-reading workflow for survey papers. Use evaluate-rubric as the standard only when the user explicitly asks to evaluate/critique the paper. PaperPilot Overview Use this skill to analyze papers from recognized content only. Follow a minimal 3-step pipeline: resolve resources, classify paper type, then read/analyze. Mandatory Rule Do not synthesize from memory or unresolved sources. Start analysis only after at least one paper resource is concretely resolved and recognized. Workflow Step 1: Confirm concrete resources and resolve with built-in tools Resolve user-provided resources with built-in tools: uploaded artifacts: built-in file/PDF readers online artifacts: built-in URL resolvers for URL/DOI/arXiv/publisher links Follow resource-resolution-protocol.md . For each source, record: source id and input type retrieval status ( resolved , partial , failed ) resolved artifact type ( pdf , html , txt ) recognized content volume (rough character count) blocker notes If all sources are unresolved, stop and request corrected or additional resources. Step 2: Classify paper type and route workflow Use paper-type-routing.md to classify: survey non-survey hybrid/uncertain Record: routed type confidence ( high , medium , low ) evidence anchors used for routing Route: survey -> survey synthesis workflow non-survey -> first-principles detailed reading workflow (default) hybrid/uncertain -> run both with explicit uncertainty note Step 3: Read and analyze For non-survey papers, default to first-principles detailed reading using first-principles-reading-workflow.md , including the strict 8-point. For survey papers, default to survey-reading-workflow.md , including the strict 7-part sequence. If the user requests structured presentation, include method taxonomy using a table or hierarchical structure. If the user explicitly asks to evaluate, critique, assess quality, or review the paper, apply evaluate-rubric.md as the scoring standard. Output style requirements: direct technical writing, no pleasantries explicit evidence anchors for major claims clear separation of facts vs inferences explicit uncertainty marking when evidence is partial Resources references/resource-resolution-protocol.md Resolver-first constraints and source-resolution requirements. references/paper-type-routing.md Survey vs non-survey classification signals and routing requirements. references/first-principles-reading-workflow.md Default deep-reading method for non-survey papers. references/evaluate-rubric.md Evaluation standard to use only when the user requests paper evaluation/critique. references/survey-reading-workflow.md Default deep-reading method for survey/review papers.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |