Data & Analysis literature-searchresearch-newslettercronarxivopenalexcrossrefsemantic-scholarfeishu

Nature Literature Pipeline

Automated daily literature discovery: multi-source search → six-dimension scoring → fine reading → formatted push → archival.

FollowSkills review · FSRS-2.0
Not recommended
49/ 100 5-point scale 2.5 / 5
1 2 3 4 5 6
1Trust14 / 25 · 2.8/5

The skill explicitly states it writes only to raw/ directory and does not modify wiki/knowledge base, indicating least-privilege and data-flow transparency. However, there is no explicit user confirmation step (e.g., before pushing), no isolation or rollback for external side effects (e.g., scheduled message pushes), and no mention of secure handling of sensitive data (e.g., API credentials). Therefore not full marks, partial deduction.

2Reliability7 / 20 · 1.8/5

Static review cannot verify key path reproducibility, and there are no test suites for this skill. Documentation provides detailed degradation strategies and failure recovery steps, but lacks automated tests and clear examples of feedback on abnormal input, so reliability score is low.

3Adaptability10 / 15 · 3.3/5

The skill has clear objectives, applicable scenarios and boundaries (e.g., Chinese support, marking when full text unavailable), but lacks explicit non-fit scenarios and trigger conditions, which may cause misuse. It depends on multiple overseas academic services but does not address network reachability for mainland-China users, limiting environment fit.

4Convention10 / 15 · 3.3/5

Documentation is well-structured with Chinese/English READMEs and layered architecture, but lacks explicit version history and changelog. Ownership is listed in README but no clear maintenance responsibility and update path; License inconsistency exists (SKILL.md says MIT, repo Apache-2.0).

5Effectiveness5 / 15 · 1.7/5

Value proposition is clear, but static review cannot verify actual output quality. Documentation provides detailed output templates but no real-world examples or delivery instances, so cannot confirm direct usability, hence limited score.

6Verifiability3 / 10 · 1.5/5

Lack of automated tests or third-party execution evidence for this skill; documentation is mostly descriptive, and evidence of verification is insufficient, so score is low.

Evidence confidence:Low Reviewed Aug 07, 2026 Reviewed revision dfd4e3bf8dc5
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • License inconsistency: SKILL.md declares MIT while repository is Apache-2.0, needs clarification.
  • Dependence on overseas academic services (arXiv, OpenAlex etc.) may be restricted in mainland China, affecting usability.
  • Lack of user confirmation and rollback mechanisms for external side effects, risking unintended automatic pushes.
  • Documentation lacks version history and changelog; maintenance responsibility unclear.
See the full review method →

What does this skill do, and when should you use it?

The Nature Literature Pipeline is a complete, production-tested automated literature pipeline. It's not just a paper search tool—it's a structured engine that scores, classifies, reads, delivers, and archives research papers every day. The skill integrates multiple academic search sources (arXiv, OpenAlex, Crossref, Semantic Scholar), filters candidates using a six-dimension scoring system, provides abstract-level or full-text fine reading, and pushes formatted digests to messaging platforms like Feishu or Telegram while handling de-duplication and archival. It follows an engine/application layer architecture, allows flexible configuration of keywords, scoring weights, and delivery targets, and comes with built-in safeguards such as score validation, triple de-duplication, graceful degradation, and read-only archiving.

