ワンクリックで
citation-grabber
Search for scientific papers and fetch citations in BibTeX or NBIB format from PubMed and CrossRef
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search for scientific papers and fetch citations in BibTeX or NBIB format from PubMed and CrossRef
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | citation-grabber |
| description | Search for scientific papers and fetch citations in BibTeX or NBIB format from PubMed and CrossRef |
| version | 1.1.0 |
| usage | citation-grabber <title_or_doi_or_pmid_or_file> [--format bibtex|nbib] [--output <file>] [--quiet] |
| metadata | {"category":"research","tags":["citation","bibtex","pubmed","crossref","academic"],"author":"yf8578","repository":"https://github.com/yf8578/citation-grabber","claude":{"priority":"high","auto_install":true},"openclaw":{"emoji":"📚","os":["darwin","linux","win32"],"requires":{"bins":["python3"],"python":">=3.8"},"install":[{"id":"pip-deps","kind":"pip","packages":["requests>=2.25.0"],"label":"Install Python dependencies"}]},"codex":{"enabled":true,"runtime":"python"},"gemini":{"compatible":true,"runtime":"python"}} |
Instantly fetch scientific paper citations from the command line.
# From the skills collection repository
./scripts/install.sh citation-grabber
# Clone the standalone repository
git clone https://github.com/yf8578/citation-grabber.git
cd citation-grabber
pip install -r requirements.txt
By Title:
python3 citation.py "Attention Is All You Need"
By DOI:
python3 citation.py "10.1038/nature14539"
By PubMed ID:
python3 citation.py "12345678"
BibTeX (Default):
python3 citation.py "Deep Learning" --format bibtex
NBIB (PubMed Format for EndNote/Zotero):
python3 citation.py "COVID-19 vaccine" --format nbib
Create a file papers.txt with paper titles/DOIs/PMIDs (one per line), then:
python3 citation.py papers.txt --output references.bib
Suppress progress messages:
python3 citation.py "Paper Title" --quiet
按中国软著“软件设计说明书”规范生成长篇、图文并茂、格式完整的技术文档。先判型(平台型/分析型/工具型)再选文档主干;平台型采用“架构+模块+流程+权限+运维”主线;“输入/输出/执行步骤”仅在适合模块中选择性使用。支持 Markdown 与 DOCX 双输出。
Structured data analysis workflow with automatic logging and standardized project organization. Use when starting a new data analysis project or when you need to organize analysis operations, track decisions, and maintain analysis logs in specific directories for easy retrieval and reporting.
Generate or edit images using AI models (FLUX, Nano Banana 2). Use for general-purpose image generation including photos, illustrations, artwork, visual assets, concept art, and any image that is not a technical diagram or schematic. For flowcharts, circuits, pathways, and technical diagrams, use the scientific-schematics skill instead.