agentsclimarketplace

Nature academic search

Skill LiHongwei-cn/lihongwei-cn/global-specs/skills/nature-academic-search

MUNDO - THE EMPEROR. Complete AI orchestration system with 1208 skills, 25 capability modules, self-evolving, collective consciousness. GitHub Actions 24/7 automation.

Install
npx -y skills add LiHongwei-cn/lihongwei-cn --skill nature-academic-search

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Multi-source literature search, citation verification, MeSH search strategy, citation file management (.nbib/.ris/.bib conversion), and reference management (BibTeX, related articles, ID conversion) via MCP tools (PubMed, CrossRef, arXiv). Use when the user needs coordinated multi-step literature workflows beyond a single MCP call.

SKILL.md

5.0 KB, as published. Nobody here has run it

Academic Search

Multi-source literature search, citation verification, citation format conversion, and reference management via MCP tools.

MCP Tools

Core Search

ToolSourceBest For
pubmed_search_articlesPubMed MCPBiomedical, MeSH, clinical trials
search_crossrefpaper-search MCPCross-disciplinary, citation counts
search_arxivpaper-search MCPPreprints (physics, math, CS, biology)

Extended Search

ToolSourceBest For
search_google_scholarpaper-search MCPBroad academic search (scraped)
search_semantic_scholarpaper-search MCPCitation graph, field-of-study filters
search_biorxivpaper-search MCPBiology preprints
search_medrxivpaper-search MCPMedical preprints
search_webofsciencepaper-search MCPCurated index, citation reports
search_scopuspaper-search MCPBroad scholarly database

PubMed Utilities

ToolPurpose
pubmed_fetch_articlesFull metadata by PMID
pubmed_find_relatedRelated article discovery
pubmed_format_citationsAPA / MLA / BibTeX / RIS formatting
pubmed_convert_idsDOI ↔ PMID ↔ PMCID conversion
pubmed_lookup_meshMeSH term exploration and hierarchy
pubmed_lookup_citationBibliographic citation → PMID lookup

Source Routing

See Source Tiers & Reliability for the complete reliability classification and fallback routing rules. The T1→T2→T3 fallback chain is the standard execution order across all workflows.

Quick guide:

User needPrimary (T1)Secondary (T2)Last Resort (T3)
Medical / clinicalPubMedSemantic ScholarGoogle Scholar
Cross-disciplinaryCrossRefSemantic ScholarScopus
Preprints / CS / physicsarXivbioRxiv / medRxiv
Exhaustive reviewPubMed + CrossRef + arXivSemantic Scholar + bioRxiv/medRxivWoS / Scopus
Citation count sensitiveSemantic ScholarCrossRef
Chinese literatureCNKI / 万方 (manual)

Workflows

#WorkflowReference
1Multi-Source Literature Searchwf1
2Citation Verificationwf2
3MeSH Search Strategywf3
4Citation File Managementwf4
5Reference Managementwf5

Shared Modules

ModulePurpose
Dedup EngineUnified deduplication (WFs 1, 2, 5a)
Citation ParserExtract citations from documents (WF 2)
Search StrategyQuery construction, source selection, ranking
RIS/BibTeX FormatFormat specifications and field mappings
Format ConverterMulti-source .nbib/.ris/.bib downloader

Environment Setup

API Keys (optional but recommended)

ServiceEnv VarRegister AtFree Tier
Semantic ScholarSEMANTIC_SCHOLAR_API_KEYapi.semanticscholar.org100 req/s with key (1/s without)
NCBI E-utilitiesNCBI_API_KEYncbi.nlm.nih.gov/account10 req/s with key (3/s without)

Set via export or .env file.

Proxy (if behind firewall)

export http_proxy=http://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890

Pre-flight Check

python scripts/preflight.py

Run before batch operations to verify API endpoints are reachable.

Format Converter Dependencies

The format converter (scripts/format-converter.py) uses Python stdlib only — no extra dependencies. Run python scripts/format-converter.py --test to verify the conversion pipeline.

Error Handling

  • MCP tool unavailable: report specific failure, continue with remaining tools.
  • No results: broaden terms, try alternative sources, suggest user refine query.
  • Script failure (2x): fall back to manual generation from MCP-fetched metadata.

Limitations

  • Google Scholar and Semantic Scholar are scraped (not API-backed) — results may vary.
  • Chinese literature (CNKI / 万方) not indexed by CrossRef or PubMed.
  • Citation counts may be delayed (CrossRef updates monthly).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.