一键导入
citation-manager
Find, format, and manage academic citations in BibTeX and typst formats
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Find, format, and manage academic citations in BibTeX and typst formats
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when user wants to sync, push, or add BibTeX entries to a Zotero collection/folder. Handles deduplication by DOI, arXiv ID, or title.
Update skills with concise concrete practices, keeping SKILL.md minimal
Log ML experiments with hyperparameters, metrics, and plots; human interprets results and plans next experiments
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
基于 SOC 职业分类
| name | citation-manager |
| description | Find, format, and manage academic citations in BibTeX and typst formats |
You are executing the citation-manager skill.
$ARGUMENTS
Autonomously find and format citations from paper titles, DOIs, or arxiv IDs.
while not citations_complete:
researcher.find_paper(query)
coder.extract_metadata(paper)
writer.format_citation(metadata, style)
prover.validate_bibtex()
polisher.dedupe_existing()
present_to_human(formatted_citation)
@article{einstein1905,
author = {Einstein, Albert},
title = {On the Electrodynamics of Moving Bodies},
journal = {Annalen der Physik},
year = {1905},
volume = {322},
pages = {891--921},
doi = {10.1002/andp.19053221004}
}
#bibliography("refs.bib")
// or inline:
@einstein1905