بنقرة واحدة
paper-innovation-extractor
批量提取PDF论文的创新点并生成结构化markdown文档;当用户需要分析学术论文、总结研究贡献或整理技术要点时使用
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
批量提取PDF论文的创新点并生成结构化markdown文档;当用户需要分析学术论文、总结研究贡献或整理技术要点时使用
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
Use this skill when users need to search academic papers, download research documents, extract citations, or gather scholarly information. Triggers include: requests to "find papers on", "search research about", "download academic articles", "get citations for", or any request involving academic databases like arXiv, PubMed, Semantic Scholar, or Google Scholar. Also use for literature reviews, bibliography generation, and research discovery. Requires OpenClawCLI installation from clawhub.ai.
Search academic papers and conduct literature reviews using OpenAlex API (free, no key needed). Use when the user needs to find scholarly papers by topic/author/DOI, explore citation chains, get structured paper metadata (title, authors, abstract, citations, DOI, open access URL), fetch full text of open access papers, or conduct automated literature reviews with theme identification and synthesis. Triggers on requests involving academic search, paper lookup, citation analysis, literature review, research synthesis, or scholarly reference gathering.
Use AI4Scholar author tools to search scholars, inspect author profiles, retrieve an author's papers, compare experts, identify potential reviewers, map labs or collaborators, and verify whether an author is the correct person.
Use AI4Scholar auto_cite to add real citations to academic text and return formatted references and BibTeX. Trigger for automatic citation insertion, APA/IEEE/Vancouver/Nature citation support, reference generation, BibTeX export, or checking whether claims have real supporting papers.
Use AI4Scholar to trace citation networks: citing papers, references, PubMed related papers, backward/forward citation search, classic paper discovery, mechanism literature expansion, and reviewer-style citation gap checks.
| name | paper-innovation-extractor |
| description | 批量提取PDF论文的创新点并生成结构化markdown文档;当用户需要分析学术论文、总结研究贡献或整理技术要点时使用 |
| dependency | {"python":["pymupdf>=1.23.0"]} |
pymupdf>=1.23.0
# 无需额外创建,用户上传的PDF文件位于当前目录(.)
标准流程:
批量提取PDF文本
scripts/batch_pdf_extractor.py 提取所有PDF文件的文本内容--input-dir 指定PDF文件所在目录(默认当前目录 ./)分析创新点
生成markdown文档
可选分支:
# 提取当前目录下所有PDF文件的文本
python scripts/batch_pdf_extractor.py --input-dir ./
# 智能体分析提取结果并生成创新点总结
# 输出文件:innovation_summary.md(所有论文创新点汇总)
# 提取指定目录的PDF文本
python scripts/batch_pdf_extractor.py --input-dir ./papers/
# 生成创新点文档,每篇论文一段话,约500字
# 输出文件:innovation_summary.md
# 调用脚本提取文本
# 智能体汇总所有论文的创新点到一个文件
# 输出文件:papers_innovation.md