The skill implements a daily literature pipeline with these concrete operations:

  1. Downloads 30 candidate papers from arXiv, OpenAlex, Crossref, and Semantic Scholar via cron trigger (e.g., daily at 08:30), with automatic degradation if a source is unavailable.
  2. Scores candidates using six dimensions (topic match 35, methodology 20, journal quality 15, network relevance 10, applied value 10, archival value 10) and selects top 5.
  3. Performs abstract-level or full-text fine reading on high-scoring papers, tagging source level (Full-text/Abstract/Metadata).
  4. Formats a daily digest with rank, title, journal, score, one-liner, methods, key results, and commentary, then sends it to Feishu/Telegram/etc.
  5. Deduplicates using DOI/arXiv IDs, classifies, writes notes, and updates an index in a local vault/wiki directory.
  1. A researcher receives a daily feed of relevant papers in their field directly on Feishu, staying up-to-date without manual searching.
  2. A lab group sets up a daily cron job to monitor high-relevance papers in their domain and avoid missing important breakthroughs.
  3. A literature hoarder automatically archives pipeline outputs into Obsidian or a local vault, building a personal knowledge base.
  4. A researcher preparing a literature review uses the pipeline's scoring and classification to quickly filter a batch of high-value papers.
  5. A researcher who prefers Telegram sets the delivery target to a Telegram channel for on-the-go access to new literature.

What are this skill's strengths and limitations?

Pros
  • Production-tested complete pipeline covering search, scoring, fine reading, delivery, and archival.
  • Multi-source search (arXiv, OpenAlex, Crossref, Semantic Scholar) with graceful degradation for reliability.
  • Configurable six-dimension scoring system adaptable to different fields.
  • Triple de-duplication and read-only archiving protect data integrity and knowledge base safety.
  • Supports Feishu, Telegram, and other messaging platforms for flexible integration into daily workflows.
Limitations
  • Depends on cron scheduling; if the machine is off, the pipeline doesn't run.
  • Configuration requires some technical knowledge, especially cron and messaging platform integration.
  • Scoring and classification rules need periodic adjustment to avoid keyword drift or score inflation.
  • No automated test suite, which may lead to unexpected issues in new environments or edge cases.
  • Archival only writes to the raw/ directory; wiki integration is manual.

How do you install this skill?

This skill lives in the nature-skills repository under skills/nature-literature-pipeline/, part of a collection of 19 skills.

  1. Clone the repository: git clone https://github.com/Yuan1z0825/nature-skills.git
  2. Navigate to the skill folder: cd skills/nature-literature-pipeline
  3. Copy the entire skill directory to your agent's skill folder (e.g., ~/.claude/skills/ or ~/.codex/skills/), ensuring you preserve the complete structure including SKILL.md, references/, templates/, etc.

Alternatively, use the npx skills add command: npx skills add Yuan1z0825/nature-skills --agent codex --skill nature-literature-pipeline --yes --copy.

Note: After installation, you'll need to configure cron and a messaging target (e.g., Feishu). Refer to references/cron-setup.md for details.

How do you use this skill?

After installation, tell the agent your research area, keywords, and delivery target, for example:

"My research area is [X], keywords: [Y], deliver to [feishu group name], archive to [path]" .

Then set up a daily cron job:

"Set up a daily literature push at 08:30 Beijing time, 30 candidates, top 5 delivered" .

The agent will automatically run the pipeline following the SKILL.md workflow. You can also trigger a manual run to test it, or refer to references/review-compilation-workflow.md for a concentrated literature review.

How does this skill compare with similar options?

It complements the nature-academic-search skill in the same repository: nature-academic-search is for ad-hoc literature searches, while this skill adds structured daily automation. Compared to generic RSS or Google Scholar alerts, this skill is more structured and automated, but its applicability is limited to research contexts.

FAQ

Does this skill cost money?
The skill itself is open-source (Apache-2.0), but it may call third-party APIs (e.g., Semantic Scholar, Feishu) that have their own free tiers or costs. Refer to each service's terms.
What if a paper search source goes down?
The skill has built-in graceful degradation. If Semantic Scholar is unavailable, it automatically switches to a combination of OpenAlex, Crossref, and arXiv, keeping the pipeline running.
How does it avoid duplicate papers?
The skill uses triple de-duplication (DOI, arXiv ID, OpenAlex ID) and maintains a dedup index to prevent classic papers from resurfacing.
How do I keep my knowledge base safe from pollution?
The skill is designed with read-only archiving—it only writes to the raw/ literature directory and never modifies your wiki or knowledge base without your manual approval.

More skills from this repository

All from Yuan1z0825/nature-skills

Related skills