nature-academic-search

nature academic search

yuan1z0825 31k ↓ 3.6k Apache-2.0 updated 26d ago
Claude Code
View source ↗

What it does

  • static/core/tools.md — the MCP tool inventory (core search, extended search, PubMed utilities) and the shared-module map.
  • static/core/routing-and-ops.md — the T1→T2→T3 source routing quick guide, environment setup, error handling, and limitations.
  • multi-source-search — find literature across sources.
  • citation-verification — verify citations extracted from a document.
  • mesh-strategy — build a MeSH/PubMed search strategy.
  • citation-file-mgmt — convert/manage .nbib/.ris/.bib files.
  • reference-mgmt — BibTeX, related-article discovery, ID conversion.

Requirements & configuration

  • A dynamic layer (this file plus manifest.yaml) that detects which workflow the user needs and loads that workflow, reaching for shared modules and scripts only when a step needs them.
  • Map the user's need to one or more workflow values:
  • A combined request (for example search then export) may need more than one. State the detected workflow(s) in one short line before proceeding.
  • Read the file mapped for each detected workflow (under references/workflows/). Do not read every workflow. Each workflow file links to the shared modules it needs.
  • 1. Core tools and routing (core/tools.md, core/routing-and-ops.md) — which MCP tool for which need, and the T1→T2→T3 fallback chain that is the standard execution order across all workflows.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

nature academic search

Source

Repository: https://github.com/yuan1z0825/nature-skills

nature-academic-search FAQ

What does the nature-academic-search skill do?

>- Multi-source literature search, citation verification, strict independent other-citation audits, article-level citation metric tables, influential citer profiling with citation-context extraction, MeSH search strategy, citation file management (.nbib/.ris/.bib conversion), and reference management (BibTeX, related articles, ID conversion) via MCP tools (PubMed, CrossRef, arXiv, Scopus, ScienceDirect). Use for coordinated literature workflows beyond one MCP call, including 文献检索、 查文献、找文献、文献综述检索、查论文、引文核对、参考文献管理、文献去重、 严格他引、他引判定、排除自引、谁引用了我的文章、引用我的文章的人有没有大牛、 院士引用、校长引用、院长引用、杰青引用、长江学者引用、Fellow引用、文章引用表、 指定文章引用数、严格他引数、整理成表格. static/core/tools.md — the MCP tool inventory (core search, extended search, PubMed utilities) and the shared-module map. static/core/routing-and-ops.md — the T1→T2→T3 source routing quick guide, environment setup, error handling, and limitations.

What does nature-academic-search require?

A dynamic layer (this file plus manifest.yaml) that detects which workflow the user needs and loads that workflow, reaching for shared modules and scripts only when a step needs them. Map the user's need to one or more workflow values: A combined request (for example search then export) may need more than one. State the detected workflow(s) in one short line before proceeding. Read the file mapped for each detected workflow (under references/workflows/). Do not read every workflow. Each workflow file links to the shared modules it needs. 1. Core tools and routing (core/tools.md, core/routing-and-ops.md) — which MCP tool for which need, and the T1→T2→T3 fallback chain that is the standard execution order across all workflows.

How do I install nature-academic-search?

Run: npx -y skills add https://github.com/yuan1z0825/nature-skills --skill nature-academic-search --agent claude-code — the source lives at github.com/yuan1z0825/nature-skills.

Maintain nature-academic-search?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[nature-academic-search on getagentictools](https://getagentictools.com/skills/yuan1z0825-nature-skills-nature-academic-search?ref=badge)
npx agentictools info skills/yuan1z0825-nature-skills-nature-academic-search

The second line is the CLI lookup for this page — handy in READMEs and docs.