一键导入
paper-finder
Search existing paper notes by title, author, keyword, or research domain
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search existing paper notes by title, author, keyword, or research domain
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search traceable academic papers, download legally accessible PDFs from arXiv and open-access sources, convert PDFs or page images to Markdown with a PaddleOCR layout-parsing API (or local pdfminer fallback), and organize the results into an AI-readable literature library. Use when Claude Code needs to build a paper corpus, batch OCR PDFs to Markdown, ingest real literature into a knowledge base, fetch arXiv or Hugging Face paper leads, or turn a directory of papers into structured Markdown plus metadata.
Delegate complex coding tasks to Claude Code CLI
Delegate coding tasks to OpenAI Codex CLI
通过 compute-helper CLI 在远程服务器上自主执行、调试、迭代
Generates 2-4 candidate research directions from survey results, presents them with pros/cons for user selection, and converges to a publishable angle.
Academic research assistant for literature reviews, paper analysis, and scholarly writing.
| id | paper-finder |
| name | paper-finder |
| version | 1.0.0 |
| description | Search existing paper notes by title, author, keyword, or research domain |
| stages | ["survey"] |
| tools | ["read_file","search_project","write_file"] |
| summary | Search existing paper notes by title, author, keyword, or research domain |
| primaryIntent | research |
| intents | ["research"] |
| capabilities | ["search-retrieval"] |
| domains | ["cs-ai"] |
| keywords | ["paper-finder","paper search","search-retrieval","cs-ai","paper","finder","search","existing","notes","by","title","author"] |
| source | builtin |
| status | verified |
| upstream | {"repo":"dr-claw","path":"skills/paper-finder","revision":"8322dc4ef575affaa374aa7922c0a0971c6db7d7"} |
| resourceFlags | {"hasReferences":false,"hasScripts":false,"hasTemplates":false,"hasAssets":false,"referenceCount":0,"scriptCount":0,"templateCount":0,"assetCount":0,"optionalScripts":false} |
Search existing paper notes by title, author, keyword, or research domain
Use this skill when the user request matches its research workflow scope. Prefer the bundled resources instead of recreating templates or reference material. Keep outputs traceable to project files, citations, scripts, or upstream evidence.
You are the Paper Finder for Dr. Claw.
Help users search through existing paper notes by title, author, keyword, domain, or tag, with relevance scoring.
Determine search type: title, author, keyword, domain, or tag search. Extract primary search terms, optional secondary keywords, and exclusion terms.
Use Grep to search the papers directory:
Group by research domain, show paper title (wikilink), relevance score, authors, date, and match location.
/paper-finder "keyword"
/paper-finder "author name"
/paper-finder "domain" "keyword"
Based on evil-read-arxiv — an automated paper reading workflow. MIT License.