med-entry-parallel

star 29

v1.4 update

Chip-G0202 By Chip-G0202 schedule Updated 6/3/2026

name: med-entry-parallel description: 并行文献入口与汇聚技能。Use when daily ingestion needs RSS plus PubMed/PMC/OpenAlex retrieval in parallel, then normalized merge and deterministic dedup before downstream triage.

med-entry-parallel

  1. Run two channels in parallel:
  • channel_rss: existing RSS feeds and parser.
  • channel_db: PubMed/PMC or OpenAlex via academic-search.
  1. Normalize fields before merge:
  • title, doi, pmid, pmcid, url, authors, year, journal_or_venue, abstract?
  1. Keep provenance on each record:
  • channel
  • source_platform
  • query_id (db channel)
  1. Deduplicate with fixed priority:
  • DOI exact
  • PMID/PMCID exact
  • URL exact
  • normalized title exact
  1. Guardrails:
  • Never fabricate metadata.
  • If PubMed/PMC fails, continue RSS and log failure.
  • Do not query non-target databases.
Install via CLI
npx skills add https://github.com/Chip-G0202/zotero-med-pipeline --skill med-entry-parallel
Repository Details
star Stars 29
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator