diff --git a/plugins/life-science-research/.codex-plugin/plugin.json b/plugins/life-science-research/.codex-plugin/plugin.json index e29684fcd..40348aa1f 100644 --- a/plugins/life-science-research/.codex-plugin/plugin.json +++ b/plugins/life-science-research/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "life-science-research", - "version": "1.0.2", + "version": "1.0.3", "description": "General life-sciences research workflows with query routing, evidence synthesis, and optional parallel subagent analysis across genetics, omics, biology, chemistry, structure, clinical evidence, and public dataset discovery.", "author": { "name": "OpenAI" diff --git a/plugins/life-science-research/skills/ncbi-entrez-skill/SKILL.md b/plugins/life-science-research/skills/ncbi-entrez-skill/SKILL.md index b9d6d8726..7f99e45ec 100644 --- a/plugins/life-science-research/skills/ncbi-entrez-skill/SKILL.md +++ b/plugins/life-science-research/skills/ncbi-entrez-skill/SKILL.md @@ -14,6 +14,7 @@ description: Submit compact NCBI Entrez E-Utilities requests for PubMed, Gene, P ## Execution behavior - Return concise markdown summaries from the script output by default. +- In final user-facing summaries, never display a bare PMID or DOI. Render every PMID as a Markdown link in the form `[PMID ](https://pubmed.ncbi.nlm.nih.gov//)` and every DOI as `[](https://doi.org/)`, including in tables, bullets, parentheticals, and source lists. - Return raw JSON or XML only if the user explicitly asks for machine-readable output. - Prefer targeted endpoint calls instead of broad unfiltered dumps. - If the user needs the full raw response, set `save_raw=true` and report the saved file path.