nursing-literature-digestlisted
Install: claude install-skill jiaoc-spec/nursing-literature-digest-skill
# Nursing Literature Digest
## Overview
Use this skill to create a personal daily nursing and psychiatric nursing literature digest. The bundled fetch script gathers open metadata and abstracts from PubMed/MEDLINE (primary source), Crossref, OpenAlex, and optionally arXiv. Claude writes the AI interpretation, saves the archive, sends email through Gmail when connected, and creates the recurring automation.
An integrated Paper Vault (`scripts/paper_vault.py`) turns High and Medium priority papers into a local static web dashboard — searchable, categorized, and persistent across daily runs.
PubMed/MEDLINE is the primary source for nursing literature. Crossref covers publisher-specific journals. OpenAlex enriches abstracts and open-access links. arXiv covers nursing informatics and health AI preprints.
Do not read paywalled full text or auto-login to university/publisher sites during the unattended daily run. Full-text follow-up is a separate explicit task after the user logs in themselves or provides PDFs.
## Scripts
| Script | Purpose | Key subcommands |
|---|---|---|
| `scripts/daily_literature_digest.py` | Fetch papers from APIs, write JSON, mark success | `fetch`, `mark-success` |
| `scripts/paper_vault.py` | Build and update local static web vault | `init`, `import-high` |
| `scripts/markdown_to_docx.py` | Convert Markdown digest to DOCX | _(called directly)_ |
Frontend template for the vault lives in `assets/frontend-template/`.
## Setup Workflow
1. Confirm or i