npx skills add ...
npx skills add openai/plugins --skill ncbi-datasets-skill
npx skills add openai/plugins --skill ncbi-datasets-skill
Submit compact NCBI Datasets v2 requests for assembly, genome, taxonomy, and related metadata endpoints. Use when a user wants concise NCBI Datasets summaries; save raw JSON or text only on request.
scripts/ncbi_datasets.py for all Datasets v2 calls in this package.path values relative to https://api.ncbi.nlm.nih.gov/datasets/v2.... in tool previews as UI truncation, not literal request content.save_raw=true and report the saved file path.pathparams, record_path, response_format, max_items, max_depth, timeout_sec, save_raw, raw_output_path{"path":"genome/taxon/9606/dataset_report","params":{"page_size":10},"record_path":"reports","max_items":10}{"path":"genome/accession/GCF_000001405.40/dataset_report"}{"path":"taxonomy/taxon/9606"}ok, source, path metadata, and either compact records, a compact summary, or text_head.raw_output_path when save_raw=true.ok=false with error.code and error.message.scripts/ncbi_datasets.py.