nature-academic-search
Multi-source literature search, citation verification, strict independent other-citation audits, article-level citation metric tables, influential citer…
Complete automated literature discovery pipeline: multi-source search → six-dimension scoring → fine reading → formatted delivery → archival. Combines a configurable engine with daily cron-driven application layer. Works with Feishu, Telegram, or any messaging platform.
$ npx -y skills add Yuan1z0825/nature-skills --skill nature-literature-pipeline --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nature-literature-pipelineContext preview
The summary Claude sees to decide when to auto-load this skill.
Complete automated literature discovery pipeline: multi-source search → six-dimension scoring → fine reading → formatted delivery → archival. Combines a configurable engine with daily cron-driven application layer. Works with Feishu, Telegram, or any messaging platform.
name: nature-literature-pipeline
description: |
Complete automated literature discovery pipeline: multi-source search → six-dimension scoring → fine reading → formatted delivery → archival.
Combines a configurable engine with daily cron-driven application layer. Works with Feishu, Telegram, or any messaging platform.
license: MIT
metadata:
author: Jiahao8595
hermes:
tags: [research, literature, pipeline, cron, automation, discovery]
related_skills: [nature-academic-search, nature-citation, arxiv, zotero]A complete, production-tested automated literature pipeline. Not just "search for papers" — it's a structured engine that scores, classifies, reads, delivers, and archives research papers daily.
Cron (daily trigger, e.g. 08:30)
│
├─ ① SEARCH (30 candidates)
│ arXiv / OpenAlex / Crossref / Semantic Scholar (auto-degradation)
│
├─ ② COARSE FILTER (30 → 5)
│ Six-dimension scoring: topic match × 35 + methodology × 20
│ + journal quality × 15 + network relevance × 10
│ + applied value × 10 + archival value × 10
│
├─ ③ FINE READ (top 5)
│ Abstract-level or full-text. Source level tagged:
│ Full-text / Abstract only / Metadata only
│
├─ ④ DELIVER
│ Formatted digest to Feishu/Telegram/etc.
│ 🏅 rank | title | journal | ⭐ score | 💡 one-liner
│ 🔬 methods | 📊 key results | 🧭 commentary
│
└─ ⑤ ARCHIVE
DOI/arXiv de-dup → classify → write notes → update indexAfter installing, tell your agent:
My research area is [X], keywords: [Y], deliver to [feishu group name], archive to [path]
The agent will configure keywords, delivery target, and archive path automatically.
Then set up a daily cron job:
Set up a daily literature push at 08:30 Beijing time, 30 candidates, top 5 delivered
The skill is organized in two layers:
| Layer | Purpose | Files | |-------|---------|-------| | **Engine** | Scoring, classification, note templates, gap analysis | `references/scoring-system.md`, `references/gap-analysis.md`, `references/note-template.md` | | **Application** | Daily cron pipeline, delivery formatting, archival workflow | `references/push-format.md`, `references/cron-setup.md`, `references/review-compilation-workflow.md` |
All domain-specific content is configurable:
A config template is provided in `templates/literature-push-template.md`.
| Reference | Purpose | |-----------|---------| | `references/scoring-system.md` | Six-dimension scoring rubric with weights, caps, and evaluation logic | | `references/gap-analysis.md` | Methodology for identifying research gaps through systematic literature survey | | `references/note-template.md` | Standardized literature note format with YAML frontmatter | | `references/push-format.md` | Daily digest message template with field guidelines and example | | `references/cron-setup.md` | Cron job creation, verification, and manual fallback procedures | | `references/review-compilation-workflow.md` | End-to-end workflow for concentrated literature review writing |
1. **Keyword drift**: Review keywords monthly — research directions evolve 2. **Score inflation**: Subagents may inflate scores; always validate arithmetic 3. **Duplicate creep**: Classic papers will reappear; maintain a dedup index 4. **Wiki safety**: Pipeline writes to `raw/` only; wiki integration is manual 5. **Cron locality**: Hermes cron is local, not cloud — machine must be running
Repo: Yuan1z0825/nature-skills
Multi-source literature search, citation verification, strict independent other-citation audits, article-level citation metric tables, influential citer…
Add strict Nature/CNS citations to manuscript text by splitting long passages into citable segments, searching only accepted flagship and subjournal titles…
Prepare, audit, or revise Nature-ready Data Availability statements, data repository plans, dataset citations, and FAIR metadata checklists for manuscripts.…
Use when a user needs lawful academic full text, CNKI institutional access, English OA retrieval, publisher API access, institutional browser fallback, or…
标准化实验日志记录——直接上传或读取本地图片、语音和文字,产出带 YAML frontmatter 的 Markdown;可选集成飞书 CLI 与 Obsidian。
Create, revise, audit, and export submission-grade scientific figures for Nature-family and other high-impact venues in Python (matplotlib/seaborn) or R…