技能 citation-management
📚

citation-management

低風險 🌐 網路存取📁 檔案系統存取🔑 環境變數

管理學術引用和參考文獻

也可從以下取得: davila7

此技能幫助研究人員查找論文、擷取中繼資料,並產生正確格式的 BibTeX 項目。它可驗證現有的引用,確保科學寫作和發表的參考文獻準確性。

支援: Claude Codex Code(CC)
🥈 77 白銀
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「citation-management」。 Convert 10.1038/nature12345 to BibTeX

預期結果:

  • @article{Author2024keyword,
  • author = {Lastname, Firstname},
  • title = {Paper Title Here},
  • journal = {Nature},
  • year = {2024},
  • volume = {615},
  • pages = {123--145},
  • doi = {10.1038/nature12345}
  • }

正在使用「citation-management」。 Search for papers on machine learning protein folding

預期結果:

  • Found 50 results from PubMed:
  • - Author2023, 'Deep Learning for Protein Structure Prediction', Nature Methods
  • - Author2022, 'AlphaFold2 Performance Analysis', Science
  • - Author2024, 'Machine Learning in Structural Biology', Cell
  •  
  • Extracted metadata and generated BibTeX entries saved to ml_proteins.bib

安全審計

低風險
v4 • 1/17/2026

Legitimate academic citation management tool. Static analysis produced 1131 false positives by misinterpreting markdown code blocks as shell commands, list comprehensions as obfuscation, and documentation as network reconnaissance. Actual Python scripts make authorized API calls to public academic databases (CrossRef, PubMed, arXiv) for metadata retrieval.

15
已掃描檔案
8,548
分析行數
3
發現項
4
審計總數
審計者: claude 查看審計歷史 →

品質評分

82
架構
100
可維護性
85
內容
24
社群
90
安全
78
規範符合性

你能建構什麼

為稿件建立參考文獻

搜尋資料庫、擷取中繼資料,並為論文或論文產生可直接使用的 BibTeX 項目。

文獻回顧引用追蹤

在保持一致格式的同時,為文獻回顧查找和组织引用。

驗證現有參考文獻

在稿件提交前,檢查 BibTeX 檔案中的錯誤、損壞的 DOI 和重複項目。

試試這些提示

基本 DOI 轉換
Convert this DOI to a properly formatted BibTeX entry: 10.1038/s41586-021-03819-2
搜尋學術資料庫
Search PubMed for recent papers on CRISPR gene editing published since 2020. Extract metadata and generate BibTeX entries.
驗證參考文獻
Validate my BibTeX file at references.bib. Check for missing fields, broken DOIs, and duplicates. Report any issues found.
批次中繼資料擷取
Extract metadata from this list of DOIs and PMIDs and save them to a formatted BibTeX file.

最佳實務

  • 始終驗證擷取的中繼資料與原始發表內容是否相符以確保準確性
  • 使用 DOI 作為主要識別符,以獲得最可靠的中繼資料檢索
  • 在稿件提交前驗證完整的參考文獻
  • 批次處理時設定適當的速率限制以避免 API 節流

避免

  • 手動輸入 BibTeX 項目而非使用自動化擷取
  • 忽視關於缺少必要欄位的驗證警告
  • 在檔案間使用不一致的引用金鑰命名慣例
  • 在提交稿件前未執行最終引用驗證

常見問題

此技能支援哪些識別符?
支援 DOI、PMID、arXiv ID 和文章 URL。建議使用 DOI 以獲得最佳中繼資料品質。
可以搜尋哪些學術資料庫?
可使用 PubMed 搜尋生物醫學文獻,以及 Google Scholar 進行跨學科學術搜尋。
需要 API 金鑰嗎?
NCBI API 金鑰是可選的,但建議用於 PubMed 以提高速率限制。可透過環境變數設定。
支援哪些輸出格式?
支援 BibTeX 和 JSON 格式。BibTeX 是 LaTeX 文件整合的主要格式。
此技能可以偵測重複引用嗎?
可以,驗證包括基於 DOI、標題相似性和作者-年份組合的重複偵測。
如何處理特殊字元?
作者姓名和標題中的特殊字元會正確轉義,以確保與 LaTeX 的 BibTeX 相容性。