OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/yuan1z0825/nature-skills/nature-academic-search
nature-academic-search logo

nature-academic-search

yuan1z0825/nature-skills
1K installs
Run it on Hostinger →Free API →|View on GitHub

Installation

npx skills add https://github.com/yuan1z0825/nature-skills --skill nature-academic-search

Summary

>-

SKILL.md

Academic Search — Router

This skill is split into two layers:

  • A static layer under static/ that holds versioned, reusable content fragments (the MCP tool inventory and shared modules, and source routing plus operational rules).
  • 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.

Do not try to apply the search logic from memory or from this router. Always load fragments from disk as described below.

Routing protocol

Follow these five steps every time the skill is invoked.

1. Load the manifest and the core layer

Read manifest.yaml. It declares the workflow axis, the allowed values, and the file paths each value maps to.

Also read every file listed under always_load:

  • 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.

2. Detect the workflow

Map the user's need to one or more workflow values:

  • 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.

A combined request (for example search then export) may need more than one. State the detected workflow(s) in one short line before proceeding.

3. Load the matching workflow fragment(s)

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.

4. Run the workflow using the loaded material

Apply the loaded material in this order:

  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.
  2. The workflow fragment — its specific steps.
  3. Shared modules and scripts on demand (dedup, citation parser, search strategy, RIS/BibTeX format, format converter).

Report specific tool failures and continue with remaining tools; broaden terms when there are no results; fall back to manual generation from MCP-fetched metadata if a script fails twice.

5. Reach for references only when needed

The files under references/ (and scripts/) are deep references, not defaults. Open them on demand per the references.on_demand table in the manifest — for example references/source-tiers.md for the full reliability classification, references/dedup-engine.md / references/citation-parser.md / references/search-strategy.md / references/ris-bibtex-format.md for the shared modules, and scripts/academic_search.py (no-MCP fallback discovery search) / scripts/format-converter.py / scripts/preflight.py for the tooling.

Why this split

  • The static layer is versioned and reviewable; the workflow files and shared modules were already factored this way.
  • The dynamic layer keeps each invocation cheap: only the workflow the user needs enters context, instead of all five plus every module.
  • The router itself is short on purpose. Update fragments and references, not this file, when adding scope.
  • This structure mirrors the other nature-* skills (nature-writing, nature-polishing, nature-reader, nature-paper2ppt, nature-figure, nature-citation, nature-response, nature-data).

Score

0–100
55/ 100

Grade

C

Popularity15/30

1,343 installs — growing adoption.

Completeness19/30

Documented: full SKILL.md body, one-line install. Missing: description, category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Nature Academic Search skill score badge previewScore badge

Markdown

[![Nature Academic Search skill](https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-academic-search/badges/score.svg)](https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-academic-search)

HTML

<a href="https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-academic-search"><img src="https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-academic-search/badges/score.svg" alt="Nature Academic Search skill"/></a>

Nature Academic Search FAQ

How do I install the Nature Academic Search skill?

Run “npx skills add https://github.com/yuan1z0825/nature-skills --skill nature-academic-search” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Nature Academic Search skill do?

>- The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Nature Academic Search skill free?

Yes. Nature Academic Search is a free, open-source skill published from yuan1z0825/nature-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Nature Academic Search work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Nature Academic Search works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
research logo

research

mattpocock/skills

221K installsInstall
ai-research-explore logo

ai-research-explore

lllllllama/rigorpilot-skills

190K installsInstall
ai-research-reproduction logo

ai-research-reproduction

lllllllama/rigorpilot-skills

190K installsInstall
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

745K installsInstall
frontend-design logo

frontend-design

anthropics/skills

738K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideHow To Find The Right Openclaw Skill For Your ProjectGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed