nature-literature-pipeline

Automates multi-source literature discovery, six-dimension scoring, digest delivery, and archival via cron.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/huaibovip/research-marketplace --skill nature-literature-pipeline-huaibovip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nature-literature-pipeline
Source: https://github.com/huaibovip/research-marketplace/tree/main/plugins/nature-skills/skills/nature-literature-pipeline
Command: npx skills add https://github.com/huaibovip/research-marketplace --skill nature-literature-pipeline-huaibovip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Tracking a research field manually means repeatedly searching arXiv, OpenAlex, Crossref, and Semantic Scholar, deduplicating results, and deciding what is worth reading. This Skill turns that into a recurring automated pipeline that searches, scores, summarizes, delivers, and archives papers on a daily or weekly schedule. ## Core Features & Use Cases - Multi-source retrieval with graceful degradation: Collects up to 30 candidates from arXiv, OpenAlex, Crossref, and Semantic Scholar, automatically switching sources if one is unavailable. - Six-dimension scoring and filtering: Scores candidates on topic match (35), methodology (20), journal quality (15), network relevance (10), applied value (10), and archival value (10), with score validation and triple deduplication by DOI, arXiv ID, and OpenAlex ID. - Digest delivery and archival: Formats top papers into a ranked digest for Feishu, Telegram, or email, then archives structured literature notes with YAML frontmatter without touching curated wikis. - Use Case: A materials science researcher configures keywords for molten-salt corrosion, sets a daily 08:30 cron job, and receives a Top 5 digest each morning with scores, key results, and archived notes. ## Quick Start Tell your agent your research area, keywords, delivery target such as a Feishu group, and archive path, then ask it to set up a daily literature push at 08:30 with 30 candidates and the top 5 delivered.

Frequently Asked Questions about nature-literature-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up automated daily literature monitoring for a research topic?

Provide your research keywords, delivery target, and archive path, then ask the agent to create a daily cron job. The pipeline searches arXiv, OpenAlex, Crossref, and Semantic Scholar, scores up to 30 candidates, and delivers the top 5 as a formatted digest.

How does the six-dimension paper scoring system work?

Each paper is scored 0-100 across six weighted dimensions: topic match (35), methodology (20), journal quality (15), network relevance (10), applied value (10), and archival value (10). Papers scoring under 10 on topic match are auto-rejected, and totals are recalculated to prevent inflated scores.

What is the difference between nature-literature-pipeline and nature-academic-search?

nature-academic-search handles one-off searches and citation checks, while nature-literature-pipeline runs continuous subscription-style monitoring with scheduled delivery. Use the former to find papers now and the latter to keep watching a field over time.

Can the literature digest be delivered to Telegram or Feishu?

Yes, the pipeline formats digests for Feishu groups, Telegram channels, email, or local output. For Feishu, the bot must be added to the target group, and the chat ID can be discovered via the messaging tool's list action.

What happens when Semantic Scholar or another source is unavailable?

The pipeline degrades gracefully by switching to OpenAlex, Crossref, and arXiv when Semantic Scholar is rate-limited or down. Papers without accessible full text are explicitly labeled as Abstract only or Metadata only.

Does the pipeline modify my existing wiki or knowledge base?

No, the daily pipeline writes only to a raw literature archive directory and never modifies curated wiki content without explicit user approval. Wiki integration from archived notes is a separate manual step.