学术深度研究与文献检索
学术主题文献检索; 使用 OpenAlex、Crossref、Semantic Scholar、PubMed、arXiv 等来源; 论文去重、排序和元数据归一化; 导出 CSV、JSON、BibTeX; 生成中文主题简报; 追踪种子论文的前置文献、后续引用和作者轨迹; 阅读开放获取 PDF 或 arXiv LaTeX 源码; 生成可复现的检索日志。
评论 0
更多
登录后可点赞、收藏、评论和举报。
学术主题文献检索; 使用 OpenAlex、Crossref、Semantic Scholar、PubMed、arXiv 等来源; 论文去重、排序和元数据归一化; 导出 CSV、JSON、BibTeX; 生成中文主题简报; 追踪种子论文的前置文献、后续引用和作者轨迹; 阅读开放获取 PDF 或 arXiv LaTeX 源码; 生成可复现的检索日志。
登录后可点赞、收藏、评论和举报。
Hybrid Deep Research workflow for scholarly literature retrieval, paper-centric citation tracing, paper reading, and topic synthesis. Use when Codex needs to search papers, supplement with web evidence, trace a seed paper's predecessors/successors/deep citations/author trajectories, read paper PDFs or arXiv sources, and write a research-style briefing for literature reviews, related work, prior work, systematic review scoping, bibliography generation, research trend analysis, or evidence collection; supports OpenAlex, Semantic Scholar, Crossref, PubMed, arXiv, credential-gated IEEE Xplore, normalized CSV/JSON/BibTeX, Chinese topic briefs, citation-neighborhood reports, search logs, and Codex-authored deep research reports.
Use this skill to turn a research question into a reproducible literature retrieval run plus a Deep Research-style topic report. The bundled CLI creates the auditable academic corpus; Codex web search can then supplement that corpus with project pages, author pages, open PDFs, recent preprints, and reliable web context.
Before running scripts, choose the smallest mode that satisfies the user's request. Do not run every capability just because this skill is active. Users do not need to say a fixed mode name; infer the mode from natural language.
| Mode | Autonomy | Use when the user asks for | Run | Do not also run | | --- | --- | --- | --- | --- | | Topic retrieval | Auto default | paper search, literature survey, related work corpus, bibliography, topic brief | `scripts/lit_retrieve.py` | web synthesis, full-paper reading, citation tracing | | Hybrid Deep Research | Auto when clear | Deep Research-style report, comprehensive Chinese synthesis, web-supplemented topic report | `scripts/lit_retrieve.py`, then Codex web supplement and `deep_research_report.md` | PDF/LaTeX reading unless explicitly requested | | Paper trace | Auto when clear | paper-centric related-work tracing, predecessors, follow-up work, citation chain, papers using/comparing a seed paper's method, author trajectories from a seed paper | `scripts/trace_paper.py` | topic-wide retrieval or full-paper reading unless requested | | Paper reading | Explicit high-cost | read full papers, inspect PDFs, analyze arXiv source/LaTeX, paper-level reading reports, close reading | `scripts/read_papers.py` | broad web supplementation unless requested |
Routing rules:
Run the bundled Python CLI from this skill folder:
python scripts/lit_retrieve.py --query "retrieval augmented generation for medical question answering" --from-year 2020 --to-year 2026 --limit 50 --sources openalex,semanticscholar,crossref,pubmed,arxiv --email user@example.com --report-language zh --report-style briefFor IEEE Xplore, include `ieee` in `--sources` and pass `--ieee-api-key`. If the key is missing, the CLI must skip IEEE and log the reason instead of failing.
1. Clarify the research question only when scope, domain, time range, or inclusion criteria are materially ambiguous. 2. Generate or refine broad, narrow, synonym, citation-oriented, and recent queries. See `references/deep-research-workflow.md`. 3. Run `scripts/lit_retrieve.py` for reproducible retrieval from official APIs. 4. Inspect `search_log.md` and `topic_brief.md` before making claims. 5. Use web search only as a supplement. Record supplemental pages in `web_supplement.md` with URL, source type, relevance, and reason for inclusion. 6. Write `deep_research_report.md` in Chinese by synthesizing `topic_brief.md`, `papers.json`, `search_log.md`, and `web_supplement.md`. 7. Keep API retrieval results and web supplement evidence separate. Do not silently merge web-only findings into `papers.json`.
Paper reading is a high-cost second stage and must not run by default. Use it only when the user explicitly asks to read full papers, inspect PDFs, analyze arXiv source, or generate paper-level reading reports.
Run it after retrieval:
python scripts/read_papers.py --papers-json outputs/run/papers.json --query "multi agent connectivity control" --reading-limit 5 --reading-selection autoReading mode prefers source quality in this order:
1. arXiv LaTeX source from `https://arxiv.org/src/<arxiv_id>`, cached locally, unpacked, entrypoint detected, then recursive `\input` / `\include` reading. 2. Open-access PDF from arXiv PDF or `open_access_url`, saved under `pdfs/`, then text extracted with `pdftotext` when available. 3. Metadata-only note when neither LaTeX source nor open PDF text is available.
Reading outputs:
Use paper trace mode when the user provides a seed paper and asks to find related work from that paper outward: predecessors, follow-up development, papers that use or compare against its method, or recent work by the seed authors and related-method authors. Natural-language requests are enough; the user does not need to name this mode.
When the Mode Router selects paper trace, run:
python scripts/trace_paper.py --paper "10.1109/tnse.2021.3139045" --limit 30 --openalex --output-dir outputs/trace-connectivity-controlTrace mode uses Semantic Scholar for references, citations, citation contexts, citation intents, influential-citation signals, and author trajectories. Use `--openalex` as a fallback/supplement when Semantic Scholar references are unavailable or publisher-elided.
Trace outputs:
Interpretation rules:
Each run writes a timestamped output directory unless `--output-dir` is provided:
Normalize paper records to:
`title`, `authors`, `year`, `venue`, `doi`, `arxiv_id`, `url`, `abstract`, `source`, `citation_count`, `is_open_access`, `open_access_url`, `publication_type`, `keywords`.
Deduplicate in this order:
1. DOI exact match. 2. arXiv ID exact match. 3. High normalized-title similarity. 4. Same normalized title, first author, and nearby year.
Rank with a transparent score combining lexical relevance, citation count, recency, venue/source confidence, and open-access signal. Treat ranking as a screening aid, not a scientific judgment.
For Deep Research-style outputs, emphasize the topic rather than the mechanics of search:
点文件名就地展开内容,审阅后再安装 —— skill 会影响你的 AI 助手行为, 只安装你信任的来源。
还没有评论,先发起一个具体问题。